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