From 4849391f15d42622569a3c5b5b0ee454e0a8f7e6 Mon Sep 17 00:00:00 2001 From: Mahesh Kale Date: Wed, 24 Apr 2024 19:20:12 +0530 Subject: [PATCH] Migrated code to .Net 8 and Updated plugins to latest --- .../GingerIronPythonPluginConsole.csproj | 4 ++-- .../GingerIronPythonPluginTest.csproj | 8 ++++---- .../GingerPythonPluginConsole.csproj | 4 ++-- GingerPythonPluginTest/GingerPythonPluginTest.csproj | 8 ++++---- PythonLib/PythonLib.csproj | 2 +- Test/Test.csproj | 4 ++-- 6 files changed, 15 insertions(+), 15 deletions(-) diff --git a/GingerIronPythonPluginConsole/GingerIronPythonPluginConsole.csproj b/GingerIronPythonPluginConsole/GingerIronPythonPluginConsole.csproj index a775088..f6385f8 100644 --- a/GingerIronPythonPluginConsole/GingerIronPythonPluginConsole.csproj +++ b/GingerIronPythonPluginConsole/GingerIronPythonPluginConsole.csproj @@ -2,12 +2,12 @@ Exe - net7.0 + net8.0 - + diff --git a/GingerIronPythonPluginTest/GingerIronPythonPluginTest.csproj b/GingerIronPythonPluginTest/GingerIronPythonPluginTest.csproj index bb5c526..31b0b74 100644 --- a/GingerIronPythonPluginTest/GingerIronPythonPluginTest.csproj +++ b/GingerIronPythonPluginTest/GingerIronPythonPluginTest.csproj @@ -1,15 +1,15 @@ - net7.0 + net8.0 false - - - + + + diff --git a/GingerPythonPluginConsole/GingerPythonPluginConsole.csproj b/GingerPythonPluginConsole/GingerPythonPluginConsole.csproj index bfced48..f9e662b 100644 --- a/GingerPythonPluginConsole/GingerPythonPluginConsole.csproj +++ b/GingerPythonPluginConsole/GingerPythonPluginConsole.csproj @@ -2,7 +2,7 @@ Exe - net7.0 + net8.0 GingerIronPythonPluginConsole.GingerIronPythonPlugin 2.1.0.0 @@ -12,7 +12,7 @@ - + diff --git a/GingerPythonPluginTest/GingerPythonPluginTest.csproj b/GingerPythonPluginTest/GingerPythonPluginTest.csproj index dc6e3f1..3db3431 100644 --- a/GingerPythonPluginTest/GingerPythonPluginTest.csproj +++ b/GingerPythonPluginTest/GingerPythonPluginTest.csproj @@ -1,7 +1,7 @@ - net7.0 + net8.0 false @@ -10,9 +10,9 @@ - - - + + + diff --git a/PythonLib/PythonLib.csproj b/PythonLib/PythonLib.csproj index 120e38c..a269962 100644 --- a/PythonLib/PythonLib.csproj +++ b/PythonLib/PythonLib.csproj @@ -2,7 +2,7 @@ Exe - net7.0 + net8.0 diff --git a/Test/Test.csproj b/Test/Test.csproj index ce0156b..7ed6f50 100644 --- a/Test/Test.csproj +++ b/Test/Test.csproj @@ -2,11 +2,11 @@ Exe - net7.0 + net8.0 - +