Skip to content

Commit a0af7fd

Browse files
committed
Fix publish profile
1 parent ab5cfd9 commit a0af7fd

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

CompilePalX/Properties/PublishProfiles/PublishDebug.pubxml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,11 @@ https://go.microsoft.com/fwlink/?LinkID=208121.
88
<Platform>Any CPU</Platform>
99
<PublishDir>bin\Debug\Deploy</PublishDir>
1010
<PublishProtocol>FileSystem</PublishProtocol>
11-
<TargetFramework>net9.0-windows7.0</TargetFramework>
11+
<TargetFramework>net10.0-windows7.0</TargetFramework>
1212
<RuntimeIdentifier>win-x86</RuntimeIdentifier>
1313
<SelfContained>true</SelfContained>
1414
<PublishSingleFile>true</PublishSingleFile>
1515
<PublishReadyToRun>false</PublishReadyToRun>
16+
<PublishTrimmed>false</PublishTrimmed>
1617
</PropertyGroup>
1718
</Project>

CompilePalX/Properties/PublishProfiles/PublishRelease.pubxml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ https://go.microsoft.com/fwlink/?LinkID=208121.
88
<Platform>Any CPU</Platform>
99
<PublishDir>bin\Release\Deploy</PublishDir>
1010
<PublishProtocol>FileSystem</PublishProtocol>
11-
<TargetFramework>net6.0-windows</TargetFramework>
11+
<TargetFramework>net10.0-windows7.0</TargetFramework>
1212
<RuntimeIdentifier>win-x86</RuntimeIdentifier>
1313
<SelfContained>true</SelfContained>
1414
<PublishSingleFile>true</PublishSingleFile>

0 commit comments

Comments
 (0)