Skip to content

Commit

Permalink
Bump Microsoft.CodeAnalysis.Common from 4.8.0 to 4.11.0 (#222)
Browse files Browse the repository at this point in the history
Bumps [Microsoft.CodeAnalysis.Common](https://github.com/dotnet/roslyn) from 4.8.0 to 4.11.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>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Aug 19, 2024
1 parent aa1cc27 commit e5c2a32
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Gauge.Dotnet.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@
</PackageReference>
<PackageReference Include="Google.Protobuf" Version="3.27.3" />
<PackageReference Include="Grpc.AspNetCore.Server" Version="2.65.0" />
<PackageReference Include="Microsoft.CodeAnalysis.Common" Version="4.8.0" />
<PackageReference Include="Microsoft.CodeAnalysis.CSharp" Version="4.8.0" />
<PackageReference Include="Microsoft.CodeAnalysis.Common" Version="4.11.0" />
<PackageReference Include="Microsoft.CodeAnalysis.CSharp" Version="4.11.0" />
</ItemGroup>

<ItemGroup>
Expand Down

0 comments on commit e5c2a32

Please sign in to comment.