Skip to content

Commit

Permalink
Bump Microsoft.CodeAnalysis.Common from 4.6.0 to 4.7.0 (#1593)
Browse files Browse the repository at this point in the history
* Bump Microsoft.CodeAnalysis.Common from 4.6.0 to 4.7.0

Bumps [Microsoft.CodeAnalysis.Common](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.Common
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

* Bump change log

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Bernie White <bewhite@microsoft.com>
  • Loading branch information
dependabot[bot] and BernieWhite committed Aug 25, 2023
1 parent 90fcb51 commit 46a28ae
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions docs/CHANGELOG-v3.md
Expand Up @@ -51,6 +51,8 @@ What's changed since release v2.9.0:
- Engineering:
- Bump Microsoft.CodeAnalysis.NetAnalyzers to v7.0.3.
[#1550](https://github.com/microsoft/PSRule/pull/1550)
- Bump Microsoft.CodeAnalysis.Common to v4.7.0.
[#1593](https://github.com/microsoft/PSRule/pull/1593)
- Bump Microsoft.NET.Test.Sdk to v17.7.0.
[#1588](https://github.com/microsoft/PSRule/pull/1588)
- Bump YamlDotNet to v13.2.0.
Expand Down
2 changes: 1 addition & 1 deletion src/PSRule.BuildTask/PSRule.BuildTask.csproj
Expand Up @@ -8,7 +8,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Microsoft.CodeAnalysis.Common" Version="4.6.0" />
<PackageReference Include="Microsoft.CodeAnalysis.Common" Version="4.7.0" />
</ItemGroup>

<!--<ItemGroup>
Expand Down

0 comments on commit 46a28ae

Please sign in to comment.