File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" utf-8" ?>
2
2
<Project xmlns =" http://schemas.microsoft.com/developer/msbuild/2003" >
3
3
<ItemGroup >
4
- <PackageReference Include =" SonarAnalyzer.CSharp" Version =" 8.36.1.44192 " >
4
+ <PackageReference Include =" SonarAnalyzer.CSharp" Version =" 8.37.0.45539 " >
5
5
<PrivateAssets >all</PrivateAssets >
6
6
<IncludeAssets >runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets >
7
7
</PackageReference >
Original file line number Diff line number Diff line change 4
4
<ItemGroup Condition =" $(MSBuildProjectName) != 'LinkDotNet.Blog.TestUtilities'" >
5
5
<PackageReference Include =" bunit" Version =" 1.6.4" />
6
6
<PackageReference Include =" FluentAssertions" Version =" 6.5.1" />
7
- <PackageReference Include =" Microsoft.NET.Test.Sdk" Version =" 17.2.0-preview-20220131-20 " />
7
+ <PackageReference Include =" Microsoft.NET.Test.Sdk" Version =" 17.2.0-preview-20220301-01 " />
8
8
<PackageReference Include =" Moq" Version =" 4.17.2" />
9
9
<PackageReference Include =" xunit" Version =" 2.4.2-pre.12" />
10
10
<PackageReference Include =" xunit.runner.visualstudio" Version =" 2.4.3" >
22
22
</ItemGroup >
23
23
24
24
<ItemGroup >
25
- <PackageReference Include =" SonarAnalyzer.CSharp" Version =" 8.36.1.44192 " >
25
+ <PackageReference Include =" SonarAnalyzer.CSharp" Version =" 8.37.0.45539 " >
26
26
<PrivateAssets >all</PrivateAssets >
27
27
<IncludeAssets >runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets >
28
28
</PackageReference >
You can’t perform that action at this time.
0 commit comments