Update sample project to .NET 6.

internals
Eric Mellino 2 years ago
parent d98aeab2c6
commit 4830a8990c
  1. 2
      src/ImGui.NET.SampleProgram/ImGui.NET.SampleProgram.csproj

@ -2,7 +2,7 @@
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>netcoreapp2.0</TargetFramework>
<TargetFramework>net6.0</TargetFramework>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
</PropertyGroup>

Loading…
Cancel
Save