Update sample project to .NET 6.

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

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

Loading…
Cancel
Save