File tree Expand file tree Collapse file tree 1 file changed +1
-9
lines changed
src/ReactiveDomain.Policy.Tests Expand file tree Collapse file tree 1 file changed +1
-9
lines changed Original file line number Diff line number Diff line change 10
10
11
11
<ItemGroup >
12
12
<PackageReference Include =" Newtonsoft.Json" Version =" 13.0.3" />
13
- <PackageReference Include =" xunit" Version =" 2.9.2" />
14
13
<PackageReference Include =" Microsoft.NET.Test.Sdk" Version =" 17.13.0" />
15
- <PackageReference Include =" xunit.runner.console" Version =" 2.9.2" >
16
- <PrivateAssets >all</PrivateAssets >
17
- <IncludeAssets >runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets >
18
- </PackageReference >
19
- <PackageReference Include =" xunit.runner.visualstudio" Version =" 2.8.2" >
20
- <PrivateAssets >all</PrivateAssets >
21
- <IncludeAssets >runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets >
22
- </PackageReference >
14
+ <PackageReference Include =" xunit.v3" Version =" 1.1.0" />
23
15
<DotNetCliToolReference Include =" dotnet-xunit" Version =" 2.3.1" />
24
16
</ItemGroup >
25
17
<ItemGroup >
You can’t perform that action at this time.
0 commit comments