Update other 3rd-party lib target frameworks.

internals
Eric Mellino 2 years ago
parent 65e1442134
commit 830ddcc42d
  1. 2
      src/ImGuizmo.NET/ImGuizmo.NET.csproj
  2. 2
      src/ImNodes.NET/ImNodes.NET.csproj
  3. 2
      src/ImPlot.NET/ImPlot.NET.csproj

@ -3,7 +3,7 @@
<Description>A .NET wrapper for the ImGuizmo library.</Description>
<AssemblyVersion>1.61.0</AssemblyVersion>
<Authors>Eric Mellino</Authors>
<TargetFramework>netstandard2.0</TargetFramework>
<TargetFramework>net6.0</TargetFramework>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<DebugType>portable</DebugType>
<AssemblyName>ImGuizmo.NET</AssemblyName>

@ -3,7 +3,7 @@
<Description>A .NET wrapper for the imnodes library.</Description>
<AssemblyVersion>0.3.0</AssemblyVersion>
<Authors>Eric Mellino</Authors>
<TargetFramework>netstandard2.0</TargetFramework>
<TargetFramework>net6.0</TargetFramework>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<DebugType>portable</DebugType>
<AssemblyName>ImNodes.NET</AssemblyName>

@ -3,7 +3,7 @@
<Description>A .NET wrapper for the ImPlot library.</Description>
<AssemblyVersion>0.8.0</AssemblyVersion>
<Authors>Eric Mellino</Authors>
<TargetFramework>netstandard2.0</TargetFramework>
<TargetFramework>net6.0</TargetFramework>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<DebugType>portable</DebugType>
<AssemblyName>ImPlot.NET</AssemblyName>

Loading…
Cancel
Save