11<Project Sdk =" Microsoft.NET.Sdk" >
22
3- <PropertyGroup >
4- <TargetFrameworks >net8.0;net9.0;net10.0</TargetFrameworks >
5- <LangVersion >latest</LangVersion >
6- <Nullable >enable</Nullable >
7- <ImplicitUsings >enable</ImplicitUsings >
8- <IsPackable >false</IsPackable >
9- <IsTestProject >true</IsTestProject >
10- <OutputType >Exe</OutputType >
11- <TestingPlatformDotnetTestSupport >true</TestingPlatformDotnetTestSupport >
12- <UseMicrosoftTestingPlatformRunner >true</UseMicrosoftTestingPlatformRunner >
13- </PropertyGroup >
3+ <PropertyGroup >
4+ <TargetFrameworks >net8.0;net9.0;net10.0</TargetFrameworks >
5+ <LangVersion >latest</LangVersion >
6+ <Nullable >enable</Nullable >
7+ <ImplicitUsings >enable</ImplicitUsings >
8+ <IsPackable >false</IsPackable >
9+ <IsTestProject >true</IsTestProject >
10+ <OutputType >Exe</OutputType >
11+ <TestingPlatformDotnetTestSupport >true</TestingPlatformDotnetTestSupport >
12+ <UseMicrosoftTestingPlatformRunner >true</UseMicrosoftTestingPlatformRunner >
13+ </PropertyGroup >
1414
15- <ItemGroup >
16- <PackageReference Include =" Microsoft.NET.Test.Sdk" Version =" 18.0.1" />
17- <PackageReference Include =" Microsoft.Testing.Extensions.CodeCoverage" Version =" 18.0.6 " />
18- <PackageReference Include =" xunit.runner.visualstudio" Version =" 3.1.5" >
19- <IncludeAssets >runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets >
20- <PrivateAssets >all</PrivateAssets >
21- </PackageReference >
22- <PackageReference Include =" xunit.v3 " Version =" 3.2.0 " />
23- <PackageReference Include =" NSubstitute " Version =" 5 .3.0" />
24- <PackageReference Include =" AwesomeAssertions " Version =" 9.3.0 " />
25- </ItemGroup >
26- <ItemGroup >
27- <Content Include =" xunit.runner.json" CopyToOutputDirectory =" PreserveNewest" />
28- </ItemGroup >
15+ <ItemGroup >
16+ <PackageReference Include =" Microsoft.NET.Test.Sdk" Version =" 18.0.1" />
17+ <PackageReference Include =" Microsoft.Testing.Extensions.CodeCoverage" Version =" 18.3.1 " />
18+ <PackageReference Include =" xunit.runner.visualstudio" Version =" 3.1.5" >
19+ <IncludeAssets >runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets >
20+ <PrivateAssets >all</PrivateAssets >
21+ </PackageReference >
22+ <PackageReference Include =" NSubstitute " Version =" 5.3.0 " />
23+ <PackageReference Include =" AwesomeAssertions " Version =" 9 .3.0" />
24+ <PackageReference Include =" xunit.v3.mtp-v2 " Version =" 3.2.1 " />
25+ </ItemGroup >
26+ <ItemGroup >
27+ <Content Include =" xunit.runner.json" CopyToOutputDirectory =" PreserveNewest" />
28+ </ItemGroup >
2929
30- <ItemGroup >
31- <ProjectReference Include =" ..\src\LayeredCraft.Logging.CompactJsonFormatter.csproj" />
32- </ItemGroup >
30+ <ItemGroup >
31+ <ProjectReference Include =" ..\src\LayeredCraft.Logging.CompactJsonFormatter.csproj" />
32+ </ItemGroup >
3333
3434</Project >
0 commit comments