Skip to content

Commit

Permalink
downgrade to Microsoft.CodeAnalysis.CSharp.Workspaces 2.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
adamralph committed May 6, 2021
1 parent 4b35767 commit 1888753
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@

<ItemGroup>
<PackageReference Include="Particular.Packaging" Version="1.2.1" PrivateAssets="All" />
<PackageReference Include="Microsoft.CodeAnalysis.CSharp.Workspaces" Version="2.10.0" />
<!-- cannot upgrade to 2.10.0 - see https://github.com/dotnet/roslyn-analyzers/issues/1803 -->
<PackageReference Include="Microsoft.CodeAnalysis.CSharp.Workspaces" Version="2.4.0" />
</ItemGroup>

<!-- Workaround to make sure GitVersion uses the project specific config file -->
Expand Down

0 comments on commit 1888753

Please sign in to comment.