Skip to content

Commit 0472f76

Browse files
Bump Microsoft.CodeAnalysis.CSharp from 4.5.0 to 4.7.0
Bumps [Microsoft.CodeAnalysis.CSharp](https://github.com/dotnet/roslyn) from 4.5.0 to 4.7.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.CSharp dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent cc65405 commit 0472f76

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Gu.Roslyn.AnalyzerExtensions/Gu.Roslyn.AnalyzerExtensions.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@
8181
<ItemGroup>
8282
<PackageReference Include="Gu.Analyzers" Version="2.0.3" PrivateAssets="all" />
8383
<PackageReference Include="IDisposableAnalyzers" Version="4.0.7" PrivateAssets="all" />
84-
<PackageReference Include="Microsoft.CodeAnalysis.CSharp" Version="4.5.0" />
84+
<PackageReference Include="Microsoft.CodeAnalysis.CSharp" Version="4.7.0" />
8585
<PackageReference Include="Microsoft.CodeAnalysis.PublicApiAnalyzers" Version="3.3.4" PrivateAssets="all" />
8686
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.1.1" PrivateAssets="all" />
8787
<PackageReference Include="StyleCop.Analyzers" Version="1.2.0-beta.507" PrivateAssets="all" />

0 commit comments

Comments
 (0)