C#: Upgrade Roslyn dependencies to 3.9

This commit is contained in:
Tamas Vajk
2021-03-03 14:57:49 +01:00
parent 3400c121d6
commit ed5d31a385
2 changed files with 2 additions and 2 deletions

View File

@@ -20,7 +20,7 @@
</ItemGroup>
<ItemGroup>
<PackageReference Include="Microsoft.CodeAnalysis.CSharp" Version="3.8.0" />
<PackageReference Include="Microsoft.CodeAnalysis.CSharp" Version="3.9.0" />
</ItemGroup>
</Project>