Skip to content

Commit

Permalink
Migrated to .Net 7
Browse files Browse the repository at this point in the history
  • Loading branch information
Maheshkale447 committed Jul 21, 2023
1 parent 009d2b1 commit b49eda9
Show file tree
Hide file tree
Showing 10 changed files with 10 additions and 6 deletions.
Binary file not shown.
Binary file not shown.
Empty file.
Binary file added .vs/GingerRubyPlugin/v17/TestStore/0/000.testlog
Binary file not shown.
Binary file not shown.
4 changes: 2 additions & 2 deletions GingerRubyPluginConsole/GingerRubyPluginConsole.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net6.0</TargetFramework>
<Version>2.0.0</Version>
<TargetFramework>net7.0</TargetFramework>
<Version>2.1.0</Version>
</PropertyGroup>

<ItemGroup>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="Current" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<_LastSelectedProfileId>C:\Users\arvindgh\source\repos\Ginger-Automation\Ginger-Ruby-Plugin\GingerRubyPluginConsole\Properties\PublishProfiles\FolderProfile.pubxml</_LastSelectedProfileId>
<_LastSelectedProfileId>C:\Users\mkale\Source\Repos\Ginger-Ruby-Plugin\GingerRubyPluginConsole\Properties\PublishProfiles\FolderProfile.pubxml</_LastSelectedProfileId>
</PropertyGroup>
</Project>
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ https://go.microsoft.com/fwlink/?LinkID=208121.
<PublishProtocol>FileSystem</PublishProtocol>
<Configuration>Release</Configuration>
<Platform>Any CPU</Platform>
<TargetFramework>netcoreapp2.1</TargetFramework>
<PublishDir>C:\Work\Ruby\Publish</PublishDir>
<TargetFramework>net7.0</TargetFramework>
<PublishDir>C:\RnD\Plugins\Ruby</PublishDir>
<SelfContained>false</SelfContained>
</PropertyGroup>
</Project>
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,8 @@
https://go.microsoft.com/fwlink/?LinkID=208121.
-->
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<History>True|2023-07-21T10:06:28.5049138Z;</History>
<LastFailureDetails />
</PropertyGroup>
</Project>
2 changes: 1 addition & 1 deletion GingerRubyPluginTest/GingerRubyPluginTest.csproj
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFramework>net6.0</TargetFramework>
<TargetFramework>net7.0</TargetFramework>

<IsPackable>false</IsPackable>
</PropertyGroup>
Expand Down

0 comments on commit b49eda9

Please sign in to comment.