Skip to content

Commit f4f992b

Browse files
committed
Include Microsoft.XamlIslands in UnitTest.XamlIslands.UWPApp
For some reason this fixes the build errors, it shouldint as its already a transitive dep.
1 parent 14880e3 commit f4f992b

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

UnitTests/UnitTests.XamlIslands.UWPApp/UnitTests.XamlIslands.UWPApp.csproj

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -203,6 +203,10 @@
203203
<Project>{805f80df-75c6-4c2f-8fd9-b47f6d0df5a3}</Project>
204204
<Name>Microsoft.Toolkit.Uwp</Name>
205205
</ProjectReference>
206+
<ProjectReference Include="..\..\Microsoft.Toolkit\Microsoft.Toolkit.csproj">
207+
<Project>{6fe128a8-cefa-4a61-a987-ec92de6b538e}</Project>
208+
<Name>Microsoft.Toolkit</Name>
209+
</ProjectReference>
206210
</ItemGroup>
207211
<ItemGroup>
208212
<Page Include="TestsPage.xaml">

0 commit comments

Comments
 (0)