From f4f992b2ca44dde14fa5e452f6f84253b85e689d Mon Sep 17 00:00:00 2001 From: Rosario Pulella Date: Wed, 24 Feb 2021 15:08:18 -0500 Subject: [PATCH] Include Microsoft.XamlIslands in UnitTest.XamlIslands.UWPApp For some reason this fixes the build errors, it shouldint as its already a transitive dep. --- .../UnitTests.XamlIslands.UWPApp.csproj | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/UnitTests/UnitTests.XamlIslands.UWPApp/UnitTests.XamlIslands.UWPApp.csproj b/UnitTests/UnitTests.XamlIslands.UWPApp/UnitTests.XamlIslands.UWPApp.csproj index 62c3d5702d3..0ea87fb426e 100644 --- a/UnitTests/UnitTests.XamlIslands.UWPApp/UnitTests.XamlIslands.UWPApp.csproj +++ b/UnitTests/UnitTests.XamlIslands.UWPApp/UnitTests.XamlIslands.UWPApp.csproj @@ -203,6 +203,10 @@ {805f80df-75c6-4c2f-8fd9-b47f6d0df5a3} Microsoft.Toolkit.Uwp + + {6fe128a8-cefa-4a61-a987-ec92de6b538e} + Microsoft.Toolkit +