diff --git a/src/Uno.Sdk/targets/Uno.Common.WinAppSdk.targets b/src/Uno.Sdk/targets/Uno.Common.WinAppSdk.targets index d22adceb6e27..7fc4a675cc11 100644 --- a/src/Uno.Sdk/targets/Uno.Common.WinAppSdk.targets +++ b/src/Uno.Sdk/targets/Uno.Common.WinAppSdk.targets @@ -5,7 +5,10 @@ $(TargetPlatformMinVersion) win-x86;win-x64;win-arm64 false - true + + + true + true diff --git a/src/Uno.Sdk/targets/winappsdk-workaround.targets b/src/Uno.Sdk/targets/winappsdk-workaround.targets index a773a27fbe1d..46715ef96fa1 100644 --- a/src/Uno.Sdk/targets/winappsdk-workaround.targets +++ b/src/Uno.Sdk/targets/winappsdk-workaround.targets @@ -1,6 +1,8 @@ - + <_OtherPriFiles Include="@(PackagingOutputs)" Condition="'%(Extension)' == '.pri' and ('%(PackagingOutputs.ReferenceSourceTarget)' == 'ProjectReference' or '%(PackagingOutputs.NugetSourceType)'=='Package')" /> @@ -8,7 +10,9 @@ - + <_OtherPriFiles1 Include="@(_ReferenceRelatedPaths)" Condition="'%(Extension)' == '.pri' and ('%(_ReferenceRelatedPaths.ReferenceSourceTarget)' == 'ProjectReference' or '%(_ReferenceRelatedPaths.NugetSourceType)'=='Package')" />