Skip to content

Commit

Permalink
Merge pull request #3 from Ginger-Automation/Ginger-Python-Plugin-Upg…
Browse files Browse the repository at this point in the history
…rade

Python-Plugin-upgrade changes
  • Loading branch information
prashelke committed Aug 22, 2022
2 parents f56c377 + 16858cc commit b356e27
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>netcoreapp2.1</TargetFramework>
<TargetFramework>net6.0</TargetFramework>
</PropertyGroup>

<ItemGroup>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFramework>netcoreapp2.1</TargetFramework>
<TargetFramework>net6.0</TargetFramework>

<IsPackable>false</IsPackable>
</PropertyGroup>
Expand Down
2 changes: 1 addition & 1 deletion GingerPythonPluginConsole/Ginger.PluginPackage.json
Original file line number Diff line number Diff line change
@@ -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...",
Expand Down
2 changes: 1 addition & 1 deletion GingerPythonPluginConsole/GingerPythonPluginConsole.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>netcoreapp2.1</TargetFramework>
<TargetFramework>net6.0</TargetFramework>
<ApplicationIcon />
<StartupObject>GingerIronPythonPluginConsole.GingerIronPythonPlugin</StartupObject>
<AssemblyVersion>1.2.0.0</AssemblyVersion>
Expand Down
2 changes: 1 addition & 1 deletion GingerPythonPluginTest/GingerPythonPluginTest.csproj
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFramework>netcoreapp2.1</TargetFramework>
<TargetFramework>net6.0</TargetFramework>

<IsPackable>false</IsPackable>

Expand Down
2 changes: 1 addition & 1 deletion PythonLib/PythonLib.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>netcoreapp2.1</TargetFramework>
<TargetFramework>net6.0</TargetFramework>
</PropertyGroup>

</Project>
2 changes: 1 addition & 1 deletion Test/Test.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>netcoreapp2.1</TargetFramework>
<TargetFramework>net6.0</TargetFramework>
</PropertyGroup>

<ItemGroup>
Expand Down

0 comments on commit b356e27

Please sign in to comment.