Disable IKVM MSBuild targets in WAPProj

This commit is contained in:
AliveDevil
2026-02-02 17:10:57 +01:00
parent 569ac94c20
commit 2032327e98
2 changed files with 2 additions and 3 deletions
+1 -3
View File
@@ -22,9 +22,7 @@
</PropertyGroup>
<ItemGroup>
<PackageReference Include="IKVM">
<PrivateAssets>build;buildMultitargeting;buildTransitive</PrivateAssets>
</PackageReference>
<PackageReference Include="IKVM" />
</ItemGroup>
</Project>
+1
View File
@@ -60,6 +60,7 @@
<Import Project="$(WapProjPath)\Microsoft.DesktopBridge.targets" />
<ItemGroup>
<ProjectReference Include="..\csharp\Cyberduck.csproj" />
<PackageReference Include="IKVM" ExcludeAssets="build;buildTransitive;buildMultiTargeting" />
</ItemGroup>
<Target Name="ResolveLocalPackagePayload" BeforeTargets="_GenerateAppxPackageRecipeFile" Returns="@(AppxPackagePayload)">