From 6e7426382491574348ae513fd2abbba021fa98f9 Mon Sep 17 00:00:00 2001 From: thatcosmonaut Date: Mon, 16 Dec 2019 11:07:14 -0800 Subject: [PATCH] retarget to .net standard 2.0 --- Curve/Curve.csproj | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/Curve/Curve.csproj b/Curve/Curve.csproj index 9673b07..5112274 100644 --- a/Curve/Curve.csproj +++ b/Curve/Curve.csproj @@ -1,7 +1,7 @@ - + 2.0.0 - netstandard2.1 + netstandard2.0 A Bezier curve library for .NET Core MoonTools.Core.Curve MoonTools.Core.Curve @@ -19,5 +19,7 @@ all runtime; build; native; contentfiles; analyzers; buildtransitive + + \ No newline at end of file