C#: Upgrade to Roslyn 3.1

This commit is contained in:
Calum Grant
2019-05-22 15:54:30 +01:00
parent 94e3c676d5
commit e5aa7f3ba7
2 changed files with 2 additions and 2 deletions

View File

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

View File

@@ -12,7 +12,7 @@
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Microsoft.CodeAnalysis" Version="3.0.0" />
<PackageReference Include="Microsoft.CodeAnalysis" Version="3.1.0" />
<PackageReference Include="GitInfo" Version="2.0.18" />
</ItemGroup>