From 5f4c11d4ceea14040950b8edb0ae408d915f9d3e Mon Sep 17 00:00:00 2001 From: Sascha Falk Date: Fri, 25 Jan 2019 07:16:48 +0100 Subject: [PATCH] Added explicit support for .NET 4.6.1 and .NET Core 2.0. Eliminates the need for interfacing libraries reducing the footprint of an application built with the CommandLine library. --- src/CommandLine/CommandLine.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/CommandLine/CommandLine.csproj b/src/CommandLine/CommandLine.csproj index 46cd3c1c..cd16cc54 100644 --- a/src/CommandLine/CommandLine.csproj +++ b/src/CommandLine/CommandLine.csproj @@ -3,7 +3,7 @@ CommandLine Library - netstandard2.0 + netstandard2.0; net461; netcoreapp2.0 $(DefineConstants);CSX_EITHER_INTERNAL;CSX_REM_EITHER_BEYOND_2;CSX_ENUM_INTERNAL;ERRH_INTERNAL;ERRH_DISABLE_INLINE_METHODS;CSX_MAYBE_INTERNAL;CSX_REM_EITHER_FUNC $(DefineConstants);SKIP_FSHARP true