|
|
@ -1,9 +1,9 @@ |
|
|
|
<Project Sdk="Microsoft.NET.Sdk"> |
|
|
|
<Project Sdk="Microsoft.NET.Sdk"> |
|
|
|
<PropertyGroup> |
|
|
|
<PropertyGroup> |
|
|
|
<Description>A .NET wrapper for the Dear ImGui library.</Description> |
|
|
|
<Description>A .NET wrapper for the Dear ImGui library.</Description> |
|
|
|
<AssemblyVersion>1.88.0</AssemblyVersion> |
|
|
|
<AssemblyVersion>1.88.0</AssemblyVersion> |
|
|
|
<Authors>Eric Mellino</Authors> |
|
|
|
<Authors>Eric Mellino</Authors> |
|
|
|
<TargetFrameworks>netstandard2.0;net6.0</TargetFrameworks> |
|
|
|
<TargetFrameworks>net7.0</TargetFrameworks> |
|
|
|
<AllowUnsafeBlocks>true</AllowUnsafeBlocks> |
|
|
|
<AllowUnsafeBlocks>true</AllowUnsafeBlocks> |
|
|
|
<DebugType>portable</DebugType> |
|
|
|
<DebugType>portable</DebugType> |
|
|
|
<AssemblyName>ImGui.NET</AssemblyName> |
|
|
|
<AssemblyName>ImGui.NET</AssemblyName> |
|
|
|