Skip to content

Commit

Permalink
Upgrade .NET projects to C# 8.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
tritao committed Dec 7, 2020
1 parent 70f237a commit 9bc3453
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<ActionDir>$(BuildDir)$(PremakeAction)\</ActionDir>
<NativeProjectsDir>$(ActionDir)projects\</NativeProjectsDir>
<TargetDir>$(OutputPath)</TargetDir>
<LangVersion>7.3</LangVersion>
<LangVersion>8.0</LangVersion>
<WarningLevel>4</WarningLevel>
<DotNetCmd>dotnet</DotNetCmd>
<GeneratorFileExtension>dll</GeneratorFileExtension>
Expand Down
1 change: 1 addition & 0 deletions src/Runtime/CppSharp.Runtime.csproj
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<LangVersion>7.3</LangVersion>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<TargetFramework>netstandard2.0</TargetFramework>
<PlatformTarget>AnyCPU</PlatformTarget>
Expand Down

0 comments on commit 9bc3453

Please sign in to comment.