Skip to content

Commit e7617c4

Browse files
author
Patrick Meinecke
committed
Merged PR 30713: [7.4.2] Revert analyzer package back to stable
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.
1 parent b84ec75 commit e7617c4

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/System.Management.Automation/SourceGenerators/PSVersionInfoGenerator/PSVersionInfoGenerator.csproj

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@
1515

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

0 commit comments

Comments
 (0)