File tree Expand file tree Collapse file tree 1 file changed +6
-2
lines changed
src/BenchmarksApps/TechEmpower/Minimal Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Original file line number Diff line number Diff line change 1
1
<Project Sdk =" Microsoft.NET.Sdk.Web" >
2
2
3
3
<PropertyGroup >
4
- <TargetFramework >net7 .0</TargetFramework >
4
+ <TargetFramework >net9 .0</TargetFramework >
5
5
<Nullable >enable</Nullable >
6
6
<ImplicitUsings >enable</ImplicitUsings >
7
7
<LangVersion >latest</LangVersion >
8
8
<UserSecretsId >38063504-d08c-495a-89c9-daaad2f60f31</UserSecretsId >
9
+ <RestoreAdditionalProjectSources >
10
+ https://dev.azure.com/dnceng/public/_artifacts/feed/general-testing/NuGet/Microsoft.Net.Compilers.Toolset/overview/4.13.0-1.24555.2
11
+ </RestoreAdditionalProjectSources >
12
+ <Features >$(Features);utf8-string-encoding</Features >
9
13
</PropertyGroup >
10
14
11
15
<ItemGroup >
15
19
</ItemGroup >
16
20
17
21
<ItemGroup Condition =" $([MSBuild]::VersionGreaterThanOrEquals($(TargetFrameworkVersion), '9.0'))" >
18
- <PackageReference Include =" Npgsql" Version =" $(NpgsqlVersion90)" />
22
+ <PackageReference Update =" Npgsql" Version =" $(NpgsqlVersion90)" />
19
23
</ItemGroup >
20
24
</Project >
You can’t perform that action at this time.
0 commit comments