File tree Expand file tree Collapse file tree 2 files changed +13
-10
lines changed
Ace.CSharp.StructuredAutoMapper.Sample.Tests
Ace.CSharp.StructuredAutoMapper.Sample Expand file tree Collapse file tree 2 files changed +13
-10
lines changed Original file line number Diff line number Diff line change 22
33 <PropertyGroup >
44 <TargetFramework >net6.0</TargetFramework >
5- <ImplicitUsings >enable</ImplicitUsings >
6- <Nullable >enable</Nullable >
7-
85 <IsPackable >false</IsPackable >
6+
7+ <Nullable >enable</Nullable >
8+ <WarningsAsErrors >nullable</WarningsAsErrors >
9+ <ImplicitUsings >enable</ImplicitUsings >
910 </PropertyGroup >
1011
1112 <ItemGroup >
12- <PackageReference Include =" FluentAssertions" Version =" 6.11.0" />
13- <PackageReference Include =" Microsoft.NET.Test.Sdk" Version =" 17.1.0" />
14- <PackageReference Include =" xunit" Version =" 2.4.1" />
15- <PackageReference Include =" xunit.runner.visualstudio" Version =" 2.4.3" >
13+ <PackageReference Include =" coverlet.collector" Version =" 3.2.0" >
1614 <IncludeAssets >runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets >
1715 <PrivateAssets >all</PrivateAssets >
1816 </PackageReference >
19- <PackageReference Include =" coverlet.collector" Version =" 3.1.2" >
17+ <PackageReference Include =" FluentAssertions" Version =" 6.11.0" />
18+ <PackageReference Include =" Microsoft.NET.Test.Sdk" Version =" 17.5.0" />
19+ <PackageReference Include =" xunit" Version =" 2.4.2" />
20+ <PackageReference Include =" xunit.runner.visualstudio" Version =" 2.4.5" >
2021 <IncludeAssets >runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets >
2122 <PrivateAssets >all</PrivateAssets >
2223 </PackageReference >
Original file line number Diff line number Diff line change 11<Project Sdk =" Microsoft.NET.Sdk" >
22
33 <PropertyGroup >
4- <OutputType >Exe</OutputType >
54 <TargetFramework >net6.0</TargetFramework >
6- <ImplicitUsings >enable</ImplicitUsings >
5+ <OutputType >Exe</OutputType >
6+
77 <Nullable >enable</Nullable >
8+ <WarningsAsErrors >nullable</WarningsAsErrors >
9+ <ImplicitUsings >enable</ImplicitUsings >
810 </PropertyGroup >
911
1012 <ItemGroup >
You can’t perform that action at this time.
0 commit comments