diff --git a/src/SixLabors.Core/MathF.cs b/src/SixLabors.Core/MathF.cs
index 3079c9100..1329dbdae 100644
--- a/src/SixLabors.Core/MathF.cs
+++ b/src/SixLabors.Core/MathF.cs
@@ -3,7 +3,7 @@
using System.Runtime.CompilerServices;
-#if NETCOREAPP2_0
+#if NETCOREAPP2_0 || NETCOREAPP2_1
[assembly: TypeForwardedTo(typeof(System.MathF))]
#else
namespace System
diff --git a/src/SixLabors.Core/SixLabors.Core.csproj b/src/SixLabors.Core/SixLabors.Core.csproj
index bc37cd2e2..65955529d 100644
--- a/src/SixLabors.Core/SixLabors.Core.csproj
+++ b/src/SixLabors.Core/SixLabors.Core.csproj
@@ -5,7 +5,7 @@
$(packageversion)
0.1.0-alpha2
Six Labors
- netstandard1.1;netcoreapp2.0;
+ netstandard1.1;netcoreapp2.0;netcoreapp2.1;
true
true
SixLabors.Core
@@ -39,13 +39,18 @@
-
- All
-
+
+ All
+
+
+
+
+
+
-
+