Skip to content

Commit 42a2458

Browse files
build(deps): bump Microsoft.CodeAnalysis.NetAnalyzers from 7.0.1 to 7.0.3 in /samples (#540)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 75805fd commit 42a2458

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

samples/Directory.build.props

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<ItemGroup>
77
<PackageReference Include="stylecop.analyzers" Version="1.2.0-beta.507" PrivateAssets="all" />
88
<PackageReference Include="Roslynator.Analyzers" Version="4.3.0" PrivateAssets="All" />
9-
<PackageReference Include="Microsoft.CodeAnalysis.NetAnalyzers" Version="7.0.1" PrivateAssets="all" />
9+
<PackageReference Include="Microsoft.CodeAnalysis.NetAnalyzers" Version="7.0.3" PrivateAssets="all" />
1010
</ItemGroup>
1111
<ItemGroup>
1212
<AdditionalFiles Include="$(MSBuildThisFileDirectory)..\src\stylecop.json" Link="stylecop.json" />

0 commit comments

Comments
 (0)