diff --git a/src/CodeGenerator/CodeGenerator.csproj b/src/CodeGenerator/CodeGenerator.csproj index 289db17..6c2760d 100644 --- a/src/CodeGenerator/CodeGenerator.csproj +++ b/src/CodeGenerator/CodeGenerator.csproj @@ -2,7 +2,7 @@ Exe - netcoreapp3.1 + net6.0 diff --git a/src/ImGui.NET/ImGui.NET.csproj b/src/ImGui.NET/ImGui.NET.csproj index 1e1cb8f..874eaa9 100644 --- a/src/ImGui.NET/ImGui.NET.csproj +++ b/src/ImGui.NET/ImGui.NET.csproj @@ -3,7 +3,7 @@ A .NET wrapper for the Dear ImGui library. 1.87.2 Eric Mellino - net6.0 + netstandard2.0;net6.0 true portable ImGui.NET diff --git a/src/ImGuizmo.NET/ImGuizmo.NET.csproj b/src/ImGuizmo.NET/ImGuizmo.NET.csproj index 785fba6..48bde82 100644 --- a/src/ImGuizmo.NET/ImGuizmo.NET.csproj +++ b/src/ImGuizmo.NET/ImGuizmo.NET.csproj @@ -3,7 +3,7 @@ A .NET wrapper for the ImGuizmo library. 1.61.0 Eric Mellino - net6.0 + netstandard2.0;net6.0 true portable ImGuizmo.NET diff --git a/src/ImNodes.NET/ImNodes.NET.csproj b/src/ImNodes.NET/ImNodes.NET.csproj index 1641ec3..7e34067 100644 --- a/src/ImNodes.NET/ImNodes.NET.csproj +++ b/src/ImNodes.NET/ImNodes.NET.csproj @@ -3,7 +3,7 @@ A .NET wrapper for the imnodes library. 0.3.0 Eric Mellino - net6.0 + netstandard2.0;net6.0 true portable ImNodes.NET diff --git a/src/ImPlot.NET/ImPlot.NET.csproj b/src/ImPlot.NET/ImPlot.NET.csproj index 6e11cc1..03adbdd 100644 --- a/src/ImPlot.NET/ImPlot.NET.csproj +++ b/src/ImPlot.NET/ImPlot.NET.csproj @@ -3,7 +3,7 @@ A .NET wrapper for the ImPlot library. 0.8.0 Eric Mellino - net6.0 + netstandard2.0;net6.0 true portable ImPlot.NET