File tree Expand file tree Collapse file tree
collections-dictionary/DictionaryVsHashTablesSolution Expand file tree Collapse file tree Original file line number Diff line number Diff line change 22
33 <PropertyGroup >
44 <OutputType >Exe</OutputType >
5- <TargetFramework >net6 .0</TargetFramework >
5+ <TargetFramework >net10 .0</TargetFramework >
66 <ImplicitUsings >enable</ImplicitUsings >
77 </PropertyGroup >
88
99 <ItemGroup >
10- <PackageReference Include =" BenchmarkDotNet" Version =" 0.13.2 " />
10+ <PackageReference Include =" BenchmarkDotNet" Version =" 0.15.8 " />
1111 </ItemGroup >
1212
1313</Project >
Original file line number Diff line number Diff line change 11<Project Sdk =" Microsoft.NET.Sdk" >
22
33 <PropertyGroup >
4- <TargetFramework >net6 .0</TargetFramework >
4+ <TargetFramework >net10 .0</TargetFramework >
55 <ImplicitUsings >enable</ImplicitUsings >
66 <Nullable >enable</Nullable >
77
88 <IsPackable >false</IsPackable >
99 </PropertyGroup >
1010
1111 <ItemGroup >
12- <PackageReference Include =" Microsoft.NET.Test.Sdk" Version =" 17.1 .0" />
13- <PackageReference Include =" MSTest.TestAdapter" Version =" 2.2.8 " />
14- <PackageReference Include =" MSTest.TestFramework" Version =" 2.2.8 " />
15- <PackageReference Include =" coverlet.collector" Version =" 3.1.2 " />
12+ <PackageReference Include =" Microsoft.NET.Test.Sdk" Version =" 18.9 .0" />
13+ <PackageReference Include =" MSTest.TestAdapter" Version =" 4.3.3 " />
14+ <PackageReference Include =" MSTest.TestFramework" Version =" 4.3.3 " />
15+ <PackageReference Include =" coverlet.collector" Version =" 10.0.1 " />
1616 </ItemGroup >
1717
1818 <ItemGroup >
You can’t perform that action at this time.
0 commit comments