|
|
@ -1,7 +1,7 @@ |
|
|
|
<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> |
|
|
|
<VersionPrefix>0.1.8</VersionPrefix> |
|
|
|
<VersionPrefix>0.1.9</VersionPrefix> |
|
|
|
<Authors>Eric Mellino</Authors> |
|
|
|
<Authors>Eric Mellino</Authors> |
|
|
|
<TargetFramework>netstandard1.1</TargetFramework> |
|
|
|
<TargetFramework>netstandard1.1</TargetFramework> |
|
|
|
<AllowUnsafeBlocks>true</AllowUnsafeBlocks> |
|
|
|
<AllowUnsafeBlocks>true</AllowUnsafeBlocks> |
|
|
|