Skip to content

Commit a584fa1

Browse files
committed
Upgrade to .NET 10 final
1 parent 9d87ceb commit a584fa1

3 files changed

Lines changed: 4 additions & 9 deletions

File tree

Source/HttpMultipartParser.Benchmark/HttpMultipartParser.Benchmark.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
</PropertyGroup>
77

88
<ItemGroup>
9-
<PackageReference Include="BenchmarkDotNet" Version="0.15.4" />
9+
<PackageReference Include="BenchmarkDotNet" Version="0.15.6" />
1010
</ItemGroup>
1111

1212
<ItemGroup>

Source/HttpMultipartParser.UnitTests/HttpMultipartParser.UnitTests.csproj

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -18,13 +18,8 @@
1818
<UseMicrosoftTestingPlatformRunner>true</UseMicrosoftTestingPlatformRunner>
1919
</PropertyGroup>
2020

21-
<PropertyGroup>
22-
<!-- Workaround for problem with .NET 10 RC 2 -->
23-
<RestoreEnablePackagePruning Condition="'$(TargetFramework)' == 'net48' "> false</RestoreEnablePackagePruning>
24-
</PropertyGroup>
25-
2621
<ItemGroup>
27-
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="18.0.0" />
22+
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="18.0.1" />
2823
<PackageReference Include="Microsoft.Testing.Extensions.CodeCoverage" Version="18.1.0" />
2924
<PackageReference Include="xunit.v3.mtp-v2" Version="3.2.0" />
3025
</ItemGroup>

global.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
22
"sdk": {
3-
"version": "10.0.100-rc.2.25502.107",
3+
"version": "10.0.100",
44
"rollForward": "patch",
5-
"allowPrerelease": true
5+
"allowPrerelease": false
66
},
77
"test": {
88
"runner": "Microsoft.Testing.Platform"

0 commit comments

Comments
 (0)