Skip to content

Commit

Permalink
Include Microsoft.XamlIslands in UnitTest.XamlIslands.UWPApp
Browse files Browse the repository at this point in the history
For some reason this fixes the build errors, it shouldint as its already a transitive dep.
  • Loading branch information
Rosuavio committed Feb 24, 2021
1 parent 14880e3 commit f4f992b
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -203,6 +203,10 @@
<Project>{805f80df-75c6-4c2f-8fd9-b47f6d0df5a3}</Project>
<Name>Microsoft.Toolkit.Uwp</Name>
</ProjectReference>
<ProjectReference Include="..\..\Microsoft.Toolkit\Microsoft.Toolkit.csproj">
<Project>{6fe128a8-cefa-4a61-a987-ec92de6b538e}</Project>
<Name>Microsoft.Toolkit</Name>
</ProjectReference>
</ItemGroup>
<ItemGroup>
<Page Include="TestsPage.xaml">
Expand Down

0 comments on commit f4f992b

Please sign in to comment.