File tree Expand file tree Collapse file tree 2 files changed +14
-7
lines changed
samples/FluentAssertions.AspNetCore.Mvc.Sample.Tests
tests/FluentAssertions.AspNetCore.Mvc.Tests Expand file tree Collapse file tree 2 files changed +14
-7
lines changed Original file line number Diff line number Diff line change 7
7
</PropertyGroup >
8
8
9
9
<ItemGroup >
10
- <PackageReference Include =" Microsoft.NET.Test.Sdk" Version =" 15.6.1" />
11
- <PackageReference Include =" xunit" Version =" 2.3.1" />
12
- <PackageReference Include =" xunit.runner.visualstudio" Version =" 2.3.1" />
10
+ <PackageReference Include =" Microsoft.NET.Test.Sdk" Version =" 16.11.0" />
11
+ <PackageReference Include =" xunit" Version =" 2.4.1" />
12
+ <PackageReference Include =" xunit.runner.visualstudio" Version =" 2.4.3" >
13
+ <PrivateAssets >all</PrivateAssets >
14
+ <IncludeAssets >runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets >
15
+ </PackageReference >
13
16
<DotNetCliToolReference Include =" dotnet-xunit" Version =" 2.3.1" />
14
17
</ItemGroup >
15
18
Original file line number Diff line number Diff line change 7
7
</PropertyGroup >
8
8
9
9
<ItemGroup >
10
- <PackageReference Include =" Microsoft.NET.Test.Sdk" Version =" 15.6.1" />
11
- <PackageReference Include =" Moq" Version =" 4.8.2" />
12
- <PackageReference Include =" xunit" Version =" 2.3.1" />
13
- <PackageReference Include =" xunit.runner.visualstudio" Version =" 2.3.1" />
10
+ <PackageReference Include =" Microsoft.NET.Test.Sdk" Version =" 16.11.0" />
11
+ <PackageReference Include =" Moq" Version =" 4.16.1" />
12
+ <PackageReference Include =" Newtonsoft.Json" Version =" 13.0.1" />
13
+ <PackageReference Include =" xunit" Version =" 2.4.1" />
14
+ <PackageReference Include =" xunit.runner.visualstudio" Version =" 2.4.3" >
15
+ <PrivateAssets >all</PrivateAssets >
16
+ <IncludeAssets >runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets >
17
+ </PackageReference >
14
18
<DotNetCliToolReference Include =" dotnet-xunit" Version =" 2.3.1" />
15
19
</ItemGroup >
16
20
You can’t perform that action at this time.
0 commit comments