Skip to content

Commit 7cf75fc

Browse files
committed
Add reference to package
1 parent 850c722 commit 7cf75fc

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/BenchmarksApps/TechEmpower/Minimal/Minimal.csproj

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<LangVersion>latest</LangVersion>
88
<UserSecretsId>38063504-d08c-495a-89c9-daaad2f60f31</UserSecretsId>
99
<RestoreAdditionalProjectSources>
10-
https://dev.azure.com/dnceng/public/_artifacts/feed/general-testing/NuGet/Microsoft.Net.Compilers.Toolset/overview/4.13.0-1.24555.2
10+
https://pkgs.dev.azure.com/dnceng/public/_packaging/general-testing/nuget/v3/index.json
1111
</RestoreAdditionalProjectSources>
1212
<Features>$(Features);utf8-string-encoding</Features>
1313
</PropertyGroup>
@@ -16,6 +16,7 @@
1616
<PackageReference Include="Npgsql" Version="$(NpgsqlVersion80)" />
1717
<PackageReference Include="Dapper" Version="$(DapperVersion)" />
1818
<PackageReference Include="RazorSlices" Version="$(RazorSlicesVersion)" />
19+
<PackageReference Include="Microsoft.Net.Compilers.Toolset" Version="4.13.0-1.24555.2" />
1920
</ItemGroup>
2021

2122
<ItemGroup Condition="$([MSBuild]::VersionGreaterThanOrEquals($(TargetFrameworkVersion), '9.0'))">

0 commit comments

Comments
 (0)