From a3eb3bba92d676fa43e3d2f71c5a7e496b7a9516 Mon Sep 17 00:00:00 2001 From: copygirl Date: Fri, 30 Dec 2022 18:52:35 +0100 Subject: [PATCH] Target .NET 7 --- src/CodeGenerator/CodeGenerator.csproj | 2 +- src/ImGui.NET/ImGui.NET.csproj | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/CodeGenerator/CodeGenerator.csproj b/src/CodeGenerator/CodeGenerator.csproj index c15d0c0..f36199e 100644 --- a/src/CodeGenerator/CodeGenerator.csproj +++ b/src/CodeGenerator/CodeGenerator.csproj @@ -2,7 +2,7 @@ Exe - net6.0 + net7.0 diff --git a/src/ImGui.NET/ImGui.NET.csproj b/src/ImGui.NET/ImGui.NET.csproj index e0ff83d..a6d12fe 100644 --- a/src/ImGui.NET/ImGui.NET.csproj +++ b/src/ImGui.NET/ImGui.NET.csproj @@ -1,9 +1,9 @@ - + A .NET wrapper for the Dear ImGui library. 1.88.0 Eric Mellino - netstandard2.0;net6.0 + net7.0 true portable ImGui.NET