File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- <Project Sdk =" Microsoft.NET.Sdk" >
1+ <Project Sdk =" Microsoft.NET.Sdk" >
22
33 <PropertyGroup >
44 <Nullable >enable</Nullable >
1111 <PrivateAssets >all</PrivateAssets >
1212 <IncludeAssets >runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets >
1313 </PackageReference >
14- <PackageReference Include =" Microsoft.NET.Test.Sdk" />
15- <PackageReference Include =" MSTest.TestFramework " />
16- <PackageReference Include =" MSTest.TestAdapter " />
14+ <PackageReference Include =" Microsoft.NET.Test.Sdk" Version = " 17.14.1 " />
15+ <PackageReference Include =" MSTest.TestAdapter " Version = " 3.10.1 " />
16+ <PackageReference Include =" MSTest.TestFramework " Version = " 3.9.3 " />
1717 </ItemGroup >
1818
1919 <ItemGroup >
Original file line number Diff line number Diff line change 1- <Project Sdk =" Microsoft.NET.Sdk" >
1+ <Project Sdk =" Microsoft.NET.Sdk" >
22 <PropertyGroup >
33 <IsPackable >false</IsPackable >
44 <RootNamespace >Hyperbee.Json.Tests</RootNamespace >
77 <EmbeddedResource Include =" TestSupport\Json\BookStore.json" />
88 </ItemGroup >
99 <ItemGroup >
10- <PackageReference Include =" BenchmarkDotNet" />
11- <PackageReference Include =" Microsoft.NET.Test.Sdk" />
12- <PackageReference Include =" MSTest.TestFramework " />
13- <PackageReference Include =" MSTest.TestAdapter " />
14- <PackageReference Include =" YamlDotNet" />
10+ <PackageReference Include =" BenchmarkDotNet" Version = " 0.15.2 " />
11+ <PackageReference Include =" Microsoft.NET.Test.Sdk" Version = " 17.14.1 " />
12+ <PackageReference Include =" MSTest.TestAdapter " Version = " 3.10.1 " />
13+ <PackageReference Include =" MSTest.TestFramework " Version = " 3.9.3 " />
14+ <PackageReference Include =" YamlDotNet" Version = " 16.3.0 " />
1515 </ItemGroup >
1616 <ItemGroup >
1717 <ProjectReference Include =" ..\..\src\Hyperbee.Json\Hyperbee.Json.csproj" />
You can’t perform that action at this time.
0 commit comments