Ver código fonte

Change language version to 10

habeebweeb 1 ano atrás
pai
commit
0268ff12c4
1 arquivos alterados com 1 adições e 1 exclusões
  1. 1 1
      Directory.Build.props

+ 1 - 1
Directory.Build.props

@@ -2,7 +2,7 @@
 
   <PropertyGroup>
     <TargetFramework>net35</TargetFramework>
-    <LangVersion>9</LangVersion>
+    <LangVersion>10</LangVersion>
     <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
   </PropertyGroup>