From 87c124eee4e700182444980981f9adc187e95274 Mon Sep 17 00:00:00 2001 From: Jason Nelson Date: Fri, 24 Aug 2018 11:31:08 -0700 Subject: [PATCH] [SL.Core] Cross target .NETCOREAPP2.1 --- src/SixLabors.Core/MathF.cs | 2 +- src/SixLabors.Core/SixLabors.Core.csproj | 15 ++++++++++----- 2 files changed, 11 insertions(+), 6 deletions(-) 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 + + + + + + - +