Skip to content

Commit

Permalink
Update target framework to net6.0-windows
Browse files Browse the repository at this point in the history
Updated the target framework in three publish profiles from net5.0-windows to net6.0-windows for improved compatibility.
  • Loading branch information
DineshSolanki committed Jul 23, 2023
1 parent 4cdd942 commit d6fd6b2
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
6 changes: 3 additions & 3 deletions FoliCon/Properties/PublishProfiles/32 dependent.pubxml
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@ https://go.microsoft.com/fwlink/?LinkID=208121.
<Platform>Any CPU</Platform>
<PublishDir>bin\Release\net5.0-windows\publish\32 dependent</PublishDir>
<PublishProtocol>FileSystem</PublishProtocol>
<TargetFramework>net5.0-windows</TargetFramework>
<TargetFramework>net6.0-windows</TargetFramework>
<RuntimeIdentifier>win-x86</RuntimeIdentifier>
<SelfContained>false</SelfContained>
<PublishSingleFile>True</PublishSingleFile>
<PublishReadyToRun>False</PublishReadyToRun>
<PublishSingleFile>true</PublishSingleFile>
<PublishReadyToRun>false</PublishReadyToRun>
</PropertyGroup>
</Project>
6 changes: 3 additions & 3 deletions FoliCon/Properties/PublishProfiles/64 dependent.pubxml
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@ https://go.microsoft.com/fwlink/?LinkID=208121.
<Platform>Any CPU</Platform>
<PublishDir>bin\Release\net5.0-windows\publish\64Dependant</PublishDir>
<PublishProtocol>FileSystem</PublishProtocol>
<TargetFramework>net5.0-windows</TargetFramework>
<TargetFramework>net6.0-windows</TargetFramework>
<SelfContained>false</SelfContained>
<RuntimeIdentifier>win-x64</RuntimeIdentifier>
<PublishSingleFile>True</PublishSingleFile>
<PublishReadyToRun>False</PublishReadyToRun>
<PublishSingleFile>true</PublishSingleFile>
<PublishReadyToRun>false</PublishReadyToRun>
</PropertyGroup>
</Project>
6 changes: 3 additions & 3 deletions FoliCon/Properties/PublishProfiles/Self contained x64.pubxml
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@ https://go.microsoft.com/fwlink/?LinkID=208121.
<Platform>Any CPU</Platform>
<PublishDir>bin\Release\net5.0-windows\publish\frame64</PublishDir>
<PublishProtocol>FileSystem</PublishProtocol>
<TargetFramework>net5.0-windows</TargetFramework>
<TargetFramework>net6.0-windows</TargetFramework>
<RuntimeIdentifier>win-x64</RuntimeIdentifier>
<SelfContained>true</SelfContained>
<PublishSingleFile>True</PublishSingleFile>
<PublishReadyToRun>False</PublishReadyToRun>
<PublishSingleFile>true</PublishSingleFile>
<PublishReadyToRun>false</PublishReadyToRun>
</PropertyGroup>
</Project>

0 comments on commit d6fd6b2

Please sign in to comment.