Browse Source

Change language version to 10

habeebweeb 1 year ago
parent
commit
0268ff12c4
1 changed files with 1 additions and 1 deletions
  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>