Skip to content

Commit

Permalink
Merge pull request dotnet#36793 from dotnet/dependabot/nuget/docs/csh…
Browse files Browse the repository at this point in the history
…arp/roslyn-sdk/tutorials/snippets/how-to-write-csharp-analyzer-code-fix/MakeConst/MakeConst/Microsoft.CodeAnalysis.CSharp-4.7.0

Bump Microsoft.CodeAnalysis.CSharp from 4.6.0 to 4.7.0 in /docs/csharp/roslyn-sdk/tutorials/snippets/how-to-write-csharp-analyzer-code-fix/MakeConst/MakeConst
  • Loading branch information
github-actions[bot] authored Aug 23, 2023
2 parents bcd9239 + 527ea79 commit 11a0da1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

<ItemGroup>
<PackageReference Include="Microsoft.CodeAnalysis.Analyzers" Version="3.3.4" />
<PackageReference Include="Microsoft.CodeAnalysis.CSharp" Version="4.6.0" />
<PackageReference Include="Microsoft.CodeAnalysis.CSharp" Version="4.7.0" />
</ItemGroup>

<ItemGroup>
Expand Down

0 comments on commit 11a0da1

Please sign in to comment.