Skip to content

Commit a3d0977

Browse files
Bump Microsoft.CodeAnalysis.NetAnalyzers from 10.0.102 to 10.0.103
--- updated-dependencies: - dependency-name: Microsoft.CodeAnalysis.NetAnalyzers dependency-version: 10.0.103 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 117f290 commit a3d0977

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

DecoratorGenerator/DecoratorGenerator.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ When implementing the decorator pattern in C#, it requires adding boilerplate co
4444
</PackageReference>
4545
<PackageReference Include="Microsoft.CodeAnalysis.Common" Version="5.0.0" />
4646
<PackageReference Include="Microsoft.CodeAnalysis.CSharp" Version="5.0.0" />
47-
<PackageReference Include="Microsoft.CodeAnalysis.NetAnalyzers" Version="10.0.102">
47+
<PackageReference Include="Microsoft.CodeAnalysis.NetAnalyzers" Version="10.0.103">
4848
<PrivateAssets>all</PrivateAssets>
4949
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
5050
</PackageReference>

0 commit comments

Comments
 (0)