mac: Use plain .NET Framework to fix the build

This commit is contained in:
Hylke Bons 2017-09-10 14:05:30 +01:00
parent 73856e4a0c
commit 69f65376a7

View file

@ -13,7 +13,6 @@
<TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
<MonoMacResourcePrefix>Resources</MonoMacResourcePrefix>
<ReleaseVersion></ReleaseVersion>
<UseXamMacFullFramework>true</UseXamMacFullFramework>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<DebugType>none</DebugType>
@ -153,7 +152,6 @@
</PropertyGroup>
<ItemGroup>
<Reference Include="System" />
<Reference Include="System.Core" />
<Reference Include="Xamarin.Mac" />
<Reference Include="System.Net" />
<Reference Include="System.Xml" />