We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 70f237a commit 9bc3453Copy full SHA for 9bc3453
Directory.Build.props
@@ -16,7 +16,7 @@
16
<ActionDir>$(BuildDir)$(PremakeAction)\</ActionDir>
17
<NativeProjectsDir>$(ActionDir)projects\</NativeProjectsDir>
18
<TargetDir>$(OutputPath)</TargetDir>
19
- <LangVersion>7.3</LangVersion>
+ <LangVersion>8.0</LangVersion>
20
<WarningLevel>4</WarningLevel>
21
<DotNetCmd>dotnet</DotNetCmd>
22
<GeneratorFileExtension>dll</GeneratorFileExtension>
src/Runtime/CppSharp.Runtime.csproj
@@ -1,5 +1,6 @@
1
<Project Sdk="Microsoft.NET.Sdk">
2
<PropertyGroup>
3
+ <LangVersion>7.3</LangVersion>
4
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
5
<TargetFramework>netstandard2.0</TargetFramework>
6
<PlatformTarget>AnyCPU</PlatformTarget>
0 commit comments