File tree Expand file tree Collapse file tree 1 file changed +7
-2
lines changed
Expand file tree Collapse file tree 1 file changed +7
-2
lines changed Original file line number Diff line number Diff line change 11<Project Sdk =" Microsoft.NET.Sdk" >
22 <PropertyGroup >
33 <!-- netcoreapp2.1 => netstandard2.0 -->
4- <!-- netcoreapp3.1;net5.0 => netstandard2.1 -->
5- <TargetFrameworks >netcoreapp2.1;netcoreapp3.1;net5.0; net6.0;net7.0</TargetFrameworks >
4+ <!-- netcoreapp3.1 => netstandard2.1 -->
5+ <TargetFrameworks >netcoreapp2.1;netcoreapp3.1;net6.0;net7.0</TargetFrameworks >
66 <IsPackable >false</IsPackable >
77 <InvariantGlobalization >true</InvariantGlobalization >
88 <NoWarn >$(NoWarn);CS0618</NoWarn >
3232 </ItemGroup >
3333 <ItemGroup Condition =" '$(TargetFramework)' != 'netcoreapp2.1'" >
3434 <PackageReference Include =" Microsoft.NET.Test.Sdk" Version =" 17.7.1" />
35+ </ItemGroup >
36+ <ItemGroup Condition =" '$(TargetFramework)' == 'net6.0' OR '$(TargetFramework)' == 'net7.0'" >
37+ <PackageReference Include =" xunit.runner.visualstudio" Version =" 2.5.0" />
38+ </ItemGroup >
39+ <ItemGroup Condition =" '$(TargetFramework)' == 'netcoreapp3.1'" >
3540 <PackageReference Include =" xunit.runner.visualstudio" Version =" 2.4.5" />
3641 </ItemGroup >
3742 <ItemGroup Condition =" '$(TargetFramework)' == 'netcoreapp2.1'" >
You can’t perform that action at this time.
0 commit comments