Skip to content

Commit 210c664

Browse files
authored
Adds net451 to Xamarin.MacDev.csproj
VS projects are not compatible with .NET 4.6.1 so we still need MacDev.csproj to target 4.5.1.
1 parent 64db365 commit 210c664

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Xamarin.MacDev/Xamarin.MacDev.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<Project Sdk="Microsoft.NET.Sdk">
33
<PropertyGroup>
4-
<TargetFrameworks>net461;netstandard2.0</TargetFrameworks>
4+
<TargetFrameworks>net451;net461;netstandard2.0</TargetFrameworks>
55
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
66
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>
77
</PropertyGroup>

0 commit comments

Comments
 (0)