Set C# language version to preview/9.0 (#13090)

This commit is contained in:
Ilya 2020-07-22 00:34:08 +05:00 committed by GitHub
parent 472943347d
commit e88e8bd297
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -97,7 +97,7 @@
<Copyright>(c) Microsoft Corporation.</Copyright>
<TargetFramework>net5.0</TargetFramework>
<LangVersion>8.0</LangVersion>
<LangVersion>preview</LangVersion>
<PublishReadyToRun Condition=" '$(Configuration)' != 'Debug' ">true</PublishReadyToRun>
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>