From 3dfc222b4e4edf9e0d53264bdc54fce4ffcd0bfd Mon Sep 17 00:00:00 2001 From: "Jade.van_brabandt" Date: Wed, 3 May 2023 16:18:01 +0200 Subject: [PATCH] build : chgt en 7.0 --- Sources/Console/Console.csproj | 2 +- Sources/Stim/Stim.csproj | 4 ++-- Sources/Stim_Model/Stim_Model.csproj | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Sources/Console/Console.csproj b/Sources/Console/Console.csproj index 40c60dd..d439800 100644 --- a/Sources/Console/Console.csproj +++ b/Sources/Console/Console.csproj @@ -2,7 +2,7 @@ Exe - net6.0 + net7.0 enable enable diff --git a/Sources/Stim/Stim.csproj b/Sources/Stim/Stim.csproj index cfb0955..d4dc991 100644 --- a/Sources/Stim/Stim.csproj +++ b/Sources/Stim/Stim.csproj @@ -1,8 +1,8 @@  - net6.0-android;net6.0-ios;net6.0-maccatalyst - $(TargetFrameworks);net6.0-windows10.0.19041.0 + net7.0-android;net7.0-ios;net7.0-maccatalyst + $(TargetFrameworks);net7.0-windows10.0.19041.0 Exe diff --git a/Sources/Stim_Model/Stim_Model.csproj b/Sources/Stim_Model/Stim_Model.csproj index 3fb2ceb..a41b49f 100644 --- a/Sources/Stim_Model/Stim_Model.csproj +++ b/Sources/Stim_Model/Stim_Model.csproj @@ -1,8 +1,8 @@ - net6.0;net6.0-android;net6.0-ios;net6.0-maccatalyst - $(TargetFrameworks);net6.0-windows10.0.19041.0 + net7.0;net7.0-maccatalyst;net7.0-ios;net7.0-android + $(TargetFrameworks);net7.0-windows10.0.19041.0 true