File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree 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 >net8 .0</TargetFramework >
55 <ImplicitUsings >enable</ImplicitUsings >
6- <Nullable >enable </Nullable >
6+ <Nullable >disable </Nullable >
77
88 <IsPackable >false</IsPackable >
99 <IsTestProject >true</IsTestProject >
1010 </PropertyGroup >
1111
1212 <ItemGroup >
13- <PackageReference Include =" coverlet.collector" Version =" 6.0.0" />
13+ <PackageReference Include =" coverlet.collector" Version =" 6.0.4" >
14+ <PrivateAssets >all</PrivateAssets >
15+ <IncludeAssets >runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets >
16+ </PackageReference >
17+ <PackageReference Include =" K4os.Compression.LZ4" Version =" 1.3.8" />
1418 <PackageReference Include =" Microsoft.NET.Test.Sdk" Version =" 17.8.0" />
19+ <PackageReference Include =" Microsoft.NETCore.Platforms" Version =" 7.0.4" />
20+ <PackageReference Include =" Nino" Version =" 3.1.4" />
1521 <PackageReference Include =" NUnit" Version =" 3.14.0" />
1622 <PackageReference Include =" NUnit.Analyzers" Version =" 3.9.0" />
1723 <PackageReference Include =" NUnit3TestAdapter" Version =" 4.5.0" />
You can’t perform that action at this time.
0 commit comments