Skip to content

Commit

Permalink
Remove windows specific dotnet version
Browse files Browse the repository at this point in the history
  • Loading branch information
reagcz committed Nov 18, 2022
1 parent 48f2027 commit 6e47ab6
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
env:
App_Packages_Archive: IdeapadToolkit.zip
License_Path: IdeapadToolkit\Properties\PublishProfiles\3RD_PARTY_LICENSES.txt
App_Publish_Directory: bin\Release\net6.0-windows10.0.20348.0\publish\win-x64
App_Publish_Directory: bin\Release\net6.0-windows\publish\win-x64
App_Project_Directory: IdeapadToolkit\
Solution_Path: IdeapadToolkit.sln
Project_Path: IdeapadToolkit\IdeapadToolkit.csproj
Expand Down
2 changes: 1 addition & 1 deletion IdeapadToolkit/IdeapadToolkit.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<PropertyGroup>
<OutputType>WinExe</OutputType>
<TargetFramework>net6.0-windows10.0.20348.0</TargetFramework>
<TargetFramework>net6.0-windows</TargetFramework>
<Nullable>enable</Nullable>
<UseWPF>true</UseWPF>
<SupportedOSPlatformVersion>7.0</SupportedOSPlatformVersion>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@ https://go.microsoft.com/fwlink/?LinkID=208121.
<PropertyGroup>
<Configuration>Release</Configuration>
<Platform>Any CPU</Platform>
<PublishDir>bin\Release\net6.0-windows10.0.20348.0\publish\win-x64\</PublishDir>
<PublishDir>bin\Release\net6.0-windows\publish\win-x64\</PublishDir>
<PublishProtocol>FileSystem</PublishProtocol>
<_TargetId>Folder</_TargetId>
<TargetFramework>net6.0-windows10.0.20348.0</TargetFramework>
<TargetFramework>net6.0-windows</TargetFramework>
<RuntimeIdentifier>win-x64</RuntimeIdentifier>
<SelfContained>false</SelfContained>
<PublishSingleFile>true</PublishSingleFile>
Expand Down

0 comments on commit 6e47ab6

Please sign in to comment.