Skip to content

Commit

Permalink
Add language version to control flow graph project
Browse files Browse the repository at this point in the history
  • Loading branch information
thegu5 committed Nov 1, 2024
1 parent 85315ad commit 2001b5a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
<TargetFramework>net7.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<LangVersion>12</LangVersion>
<DebugType>embedded</DebugType>
</PropertyGroup>

Expand Down
4 changes: 2 additions & 2 deletions Cpp2IL.slnx
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,12 @@
<Project Path="Cpp2IL.Core.Tests\Cpp2IL.Core.Tests.csproj" />
<Project Path="Cpp2IL.Core\Cpp2IL.Core.csproj" />
<Project Path="Cpp2IL.Plugin.BuildReport\Cpp2IL.Plugin.BuildReport.csproj" />
<Project Path="Cpp2IL.Plugin.ControlFlowGraph\Cpp2IL.Plugin.ControlFlowGraph.csproj" Type="Classic C#" />
<Project Path="Cpp2IL.Plugin.ControlFlowGraph\Cpp2IL.Plugin.ControlFlowGraph.csproj" />
<Project Path="Cpp2IL.Plugin.OrbisPkg\Cpp2IL.Plugin.OrbisPkg.csproj" />
<Project Path="Cpp2IL.Plugin.StrippedCodeRegSupport\Cpp2IL.Plugin.StrippedCodeRegSupport.csproj" />
<Project Path="Cpp2IL\Cpp2IL.csproj" />
<Project Path="LibCpp2ILTests\LibCpp2ILTests.csproj" />
<Project Path="LibCpp2IL\LibCpp2IL.csproj" />
<Project Path="StableNameDotNet\StableNameDotNet.csproj" />
<Project Path="WasmDisassembler\WasmDisassembler.csproj" />
</Solution>
</Solution>

0 comments on commit 2001b5a

Please sign in to comment.