including workaround for 1.5

This commit is contained in:
Clint Rutkas
2024-03-01 14:35:01 -08:00
parent f6d3b252a4
commit c8cbd3f3f5

View File

@@ -36,4 +36,11 @@
<ProjectReference Include="..\Hosts\Hosts.csproj" />
</ItemGroup>
<!-- Workaround for map.html failing -->
<Target Name="TempWorkaroundForWinAppSdk1.5" BeforeTargets="AddMicrosoftWindowsAppSDKPayloadFiles">
<ItemGroup>
<MicrosoftWindowsAppSDKFiles Include="$(MicrosoftWindowsAppSDKMsixContent)\**\*.html"/>
</ItemGroup>
</Target>
</Project>