From 6ae4f7c14a9824530c1035ea31d950a0543718d6 Mon Sep 17 00:00:00 2001 From: "Zaafar.A" Date: Sun, 21 Jul 2024 08:04:05 -0400 Subject: [PATCH] upgrade .net version and dep libs (#486) --- src/CodeGenerator/CodeGenerator.csproj | 4 ++-- .../ImGui.NET.SampleProgram.XNA.csproj | 4 ++-- .../ImGui.NET.SampleProgram.csproj | 6 +++--- src/ImGui.NET/ImGui.NET.csproj | 8 ++++---- src/ImGuizmo.NET/ImGuizmo.NET.csproj | 8 ++++---- src/ImNodes.NET/ImNodes.NET.csproj | 8 ++++---- src/ImPlot.NET/ImPlot.NET.csproj | 8 ++++---- 7 files changed, 23 insertions(+), 23 deletions(-) diff --git a/src/CodeGenerator/CodeGenerator.csproj b/src/CodeGenerator/CodeGenerator.csproj index 693bb04a..422fcc00 100644 --- a/src/CodeGenerator/CodeGenerator.csproj +++ b/src/CodeGenerator/CodeGenerator.csproj @@ -2,7 +2,7 @@ Exe - net7.0 + net8.0 @@ -24,6 +24,6 @@ - + diff --git a/src/ImGui.NET.SampleProgram.XNA/ImGui.NET.SampleProgram.XNA.csproj b/src/ImGui.NET.SampleProgram.XNA/ImGui.NET.SampleProgram.XNA.csproj index 80298dd8..9510bea9 100644 --- a/src/ImGui.NET.SampleProgram.XNA/ImGui.NET.SampleProgram.XNA.csproj +++ b/src/ImGui.NET.SampleProgram.XNA/ImGui.NET.SampleProgram.XNA.csproj @@ -5,7 +5,7 @@ false ImGuiNET.SampleProgram.XNA ImGuiNET.SampleProgram.XNA - net6.0 + net8.0 Exe @@ -20,7 +20,7 @@ - + diff --git a/src/ImGui.NET.SampleProgram/ImGui.NET.SampleProgram.csproj b/src/ImGui.NET.SampleProgram/ImGui.NET.SampleProgram.csproj index 193b6c15..2c538251 100644 --- a/src/ImGui.NET.SampleProgram/ImGui.NET.SampleProgram.csproj +++ b/src/ImGui.NET.SampleProgram/ImGui.NET.SampleProgram.csproj @@ -2,14 +2,14 @@ Exe - net6.0 + net8.0 true - - + + diff --git a/src/ImGui.NET/ImGui.NET.csproj b/src/ImGui.NET/ImGui.NET.csproj index 119da753..0b9d6bff 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.90.9.1 Eric Mellino - netstandard2.0;net6.0 + netstandard2.0;net8.0 true portable ImGui.NET @@ -16,9 +16,9 @@ ImGuiNET - - - + + + diff --git a/src/ImGuizmo.NET/ImGuizmo.NET.csproj b/src/ImGuizmo.NET/ImGuizmo.NET.csproj index 48bde828..d2a2c9b4 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 - netstandard2.0;net6.0 + netstandard2.0;net8.0 true portable ImGuizmo.NET @@ -16,9 +16,9 @@ ImPlotNET - - - + + + diff --git a/src/ImNodes.NET/ImNodes.NET.csproj b/src/ImNodes.NET/ImNodes.NET.csproj index 7e340670..4446a9df 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 - netstandard2.0;net6.0 + netstandard2.0;net8.0 true portable ImNodes.NET @@ -16,9 +16,9 @@ imnodesNET - - - + + + diff --git a/src/ImPlot.NET/ImPlot.NET.csproj b/src/ImPlot.NET/ImPlot.NET.csproj index 03adbddf..4722ad70 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 - netstandard2.0;net6.0 + netstandard2.0;net8.0 true portable ImPlot.NET @@ -16,9 +16,9 @@ ImPlotNET - - - + + +