Enable C# 8.

This commit is contained in:
Huo Yaoyuan
2019-11-11 21:20:18 +08:00
parent 64fc5007fc
commit 2270f33c33
3 changed files with 4 additions and 2 deletions

View File

@ -1,5 +1,6 @@
<Project>
<PropertyGroup>
<LangVersion>8.0</LangVersion>
<ProjectTypeGuids>{FEACFBD2-3405-455C-9665-78FE426C6842};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
<IPhoneResourcePrefix>Resources</IPhoneResourcePrefix>
<RestoreProjectStyle>PackageReference</RestoreProjectStyle>