Skip to content

Commit eb81b80

Browse files
Bump Microsoft.CodeAnalysis from 4.8.0 to 4.9.2
Bumps [Microsoft.CodeAnalysis](https://github.com/dotnet/roslyn) from 4.8.0 to 4.9.2. - [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 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 05715d3 commit eb81b80

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Directory.Build.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<LangVersion>latest</LangVersion>
2424
<ImplicitUsings>enable</ImplicitUsings>
2525
<Nullable>enable</Nullable>
26-
<RoslynVersion>4.8.0</RoslynVersion>
26+
<RoslynVersion>4.9.2</RoslynVersion>
2727
</PropertyGroup>
2828
<ItemGroup>
2929
<None Include="$(MSBuildThisFileDirectory)\logo.png" Pack="true" Visible="false" PackagePath="\" />

Directory.Packages.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<!-- Akka.NET Package Versions -->
66
<ItemGroup>
77
<PackageVersion Include="Akka.Hosting" Version="1.5.6.1"/>
8-
<PackageVersion Include="Microsoft.CodeAnalysis" Version="4.8.0"/>
8+
<PackageVersion Include="Microsoft.CodeAnalysis" Version="4.9.2"/>
99
</ItemGroup>
1010

1111
<!-- Testing Utilities -->

0 commit comments

Comments
 (0)