Browse Source

Update LangVersion

Akeit0 11 months ago
parent
commit
aae02958f2
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/Lua/Lua.csproj

+ 1 - 1
src/Lua/Lua.csproj

@@ -2,7 +2,7 @@
 
   <PropertyGroup>
     <TargetFrameworks>net8.0; net6.0; netstandard2.1</TargetFrameworks>
-    <LangVersion>12</LangVersion>
+    <LangVersion>13</LangVersion>
     <ImplicitUsings>enable</ImplicitUsings>
     <Nullable>enable</Nullable>
     <AllowUnsafeBlocks>true</AllowUnsafeBlocks>