Skip to content

Commit

Permalink
Revert code analysis packages.
Browse files Browse the repository at this point in the history
  • Loading branch information
SvenGroot committed Aug 28, 2024
1 parent 4a8d16a commit b162418
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
<!-- 4.3.x is the latest version that can be used with the .Net 6.0 SDK for both of these. -->
<PackageReference Include="Microsoft.CodeAnalysis.CSharp" Version="4.11.0" />
<PackageReference Include="Microsoft.CodeAnalysis.CSharp.Workspaces" Version="4.11.0" />
<PackageReference Include="Microsoft.CodeAnalysis.CSharp" Version="4.3.1" />
<PackageReference Include="Microsoft.CodeAnalysis.CSharp.Workspaces" Version="4.3.1" />
</ItemGroup>

<ItemGroup>
Expand Down

0 comments on commit b162418

Please sign in to comment.