Skip to content

Commit 15fbde6

Browse files
committed
Update Microsoft.CodeAnalysis.Analyzers package
1 parent c5ab328 commit 15fbde6

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
[#2](https://github.com/monkey0506/Monkeymoto.GeneratorUtils.GenericSymbolReferenceTree/issues/2).
1212
This clarifies the meaning and improves the function of
1313
`GenericSymbolReference.IsSyntaxReferenceClosedTypeOrMethod`.
14+
- Update `Microsoft.CodeAnalysis.Analyzers` package version to 3.11.0.
1415

1516
## 2.0.1 (2024-10-18)
1617

Monkeymoto.GeneratorUtils.GenericSymbolReferenceTree.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ used in your project's compilation, each paired with a syntax node.</Description
3131
</PropertyGroup>
3232

3333
<ItemGroup>
34-
<PackageReference Include="Microsoft.CodeAnalysis.Analyzers" Version="3.3.4">
34+
<PackageReference Include="Microsoft.CodeAnalysis.Analyzers" Version="3.11.0">
3535
<PrivateAssets>all</PrivateAssets>
3636
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
3737
</PackageReference>

0 commit comments

Comments
 (0)