File tree Expand file tree Collapse file tree 2 files changed +6
-5
lines changed Expand file tree Collapse file tree 2 files changed +6
-5
lines changed Original file line number Diff line number Diff line change 12
12
</ItemGroup >
13
13
14
14
<ItemGroup Label =" NuGet" >
15
- <PackageReference Include =" Microsoft.CodeAnalysis.FxCopAnalyzers" Version =" 2.9.6" PrivateAssets =" All" />
16
- <PackageReference Include =" StyleCop.Analyzers" Version =" 1.2.0-beta.66" PrivateAssets =" All" />
15
+ <PackageReference Include =" Microsoft.CodeAnalysis.Analyzers" Version =" 2.9.8" PrivateAssets =" All" />
16
+ <PackageReference Include =" Microsoft.CodeAnalysis.FxCopAnalyzers" Version =" 2.9.8" PrivateAssets =" All" />
17
+ <PackageReference Include =" StyleCop.Analyzers" Version =" 1.2.0-*" PrivateAssets =" All" />
17
18
</ItemGroup >
18
19
19
20
</Project >
Original file line number Diff line number Diff line change 17
17
</ItemGroup >
18
18
19
19
<ItemGroup Condition =" '$(MSBuildProjectExtension)' != '.shproj' " >
20
- <PackageReference Include =" FluentAssertions" Version =" 5.7 .0" />
21
- <PackageReference Include =" Moq" Version =" 4.12.0 " />
20
+ <PackageReference Include =" FluentAssertions" Version =" 5.9 .0" />
21
+ <PackageReference Include =" Moq" Version =" 4.13.1 " />
22
22
<PackageReference Include =" xunit" Version =" 2.4.1" />
23
23
<PackageReference Include =" xunit.runner.visualstudio" Version =" 2.4.1" />
24
24
</ItemGroup >
25
25
26
26
<ItemGroup Condition =" '$(IsAspNetCore)' == 'true' " >
27
- <PackageReference Include =" Microsoft.NET.Test.Sdk" Version =" 16.2 .0" />
27
+ <PackageReference Include =" Microsoft.NET.Test.Sdk" Version =" 16.4 .0" />
28
28
<PackageReference Include =" Microsoft.AspNetCore.TestHost" Version =" $(TestHostVersion)" />
29
29
</ItemGroup >
30
30
You can’t perform that action at this time.
0 commit comments