Use latest C# version in all projects

This commit is contained in:
Oleksii Holub
2019-04-12 16:10:28 +03:00
parent dec2c26d83
commit 1325edb135
6 changed files with 6 additions and 0 deletions

View File

@@ -2,6 +2,7 @@
<PropertyGroup>
<TargetFrameworks>net46;netstandard2.0</TargetFrameworks>
<LangVersion>latest</LangVersion>
</PropertyGroup>
<ItemGroup>