File tree Expand file tree Collapse file tree 1 file changed +8
-7
lines changed
Expand file tree Collapse file tree 1 file changed +8
-7
lines changed Original file line number Diff line number Diff line change 1- <Project Sdk =" Microsoft.NET.Sdk" >
1+ <Project Sdk =" Microsoft.NET.Sdk" >
22
33 <PropertyGroup >
4- <TargetFramework >netcoreapp2.0</TargetFramework >
5-
6- <IsPackable >false</IsPackable >
4+ <TargetFramework >net6.0</TargetFramework >
75 </PropertyGroup >
86
97 <ItemGroup >
10- <PackageReference Include =" Microsoft.NET.Test.Sdk" Version =" 15.5.0" />
11- <PackageReference Include =" xunit" Version =" 2.3.1" />
12- <PackageReference Include =" xunit.runner.visualstudio" Version =" 2.3.1" />
8+ <PackageReference Include =" Microsoft.NET.Test.Sdk" Version =" 17.0.0" />
9+ <PackageReference Include =" xunit" Version =" 2.4.1" />
10+ <PackageReference Include =" xunit.runner.visualstudio" Version =" 2.4.3" >
11+ <PrivateAssets >all</PrivateAssets >
12+ <IncludeAssets >runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets >
13+ </PackageReference >
1314 <DotNetCliToolReference Include =" dotnet-xunit" Version =" 2.3.1" />
1415 </ItemGroup >
1516
You can’t perform that action at this time.
0 commit comments