File tree Expand file tree Collapse file tree 1 file changed +6
-3
lines changed
Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Original file line number Diff line number Diff line change 11<Project Sdk =" Microsoft.NET.Sdk" >
22
33 <PropertyGroup >
4- <TargetFramework >netcoreapp3.1 </TargetFramework >
4+ <TargetFramework >net5.0 </TargetFramework >
55
66 <IsPackable >false</IsPackable >
77 </PropertyGroup >
88
99 <ItemGroup >
1010 <PackageReference Include =" FluentAssertions" Version =" 5.10.3" />
11- <PackageReference Include =" Microsoft.NET.Test.Sdk" Version =" 16.6.1 " />
11+ <PackageReference Include =" Microsoft.NET.Test.Sdk" Version =" 16.10.0 " />
1212 <PackageReference Include =" xunit" Version =" 2.4.1" />
1313 <PackageReference Include =" xunit.runner.visualstudio" Version =" 2.4.3" />
14- <PackageReference Include =" coverlet.collector" Version =" 1.3.0" />
14+ <PackageReference Include =" coverlet.collector" Version =" 3.0.3" >
15+ <PrivateAssets >all</PrivateAssets >
16+ <IncludeAssets >runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets >
17+ </PackageReference >
1518 </ItemGroup >
1619
1720 <ItemGroup >
You can’t perform that action at this time.
0 commit comments