Skip to content

Commit 0a8a71e

Browse files
committed
Phton-Plugin-upgrade changes
1 parent 279d17c commit 0a8a71e

File tree

8 files changed

+19
-7
lines changed

8 files changed

+19
-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.1",
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>
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<!--
3+
https://go.microsoft.com/fwlink/?LinkID=208121.
4+
-->
5+
<Project>
6+
<PropertyGroup>
7+
<Configuration>Release</Configuration>
8+
<Platform>Any CPU</Platform>
9+
<PublishDir>C:\Users\pravishe\OneDrive - AMDOCS\Backup Folders\Desktop\newPublish\Python</PublishDir>
10+
<PublishProtocol>FileSystem</PublishProtocol>
11+
</PropertyGroup>
12+
</Project>

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)