diff --git a/GingerIronPythonPluginConsole/GingerIronPythonPluginConsole.csproj b/GingerIronPythonPluginConsole/GingerIronPythonPluginConsole.csproj
index aa10ad2..84c572b 100644
--- a/GingerIronPythonPluginConsole/GingerIronPythonPluginConsole.csproj
+++ b/GingerIronPythonPluginConsole/GingerIronPythonPluginConsole.csproj
@@ -2,7 +2,7 @@
Exe
- netcoreapp2.1
+ net6.0
diff --git a/GingerIronPythonPluginTest/GingerIronPythonPluginTest.csproj b/GingerIronPythonPluginTest/GingerIronPythonPluginTest.csproj
index 532ac59..acc4303 100644
--- a/GingerIronPythonPluginTest/GingerIronPythonPluginTest.csproj
+++ b/GingerIronPythonPluginTest/GingerIronPythonPluginTest.csproj
@@ -1,7 +1,7 @@
- netcoreapp2.1
+ net6.0
false
diff --git a/GingerPythonPluginConsole/Ginger.PluginPackage.json b/GingerPythonPluginConsole/Ginger.PluginPackage.json
index d38dd08..158dc67 100644
--- a/GingerPythonPluginConsole/Ginger.PluginPackage.json
+++ b/GingerPythonPluginConsole/Ginger.PluginPackage.json
@@ -1,6 +1,6 @@
{
"Id": "Python",
- "Version": "v1.2",
+ "Version": "v2.0.0",
"ProjectUrl": "https://github.com/Ginger-Automation/Ginger-Python-Plugin",
"Description": "Execute Python script",
"Summary": "Python...",
diff --git a/GingerPythonPluginConsole/GingerPythonPluginConsole.csproj b/GingerPythonPluginConsole/GingerPythonPluginConsole.csproj
index 6e6728c..f6fdcac 100644
--- a/GingerPythonPluginConsole/GingerPythonPluginConsole.csproj
+++ b/GingerPythonPluginConsole/GingerPythonPluginConsole.csproj
@@ -2,7 +2,7 @@
Exe
- netcoreapp2.1
+ net6.0
GingerIronPythonPluginConsole.GingerIronPythonPlugin
1.2.0.0
diff --git a/GingerPythonPluginTest/GingerPythonPluginTest.csproj b/GingerPythonPluginTest/GingerPythonPluginTest.csproj
index 549b8d1..c4eb887 100644
--- a/GingerPythonPluginTest/GingerPythonPluginTest.csproj
+++ b/GingerPythonPluginTest/GingerPythonPluginTest.csproj
@@ -1,7 +1,7 @@
- netcoreapp2.1
+ net6.0
false
diff --git a/PythonLib/PythonLib.csproj b/PythonLib/PythonLib.csproj
index 23df604..41f1d5a 100644
--- a/PythonLib/PythonLib.csproj
+++ b/PythonLib/PythonLib.csproj
@@ -2,7 +2,7 @@
Exe
- netcoreapp2.1
+ net6.0
diff --git a/Test/Test.csproj b/Test/Test.csproj
index bff0ddc..a4018b3 100644
--- a/Test/Test.csproj
+++ b/Test/Test.csproj
@@ -2,7 +2,7 @@
Exe
- netcoreapp2.1
+ net6.0