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 18
18
<IncludeAssets >runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets >
19
19
<PrivateAssets >all</PrivateAssets >
20
20
</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 >
21
26
<PackageReference Include =" StackExchange.Redis" />
22
27
</ItemGroup >
23
28
<ItemGroup >
Original file line number Diff line number Diff line change 27
27
<IncludeAssets >runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets >
28
28
<PrivateAssets >all</PrivateAssets >
29
29
</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 >
30
35
<PackageReference Include =" StackExchange.Redis" />
31
36
<PackageReference Include =" xunit" />
32
37
<PackageReference Include =" xunit.assert" />
You can’t perform that action at this time.
0 commit comments