Skip to content

Commit 7d30f1c

Browse files
zaafarmellinoe
authored andcommitted
adding back the .netstandard2.0
1 parent b57c39c commit 7d30f1c

5 files changed

Lines changed: 5 additions & 5 deletions

File tree

src/CodeGenerator/CodeGenerator.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
<PropertyGroup>
44
<OutputType>Exe</OutputType>
5-
<TargetFramework>netcoreapp3.1</TargetFramework>
5+
<TargetFramework>net6.0</TargetFramework>
66
</PropertyGroup>
77

88
<ItemGroup>

src/ImGui.NET/ImGui.NET.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<Description>A .NET wrapper for the Dear ImGui library.</Description>
44
<AssemblyVersion>1.87.2</AssemblyVersion>
55
<Authors>Eric Mellino</Authors>
6-
<TargetFramework>net6.0</TargetFramework>
6+
<TargetFrameworks>netstandard2.0;net6.0</TargetFrameworks>
77
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
88
<DebugType>portable</DebugType>
99
<AssemblyName>ImGui.NET</AssemblyName>

src/ImGuizmo.NET/ImGuizmo.NET.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<Description>A .NET wrapper for the ImGuizmo library.</Description>
44
<AssemblyVersion>1.61.0</AssemblyVersion>
55
<Authors>Eric Mellino</Authors>
6-
<TargetFramework>net6.0</TargetFramework>
6+
<TargetFrameworks>netstandard2.0;net6.0</TargetFrameworks>
77
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
88
<DebugType>portable</DebugType>
99
<AssemblyName>ImGuizmo.NET</AssemblyName>

src/ImNodes.NET/ImNodes.NET.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<Description>A .NET wrapper for the imnodes library.</Description>
44
<AssemblyVersion>0.3.0</AssemblyVersion>
55
<Authors>Eric Mellino</Authors>
6-
<TargetFramework>net6.0</TargetFramework>
6+
<TargetFrameworks>netstandard2.0;net6.0</TargetFrameworks>
77
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
88
<DebugType>portable</DebugType>
99
<AssemblyName>ImNodes.NET</AssemblyName>

src/ImPlot.NET/ImPlot.NET.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<Description>A .NET wrapper for the ImPlot library.</Description>
44
<AssemblyVersion>0.8.0</AssemblyVersion>
55
<Authors>Eric Mellino</Authors>
6-
<TargetFramework>net6.0</TargetFramework>
6+
<TargetFrameworks>netstandard2.0;net6.0</TargetFrameworks>
77
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
88
<DebugType>portable</DebugType>
99
<AssemblyName>ImPlot.NET</AssemblyName>

0 commit comments

Comments
 (0)