Skip to content

Commit 31d404a

Browse files
committed
Add language version to control flow graph project
1 parent 85315ad commit 31d404a

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

Cpp2IL.Plugin.ControlFlowGraph/Cpp2IL.Plugin.ControlFlowGraph.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
<TargetFramework>net7.0</TargetFramework>
55
<ImplicitUsings>enable</ImplicitUsings>
66
<Nullable>enable</Nullable>
7+
<LangVersion>12</LangVersion>
78
<DebugType>embedded</DebugType>
89
</PropertyGroup>
910

Cpp2IL.slnx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,12 @@
1818
<Project Path="Cpp2IL.Core.Tests\Cpp2IL.Core.Tests.csproj" />
1919
<Project Path="Cpp2IL.Core\Cpp2IL.Core.csproj" />
2020
<Project Path="Cpp2IL.Plugin.BuildReport\Cpp2IL.Plugin.BuildReport.csproj" />
21-
<Project Path="Cpp2IL.Plugin.ControlFlowGraph\Cpp2IL.Plugin.ControlFlowGraph.csproj" Type="Classic C#" />
21+
<Project Path="Cpp2IL.Plugin.ControlFlowGraph\Cpp2IL.Plugin.ControlFlowGraph.csproj" />
2222
<Project Path="Cpp2IL.Plugin.OrbisPkg\Cpp2IL.Plugin.OrbisPkg.csproj" />
2323
<Project Path="Cpp2IL.Plugin.StrippedCodeRegSupport\Cpp2IL.Plugin.StrippedCodeRegSupport.csproj" />
2424
<Project Path="Cpp2IL\Cpp2IL.csproj" />
2525
<Project Path="LibCpp2ILTests\LibCpp2ILTests.csproj" />
2626
<Project Path="LibCpp2IL\LibCpp2IL.csproj" />
2727
<Project Path="StableNameDotNet\StableNameDotNet.csproj" />
2828
<Project Path="WasmDisassembler\WasmDisassembler.csproj" />
29-
</Solution>
29+
</Solution>

0 commit comments

Comments
 (0)