From 91de515055e1749c448b304f015f6c9f52275f05 Mon Sep 17 00:00:00 2001 From: Tristan Milnthorp Date: Mon, 9 Aug 2021 08:52:24 -0400 Subject: [PATCH] Only reference System.ValueTuple in net40 --- UnitsNet/UnitsNet.csproj | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/UnitsNet/UnitsNet.csproj b/UnitsNet/UnitsNet.csproj index 9e306f834c..63c158287b 100644 --- a/UnitsNet/UnitsNet.csproj +++ b/UnitsNet/UnitsNet.csproj @@ -23,7 +23,7 @@ latest enable UnitsNet - netstandard2.0;net40 + netstandard2.0;net40;net47 @@ -41,10 +41,14 @@ UnitsNet - + + + + +