Skip to content

Commit

Permalink
Downgrade the version of Microsoft.CodeAnalaysis.CSharp
Browse files Browse the repository at this point in the history
So that it works in lower versions of the SDK
e.g. see dotnet/roslyn#54710 (comment)
  • Loading branch information
andrewlock committed Aug 1, 2021
1 parent 0312fa0 commit 0e01301
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/StronglyTypedIds/StronglyTypedIds.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

<ItemGroup>
<PackageReference Include="Microsoft.CodeAnalysis.Analyzers" Version="3.3.2" PrivateAssets="all" />
<PackageReference Include="Microsoft.CodeAnalysis.CSharp" Version="3.10.0" />
<PackageReference Include="Microsoft.CodeAnalysis.CSharp" Version="3.9.0" />
</ItemGroup>

<ItemGroup>
Expand Down

0 comments on commit 0e01301

Please sign in to comment.