Skip to content

Commit a64ee0e

Browse files
dependabot[bot]bgianfo
authored andcommitted
Build(deps): Bump Microsoft.CodeAnalysis.CSharp from 4.6.0 to 4.7.0
Bumps [Microsoft.CodeAnalysis.CSharp](https://github.com/dotnet/roslyn) from 4.6.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] <[email protected]>
1 parent c099321 commit a64ee0e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pr-dash.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<PackageReference Include="Microsoft.CodeAnalysis.NetAnalyzers" Version="7.0.1">
2222
<PrivateAssets>analyzers</PrivateAssets>
2323
</PackageReference>
24-
<PackageReference Include="Microsoft.CodeAnalysis.CSharp" Version="4.6.0">
24+
<PackageReference Include="Microsoft.CodeAnalysis.CSharp" Version="4.7.0">
2525
<PrivateAssets>analyzers</PrivateAssets>
2626
</PackageReference>
2727
<PackageReference Include="Microsoft.CodeQuality.Analyzers" Version="3.3.2">

0 commit comments

Comments
 (0)