adding back the .netstandard2.0

internals
Zaafar 2 years ago committed by Eric Mellino
parent b57c39c5a7
commit 7d30f1c037
  1. 2
      src/CodeGenerator/CodeGenerator.csproj
  2. 2
      src/ImGui.NET/ImGui.NET.csproj
  3. 2
      src/ImGuizmo.NET/ImGuizmo.NET.csproj
  4. 2
      src/ImNodes.NET/ImNodes.NET.csproj
  5. 2
      src/ImPlot.NET/ImPlot.NET.csproj

@ -2,7 +2,7 @@
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>netcoreapp3.1</TargetFramework>
<TargetFramework>net6.0</TargetFramework>
</PropertyGroup>
<ItemGroup>

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

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

Loading…
Cancel
Save