Skip to content

Commit

Permalink
Merged PR 30713: [7.4.2] Revert analyzer package back to stable
Browse files Browse the repository at this point in the history
Beta version was pulled in from a backport. Reverting to how it was prior. I did run `dotnet outdated` again just to be sure not to miss something.
  • Loading branch information
Patrick Meinecke committed Apr 9, 2024
1 parent b84ec75 commit e7617c4
Showing 1 changed file with 3 additions and 1 deletion.
Expand Up @@ -15,6 +15,8 @@

<ItemGroup>
<PackageReference Include="Microsoft.CodeAnalysis.CSharp" Version="4.9.2" PrivateAssets="all" />
<PackageReference Include="Microsoft.CodeAnalysis.Analyzers" Version="3.11.0-beta1.24202.4" PrivateAssets="all" />
<PackageReference Include="Microsoft.CodeAnalysis.Analyzers" Version="3.3.4" PrivateAssets="all" />
<!-- This section is to force the version of non-direct dependencies -->
<PackageReference Include="Microsoft.NETCore.Platforms" Version="1.1.2" />
</ItemGroup>
</Project>

0 comments on commit e7617c4

Please sign in to comment.