Skip to content

Commit 3694235

Browse files
Update dependency Microsoft.CodeAnalysis.NetAnalyzers to v8
1 parent b43afa4 commit 3694235

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/DotnetDispatcher.Generator/DotnetDispatcher.Generator.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
</PropertyGroup>
2020
<ItemGroup>
2121
<PackageReference Include="Microsoft.CodeAnalysis.CSharp.Workspaces" Version="4.9.2" PrivateAssets="all" />
22-
<PackageReference Update="Microsoft.CodeAnalysis.NetAnalyzers" Version="7.0.4">
22+
<PackageReference Update="Microsoft.CodeAnalysis.NetAnalyzers" Version="8.0.0">
2323
<PrivateAssets>all</PrivateAssets>
2424
<IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets>
2525
</PackageReference>

0 commit comments

Comments
 (0)