Skip to content

Commit 0583cb9

Browse files
Bump Microsoft.NETCore.Platforms: 5.0.0->6.0.0
1 parent 3fa0456 commit 0583cb9

File tree

8 files changed

+8
-8
lines changed

8 files changed

+8
-8
lines changed

tests/BenchmarkDotNet.IntegrationTests.ConfigPerAssembly/BenchmarkDotNet.IntegrationTests.ConfigPerAssembly.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
<ProjectReference Include="..\..\src\BenchmarkDotNet\BenchmarkDotNet.csproj" />
1515
</ItemGroup>
1616
<ItemGroup Condition=" '$(TargetFrameworkIdentifier)' == '.NETFramework' ">
17-
<PackageReference Include="Microsoft.NETCore.Platforms" Version="5.0.0" />
17+
<PackageReference Include="Microsoft.NETCore.Platforms" Version="6.0.0" />
1818
<Reference Include="System.Runtime" />
1919
</ItemGroup>
2020
</Project>

tests/BenchmarkDotNet.IntegrationTests.CustomPaths/BenchmarkDotNet.IntegrationTests.CustomPaths.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
<ProjectReference Include="..\..\src\BenchmarkDotNet\BenchmarkDotNet.csproj" />
1515
</ItemGroup>
1616
<ItemGroup Condition=" '$(TargetFrameworkIdentifier)' == '.NETFramework' ">
17-
<PackageReference Include="Microsoft.NETCore.Platforms" Version="5.0.0" />
17+
<PackageReference Include="Microsoft.NETCore.Platforms" Version="6.0.0" />
1818
<Reference Include="System.Runtime" />
1919
</ItemGroup>
2020

tests/BenchmarkDotNet.IntegrationTests.DisabledOptimizations/BenchmarkDotNet.IntegrationTests.DisabledOptimizations.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
<ProjectReference Include="..\..\src\BenchmarkDotNet\BenchmarkDotNet.csproj" />
1717
</ItemGroup>
1818
<ItemGroup Condition=" '$(TargetFrameworkIdentifier)' == '.NETFramework' ">
19-
<PackageReference Include="Microsoft.NETCore.Platforms" Version="5.0.0" />
19+
<PackageReference Include="Microsoft.NETCore.Platforms" Version="6.0.0" />
2020
<Reference Include="System.Runtime" />
2121
</ItemGroup>
2222
</Project>

tests/BenchmarkDotNet.IntegrationTests.EnabledOptimizations/BenchmarkDotNet.IntegrationTests.EnabledOptimizations.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
<ProjectReference Include="..\..\src\BenchmarkDotNet\BenchmarkDotNet.csproj" />
1717
</ItemGroup>
1818
<ItemGroup Condition=" '$(TargetFrameworkIdentifier)' == '.NETFramework' ">
19-
<PackageReference Include="Microsoft.NETCore.Platforms" Version="5.0.0" />
19+
<PackageReference Include="Microsoft.NETCore.Platforms" Version="6.0.0" />
2020
<Reference Include="System.Runtime" />
2121
</ItemGroup>
2222
</Project>

tests/BenchmarkDotNet.IntegrationTests.ManualRunning.MultipleFrameworks/BenchmarkDotNet.IntegrationTests.ManualRunning.MultipleFrameworks.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
<Compile Include="..\BenchmarkDotNet.Tests\XUnit\SmartAssert.cs" Link="SmartAssert.cs" />
2525
</ItemGroup>
2626
<ItemGroup>
27-
<PackageReference Include="Microsoft.NETCore.Platforms" Version="5.0.0" />
27+
<PackageReference Include="Microsoft.NETCore.Platforms" Version="6.0.0" />
2828
<PackageReference Include="System.Memory" Version="4.5.5" />
2929
</ItemGroup>
3030
<ItemGroup>

tests/BenchmarkDotNet.IntegrationTests.Static/BenchmarkDotNet.IntegrationTests.Static.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
<ProjectReference Include="..\..\src\BenchmarkDotNet\BenchmarkDotNet.csproj" />
1515
</ItemGroup>
1616
<ItemGroup Condition=" '$(TargetFrameworkIdentifier)' == '.NETFramework' ">
17-
<PackageReference Include="Microsoft.NETCore.Platforms" Version="5.0.0" />
17+
<PackageReference Include="Microsoft.NETCore.Platforms" Version="6.0.0" />
1818
<Reference Include="System.Runtime" />
1919
</ItemGroup>
2020
</Project>

tests/BenchmarkDotNet.IntegrationTests/BenchmarkDotNet.IntegrationTests.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
<ItemGroup Condition=" '$(TargetFrameworkIdentifier)' == '.NETFramework' ">
4747
<ProjectReference Include="..\..\src\BenchmarkDotNet.Diagnostics.Windows\BenchmarkDotNet.Diagnostics.Windows.csproj" />
4848
<ProjectReference Include="..\BenchmarkDotNet.IntegrationTests.CustomPaths\BenchmarkDotNet.IntegrationTests.CustomPaths.csproj" />
49-
<PackageReference Include="Microsoft.NETCore.Platforms" Version="5.0.0" />
49+
<PackageReference Include="Microsoft.NETCore.Platforms" Version="6.0.0" />
5050
<PackageReference Include="System.Runtime.CompilerServices.Unsafe" Version="6.0.0" />
5151
<Reference Include="System.Configuration" />
5252
<Reference Include="System.Runtime" />

tests/BenchmarkDotNet.Tests/BenchmarkDotNet.Tests.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
</ItemGroup>
2626
<ItemGroup Condition=" '$(TargetFrameworkIdentifier)' == '.NETFramework' ">
2727
<ProjectReference Include="..\..\src\BenchmarkDotNet.Diagnostics.Windows\BenchmarkDotNet.Diagnostics.Windows.csproj" />
28-
<PackageReference Include="Microsoft.NETCore.Platforms" Version="5.0.0" />
28+
<PackageReference Include="Microsoft.NETCore.Platforms" Version="6.0.0" />
2929
<PackageReference Include="System.Memory" Version="4.5.5" />
3030
<Reference Include="System.Runtime" />
3131
<Reference Include="System.Threading.Tasks" />

0 commit comments

Comments
 (0)