Skip to content

Commit b356e27

Browse files
authored
Merge pull request #3 from Ginger-Automation/Ginger-Python-Plugin-Upgrade
Python-Plugin-upgrade changes
2 parents f56c377 + 16858cc commit b356e27

File tree

7 files changed

+7
-7
lines changed

7 files changed

+7
-7
lines changed

GingerIronPythonPluginConsole/GingerIronPythonPluginConsole.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
<PropertyGroup>
44
<OutputType>Exe</OutputType>
5-
<TargetFramework>netcoreapp2.1</TargetFramework>
5+
<TargetFramework>net6.0</TargetFramework>
66
</PropertyGroup>
77

88
<ItemGroup>

GingerIronPythonPluginTest/GingerIronPythonPluginTest.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22

33
<PropertyGroup>
4-
<TargetFramework>netcoreapp2.1</TargetFramework>
4+
<TargetFramework>net6.0</TargetFramework>
55

66
<IsPackable>false</IsPackable>
77
</PropertyGroup>

GingerPythonPluginConsole/Ginger.PluginPackage.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"Id": "Python",
3-
"Version": "v1.2",
3+
"Version": "v2.0.0",
44
"ProjectUrl": "https://github.com/Ginger-Automation/Ginger-Python-Plugin",
55
"Description": "Execute Python script",
66
"Summary": "Python...",

GingerPythonPluginConsole/GingerPythonPluginConsole.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
<PropertyGroup>
44
<OutputType>Exe</OutputType>
5-
<TargetFramework>netcoreapp2.1</TargetFramework>
5+
<TargetFramework>net6.0</TargetFramework>
66
<ApplicationIcon />
77
<StartupObject>GingerIronPythonPluginConsole.GingerIronPythonPlugin</StartupObject>
88
<AssemblyVersion>1.2.0.0</AssemblyVersion>

GingerPythonPluginTest/GingerPythonPluginTest.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22

33
<PropertyGroup>
4-
<TargetFramework>netcoreapp2.1</TargetFramework>
4+
<TargetFramework>net6.0</TargetFramework>
55

66
<IsPackable>false</IsPackable>
77

PythonLib/PythonLib.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
<PropertyGroup>
44
<OutputType>Exe</OutputType>
5-
<TargetFramework>netcoreapp2.1</TargetFramework>
5+
<TargetFramework>net6.0</TargetFramework>
66
</PropertyGroup>
77

88
</Project>

Test/Test.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
<PropertyGroup>
44
<OutputType>Exe</OutputType>
5-
<TargetFramework>netcoreapp2.1</TargetFramework>
5+
<TargetFramework>net6.0</TargetFramework>
66
</PropertyGroup>
77

88
<ItemGroup>

0 commit comments

Comments
 (0)