Skip to content

Commit

Permalink
.NET: Downgrade Microsoft.CodeAnalysis.CSharp to 4.8.0 for compat wit…
Browse files Browse the repository at this point in the history
…h SDK 8.0.1xy
  • Loading branch information
akien-mga committed Dec 17, 2024
1 parent 21ca022 commit 5232760
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Microsoft.CodeAnalysis.CSharp" Version="4.9.2" PrivateAssets="all" />
<PackageReference Include="Microsoft.CodeAnalysis.CSharp" Version="4.8.0" PrivateAssets="all" />
<PackageReference Include="Microsoft.CodeAnalysis.Analyzers" Version="3.3.4" PrivateAssets="all" />
</ItemGroup>

Expand Down

0 comments on commit 5232760

Please sign in to comment.