Skip to content
This repository was archived by the owner on Jul 9, 2025. It is now read-only.

Commit 059d793

Browse files
authored
downgrade package version.
fix compile error on mac.
1 parent cb92db8 commit 059d793

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/PlasticCommand/PlasticCommand.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
</ItemGroup>
4848

4949
<ItemGroup>
50-
<PackageReference Include="Microsoft.CodeAnalysis.CSharp" Version="4.7.0" PrivateAssets="all" />
50+
<PackageReference Include="Microsoft.CodeAnalysis.CSharp" Version="4.6.0" PrivateAssets="all" />
5151
<PackageReference Include="Microsoft.CodeAnalysis.Analyzers" Version="3.3.4" PrivateAssets="all" />
5252
<PackageReference Include="Microsoft.Extensions.DependencyInjection.Abstractions" Version="7.0.0" />
5353

0 commit comments

Comments
 (0)