xamarin-macios/Directory.Build.props

8 строки
347 B
XML

<Project>
<PropertyGroup>
<!-- Disables the transitive restore of packages like Microsoft.AspNetCore.App.Ref, Microsoft.WindowsDesktop.App.Ref -->
<DisableTransitiveFrameworkReferenceDownloads>true</DisableTransitiveFrameworkReferenceDownloads>
</PropertyGroup>
<Import Project="Build.props" Condition="Exists('Build.props')" />
</Project>