C#: Update project files to Roslyn 3.4

This commit is contained in:
Calum Grant
2019-11-22 12:48:31 +00:00
parent a5274ad5f2
commit ca195e9340
2 changed files with 2 additions and 2 deletions

View File

@@ -19,7 +19,7 @@
</ItemGroup>
<ItemGroup>
<PackageReference Include="Microsoft.CodeAnalysis.CSharp" Version="3.2.0" />
<PackageReference Include="Microsoft.CodeAnalysis.CSharp" Version="3.4.0" />
</ItemGroup>
</Project>