Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: Use single target framework to allow Publish
Browse files Browse the repository at this point in the history
MartinZikmund committed Jan 8, 2025
1 parent 0432415 commit c979bda
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>WinExe</OutputType>
<TargetFrameworks>$(NetWinAppSDKPreviousAndCurrent)</TargetFrameworks>
<TargetFramework>$(NetCurrentWinAppSDK)</TargetFramework>
<TargetPlatformMinVersion>10.0.17763.0</TargetPlatformMinVersion>
<RootNamespace>SamplesApp.Windows</RootNamespace>
<ApplicationManifest>app.manifest</ApplicationManifest>

0 comments on commit c979bda

Please sign in to comment.