diff options
Diffstat (limited to 'LibMatrix/LibMatrix.csproj')
-rw-r--r-- | LibMatrix/LibMatrix.csproj | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/LibMatrix/LibMatrix.csproj b/LibMatrix/LibMatrix.csproj index 8ae57cc..709e079 100644 --- a/LibMatrix/LibMatrix.csproj +++ b/LibMatrix/LibMatrix.csproj @@ -4,6 +4,7 @@ <TargetFramework>net7.0</TargetFramework> <ImplicitUsings>enable</ImplicitUsings> <Nullable>enable</Nullable> + <LangVersion>preview</LangVersion> </PropertyGroup> <ItemGroup> |