mirror of
https://github.com/iterate-ch/cyberduck.git
synced 2026-05-26 19:10:49 +00:00
Disable IKVM MSBuild targets in WAPProj
This commit is contained in:
@@ -22,9 +22,7 @@
|
||||
</PropertyGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<PackageReference Include="IKVM">
|
||||
<PrivateAssets>build;buildMultitargeting;buildTransitive</PrivateAssets>
|
||||
</PackageReference>
|
||||
<PackageReference Include="IKVM" />
|
||||
</ItemGroup>
|
||||
|
||||
</Project>
|
||||
@@ -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)">
|
||||
|
||||
Reference in New Issue
Block a user