Skip to content

Commit 9447397

Browse files
authored
Merge pull request #1099 from mcraiha/master
Use NET 10 with benchmarks
2 parents 6fc4590 + 587332b commit 9447397

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

Directory.Packages.props

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,15 @@
44
<CentralPackageTransitivePinningEnabled>true</CentralPackageTransitivePinningEnabled>
55
</PropertyGroup>
66
<ItemGroup>
7-
<PackageVersion Include="BenchmarkDotNet" Version="0.14.0" />
7+
<PackageVersion Include="BenchmarkDotNet" Version="0.15.8" />
88
<PackageVersion Include="Bullseye" Version="4.1.1" />
99
<PackageVersion Include="coverlet.collector" Version="6.0.2" />
1010
<PackageVersion Include="FakeItEasy" Version="8.3.0" />
1111
<PackageVersion Include="FluentAssertions" Version="6.12.1" />
1212
<PackageVersion Include="FSharp.Core" Version="8.0.400" />
1313
<PackageVersion Include="Microsoft.AspNet.WebApi.Client" Version="6.0.0" />
14-
<PackageVersion Include="Microsoft.CodeAnalysis.Analyzers" Version="3.3.3" />
15-
<PackageVersion Include="Microsoft.CodeAnalysis.CSharp" Version="4.4.0" />
14+
<PackageVersion Include="Microsoft.CodeAnalysis.Analyzers" Version="5.3.0" />
15+
<PackageVersion Include="Microsoft.CodeAnalysis.CSharp" Version="5.3.0" />
1616
<PackageVersion Include="Microsoft.NET.Test.Sdk" Version="17.11.1" />
1717
<PackageVersion Include="Nullable" Version="1.3.1" />
1818
<PackageVersion Include="ObjectLayoutInspector" Version="0.1.2" />

YamlDotNet.Benchmark/YamlDotNet.Benchmark.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
<PropertyGroup>
44
<OutputType>Exe</OutputType>
5-
<TargetFrameworks>net8.0;net472</TargetFrameworks>
5+
<TargetFrameworks>net10.0;net472</TargetFrameworks>
66
<ImplicitUsings>enable</ImplicitUsings>
77
<Nullable>enable</Nullable>
88
</PropertyGroup>

0 commit comments

Comments
 (0)