Skip to content
Discussion options

You must be logged in to vote

We are using something like the following Condition to work against this problem

<ItemGroup Condition="'$(TargetFramework)'=='$(NetVersion)-windows10.0.19041.0'">
<AppxManifest Include="..\..\AppLabels\$(_AppLabelFolderName)\Package.appxmanifest" Link="Platforms\Windows\Package.appxmanifest" />
</ItemGroup>

_AppLabelFolderName is defined by different release configurations
NetVersion is net7 or net8

Replies: 1 comment 5 replies

Comment options

You must be logged in to vote
5 replies
@Peaj
Comment options

@baaaaif
Comment options

@Peaj
Comment options

@Peaj
Comment options

@kdotdk
Comment options

Answer selected by Peaj
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants