While Publishing app developed using 'Windows App Sdk', What is the difference between <SelfContained> vs <WindowsAppSDKSelfContained>.
To reduce the app size, I want to set <WindowsAppSDKSelfContained>false</WindowsAppSDKSelfContained>. Will it require users to manually install windows app sdk on their system, or Microsoft Store
app can automatically install the sdk as part of application installation?