Skip to content

Commit e058783

Browse files
Bump Microsoft.CodeAnalysis.Common from 4.9.2 to 4.10.0
Bumps [Microsoft.CodeAnalysis.Common](https://github.com/dotnet/roslyn) from 4.9.2 to 4.10.0. - [Release notes](https://github.com/dotnet/roslyn/releases) - [Changelog](https://github.com/dotnet/roslyn/blob/main/docs/Breaking%20API%20Changes.md) - [Commits](https://github.com/dotnet/roslyn/commits) --- updated-dependencies: - dependency-name: Microsoft.CodeAnalysis.Common dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent f72c5b8 commit e058783

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

DecoratorGenerator/DecoratorGenerator.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,8 +56,8 @@
5656
<PrivateAssets>all</PrivateAssets>
5757
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
5858
</PackageReference>
59-
<PackageReference Include="Microsoft.CodeAnalysis.Common" Version="4.9.2" />
60-
<PackageReference Include="Microsoft.CodeAnalysis.CSharp" Version="4.9.2" />
59+
<PackageReference Include="Microsoft.CodeAnalysis.Common" Version="4.10.0" />
60+
<PackageReference Include="Microsoft.CodeAnalysis.CSharp" Version="4.10.0" />
6161
<PackageReference Include="Microsoft.CodeAnalysis.NetAnalyzers" Version="8.0.0">
6262
<PrivateAssets>all</PrivateAssets>
6363
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>

0 commit comments

Comments
 (0)