Skip to content

Commit

Permalink
Downgrade Microsoft.CodeAnalysis to 4.4.0
Browse files Browse the repository at this point in the history
This is a workaround to fix issues with dotnet-format.
See:
- dotnet/format#1805
- dotnet/format#1800
  • Loading branch information
TSRBerry committed Jun 21, 2023
1 parent f0b278c commit b40ab31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Directory.Packages.props
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<PackageVersion Include="jp2masa.Avalonia.Flexbox" Version="0.2.0" />
<PackageVersion Include="LibHac" Version="0.18.0" />
<PackageVersion Include="Microsoft.CodeAnalysis.Analyzers" Version="3.3.4" />
<PackageVersion Include="Microsoft.CodeAnalysis.CSharp" Version="4.5.0" />
<PackageVersion Include="Microsoft.CodeAnalysis.CSharp" Version="4.4.0" />
<PackageVersion Include="Microsoft.NET.Test.Sdk" Version="17.6.2" />
<PackageVersion Include="Microsoft.IO.RecyclableMemoryStream" Version="2.3.2" />
<PackageVersion Include="MsgPack.Cli" Version="1.0.1" />
Expand Down

0 comments on commit b40ab31

Please sign in to comment.