Skip to content

Commit

Permalink
Merge pull request #32 from phmatray/dependabot/nuget/Microsoft.CodeA…
Browse files Browse the repository at this point in the history
…nalysis.CSharp-4.9.2

Bump Microsoft.CodeAnalysis.CSharp from 4.8.0 to 4.9.2
  • Loading branch information
phmatray authored Mar 14, 2024
2 parents 8d92c53 + 8d864a3 commit 689ea76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion msbuild/props/Dependencies.props
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@

<!-- Conditional Package Versions for Analyzers -->
<ItemGroup Condition="'$(IncludeAnalyzers)' == 'true'">
<PackageVersion Include="Microsoft.CodeAnalysis.CSharp" Version="4.8.0" />
<PackageVersion Include="Microsoft.CodeAnalysis.CSharp" Version="4.9.2" />
<PackageReference Include="Microsoft.CodeAnalysis.CSharp" PrivateAssets="all" />

<PackageVersion Include="Microsoft.CodeAnalysis.Analyzers" Version="3.3.4" />
Expand Down

0 comments on commit 689ea76

Please sign in to comment.