Remove explicit x64 platform target to fix ARM64 builds.

This commit is contained in:
Pieter-Jan Briers
2020-06-08 23:36:08 +02:00
parent b51d22216e
commit 3459e5fd0b
8 changed files with 1 additions and 10 deletions

View File

@@ -8,7 +8,6 @@
<AppendTargetFrameworkToOutputPath>false</AppendTargetFrameworkToOutputPath>
<OutputPath>../bin/Shared.Maths</OutputPath>
<Configurations>Debug;Release</Configurations>
<Platforms>x64</Platforms>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<Nullable>enable</Nullable>
</PropertyGroup>