Browse Source

Merge branch 'master' into avalonia-list-improvements

pull/2882/head
Dariusz Komosiński 7 years ago
committed by GitHub
parent
commit
497e525119
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 8
      build/AndroidWorkarounds.props

8
build/AndroidWorkarounds.props

@ -5,4 +5,12 @@
<PackageReference Include="System.Runtime.CompilerServices.Unsafe" Version="4.5.1" />
<PackageReference Include="System.Buffers" Version="4.5.0" />
</ItemGroup>
<Target Name="_RemoveNonExistingResgenFile" BeforeTargets="CoreCompile" Condition="'$(_SdkSetAndroidResgenFile)' == 'true' And '$(AndroidResgenFile)' != '' And !Exists('$(AndroidResgenFile)')">
<ItemGroup>
<Compile Remove="$(AndroidResgenFile)"/>
</ItemGroup>
</Target>
<PropertyGroup>
<DesignTimeBuild>false</DesignTimeBuild>
</PropertyGroup>
</Project>

Loading…
Cancel
Save