File tree Expand file tree Collapse file tree 2 files changed +8
-8
lines changed
LibDeflate.DangerousTests Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 44 <TargetFrameworks >net6.0;net7.0</TargetFrameworks >
55
66 <IsPackable >false</IsPackable >
7+ <LangVersion >latest</LangVersion >
78 </PropertyGroup >
89
9- <ItemGroup >
10- <None Remove =" xunit.runner.json" />
11- </ItemGroup >
12-
1310 <ItemGroup >
1411 <Content Include =" xunit.runner.json" >
1512 <CopyToOutputDirectory >PreserveNewest</CopyToOutputDirectory >
1815
1916 <ItemGroup >
2017 <PackageReference Include =" Microsoft.NET.Test.Sdk" Version =" 17.7.2" />
21- <PackageReference Include =" xunit" Version =" 2.5.0 " />
22- <PackageReference Include =" xunit.runner.visualstudio" Version =" 2.5.0 " >
18+ <PackageReference Include =" xunit" Version =" 2.5.1 " />
19+ <PackageReference Include =" xunit.runner.visualstudio" Version =" 2.5.1 " >
2320 <IncludeAssets >runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets >
2421 <PrivateAssets >all</PrivateAssets >
2522 </PackageReference >
Original file line number Diff line number Diff line change 11<Project Sdk =" Microsoft.NET.Sdk" >
22
3+ <!-- Why don't we test netXXX when we support netstandard2.0? -->
4+ <!-- https://gist.github.com/jzebedee/d5e6c726692b83baf68fb5fc241c2929 -->
5+
36 <PropertyGroup >
47 <TargetFrameworks >net6.0;net7.0</TargetFrameworks >
58
912
1013 <ItemGroup >
1114 <PackageReference Include =" Microsoft.NET.Test.Sdk" Version =" 17.7.2" />
12- <PackageReference Include =" xunit" Version =" 2.5.0 " />
13- <PackageReference Include =" xunit.runner.visualstudio" Version =" 2.5.0 " >
15+ <PackageReference Include =" xunit" Version =" 2.5.1 " />
16+ <PackageReference Include =" xunit.runner.visualstudio" Version =" 2.5.1 " >
1417 <IncludeAssets >runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets >
1518 <PrivateAssets >all</PrivateAssets >
1619 </PackageReference >
You can’t perform that action at this time.
0 commit comments