diff --git a/src/DynamicMvvm.Uno.WinUI/DynamicMvvm.Uno.WinUI.csproj b/src/DynamicMvvm.Uno.WinUI/DynamicMvvm.Uno.WinUI.csproj
index 75c731b..c3f4305 100644
--- a/src/DynamicMvvm.Uno.WinUI/DynamicMvvm.Uno.WinUI.csproj
+++ b/src/DynamicMvvm.Uno.WinUI/DynamicMvvm.Uno.WinUI.csproj
@@ -56,4 +56,5 @@
+
\ No newline at end of file
diff --git a/src/DynamicMvvm.Uno.WinUI/winappsdk-workaround.targets b/src/DynamicMvvm.Uno.WinUI/winappsdk-workaround.targets
new file mode 100644
index 0000000..aabc9c5
--- /dev/null
+++ b/src/DynamicMvvm.Uno.WinUI/winappsdk-workaround.targets
@@ -0,0 +1,27 @@
+
+
+
+
+
+ <_OtherPriFiles Include="@(PackagingOutputs)" Condition="'%(Extension)' == '.pri' and ('%(PackagingOutputs.ReferenceSourceTarget)' == 'ProjectReference' or '%(PackagingOutputs.NugetSourceType)'=='Package')" />
+
+
+
+
+
+
+
+ <_OtherPriFiles1 Include="@(_ReferenceRelatedPaths)" Condition="'%(Extension)' == '.pri' and ('%(_ReferenceRelatedPaths.ReferenceSourceTarget)' == 'ProjectReference' or '%(_ReferenceRelatedPaths.NugetSourceType)'=='Package')" />
+ <_ReferenceRelatedPaths Remove="@(_OtherPriFiles1)" />
+
+ <_OtherPriFiles2 Include="@(ReferenceCopyLocalPaths)" Condition="'%(Extension)' == '.pri' and ('%(ReferenceCopyLocalPaths.ReferenceSourceTarget)' == 'ProjectReference' or '%(ReferenceCopyLocalPaths.NugetSourceType)'=='Package')" />
+
+
+
+
\ No newline at end of file