Skip to content

Commit

Permalink
downgrade package version.
Browse files Browse the repository at this point in the history
fix compile error on mac.
  • Loading branch information
sang-hyeon authored Nov 21, 2023
1 parent cb92db8 commit 059d793
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/PlasticCommand/PlasticCommand.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="Microsoft.CodeAnalysis.CSharp" Version="4.7.0" PrivateAssets="all" />
<PackageReference Include="Microsoft.CodeAnalysis.CSharp" Version="4.6.0" PrivateAssets="all" />
<PackageReference Include="Microsoft.CodeAnalysis.Analyzers" Version="3.3.4" PrivateAssets="all" />
<PackageReference Include="Microsoft.Extensions.DependencyInjection.Abstractions" Version="7.0.0" />

Expand Down

0 comments on commit 059d793

Please # to comment.