File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 22
33 <PropertyGroup >
44 <TargetFrameworks >$(ExeTargetFrameworks)</TargetFrameworks >
5+ <!-- <ImplicitUsings>enable</ImplicitUsings>
6+ <Nullable>enable</Nullable>-->
57 <IsPackable >false</IsPackable >
68 </PropertyGroup >
79
1012 </ItemGroup >
1113
1214 <ItemGroup >
13- <Service Include =" {82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />
15+ <PackageReference Include =" Microsoft.NET.Test.Sdk" Version =" 17.2.0" />
16+ <PackageReference Include =" NUnit" Version =" 3.13.3" />
17+ <PackageReference Include =" NUnit3TestAdapter" Version =" 4.2.1" />
18+ <!-- This generates a TON of warnings (13k+ warnings) -->
19+ <!-- <PackageReference Include="NUnit.Analyzers" Version="3.3.0" />-->
20+ <PackageReference Include =" coverlet.collector" Version =" 3.1.2" />
21+ <PackageReference Include =" SixLabors.ImageSharp" Version =" 1.0.4" />
1422 </ItemGroup >
1523
16- <ItemGroup >
17- <PackageReference Include =" Microsoft.NET.Test.Sdk" Version =" 16.8.3" />
18- <PackageReference Include =" NUnit" Version =" 3.12.0" />
19- <PackageReference Include =" NUnit.ConsoleRunner" Version =" 3.11.1" />
20- <PackageReference Include =" NUnit3TestAdapter" Version =" 3.17.0" >
21- <PrivateAssets >all</PrivateAssets >
22- <IncludeAssets >runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets >
23- </PackageReference >
24- <PackageReference Include =" SixLabors.ImageSharp" Version =" 1.0.2" />
25- </ItemGroup >
26-
27- </Project >
24+ </Project >
You can’t perform that action at this time.
0 commit comments