Skip to content

Commit

Permalink
Temporary build only new sdk ios
Browse files Browse the repository at this point in the history
  • Loading branch information
maxkatz6 committed Mar 1, 2022
1 parent 34b4f97 commit 4412504
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions src/iOS/Avalonia.iOS/Avalonia.iOS.csproj
Original file line number Diff line number Diff line change
@@ -1,22 +1,22 @@
<Project>
<Import Project="Sdk.props" Sdk="Xamarin.Legacy.Sdk" />
<Project Sdk="Microsoft.NET.Sdk">
<!-- <Import Project="Sdk.props" Sdk="Xamarin.Legacy.Sdk" />-->
<PropertyGroup>
<TargetFrameworks>net6.0-ios</TargetFrameworks>
<TargetFrameworks Condition="'$(MSBuildRuntimeType)' != 'Core'">$(TargetFrameworks);xamarin.ios10</TargetFrameworks>
<!-- <TargetFrameworks Condition="'$(MSBuildRuntimeType)' != 'Core'">$(TargetFrameworks);xamarin.ios10</TargetFrameworks>-->
<SupportedOSPlatformVersion>10.0</SupportedOSPlatformVersion>
<MSBuildEnableWorkloadResolver>true</MSBuildEnableWorkloadResolver>
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="..\..\Avalonia.Base\Avalonia.Base.csproj" />
<ProjectReference Include="..\..\Skia\Avalonia.Skia\Avalonia.Skia.csproj" />
</ItemGroup>
<Import Project="Sdk.targets" Sdk="Xamarin.Legacy.Sdk" />
<!-- <Import Project="Sdk.targets" Sdk="Xamarin.Legacy.Sdk" />-->

<!-- Workaround for https://github.com/dotnet/msbuild/issues/4584 -->
<Target Name="_RemoveNativeReferencesManifest" AfterTargets="BuiltProjectOutputGroup">
<ItemGroup>
<_BuiltProjectOutputGroupOutputIntermediate Remove="$(OutDir)$(_DeploymentTargetApplicationManifestFileName)" />
<BuiltProjectOutputGroupOutput Remove="$(ProjectDir)$(OutDir)$(_DeploymentTargetApplicationManifestFileName)" />
</ItemGroup>
</Target>
<!-- <Target Name="_RemoveNativeReferencesManifest" AfterTargets="BuiltProjectOutputGroup">-->
<!-- <ItemGroup>-->
<!-- <_BuiltProjectOutputGroupOutputIntermediate Remove="$(OutDir)$(_DeploymentTargetApplicationManifestFileName)" />-->
<!-- <BuiltProjectOutputGroupOutput Remove="$(ProjectDir)$(OutDir)$(_DeploymentTargetApplicationManifestFileName)" />-->
<!-- </ItemGroup>-->
<!-- </Target>-->
</Project>

0 comments on commit 4412504

Please sign in to comment.