File tree Expand file tree Collapse file tree 2 files changed +10
-0
lines changed
Expand file tree Collapse file tree 2 files changed +10
-0
lines changed Original file line number Diff line number Diff line change 1818 <IncludeAssets >runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets >
1919 <PrivateAssets >all</PrivateAssets >
2020 </PackageReference >
21+ <!-- this is the last version with net6 support -->
22+ <PackageReference Include =" xunit.runner.visualstudio" Condition =" '$(TargetFramework)' == 'net6.0' or '$(TargetFramework)' == 'net7.0'" VersionOverride =" 3.0.2" >
23+ <IncludeAssets >runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets >
24+ <PrivateAssets >all</PrivateAssets >
25+ </PackageReference >
2126 <PackageReference Include =" StackExchange.Redis" />
2227 </ItemGroup >
2328 <ItemGroup >
Original file line number Diff line number Diff line change 2727 <IncludeAssets >runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets >
2828 <PrivateAssets >all</PrivateAssets >
2929 </PackageReference >
30+ <!-- this is the last version with net6 support -->
31+ <PackageReference Include =" xunit.runner.visualstudio" Condition =" '$(TargetFramework)' == 'net6.0' or '$(TargetFramework)' == 'net7.0'" VersionOverride =" 3.0.2" >
32+ <IncludeAssets >runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets >
33+ <PrivateAssets >all</PrivateAssets >
34+ </PackageReference >
3035 <PackageReference Include =" StackExchange.Redis" />
3136 <PackageReference Include =" xunit" />
3237 <PackageReference Include =" xunit.assert" />
You can’t perform that action at this time.
0 commit comments