From fbaeffdfbe61f07aa6ef3c56393e85cad7cca7c8 Mon Sep 17 00:00:00 2001 From: Michael Adelson Date: Wed, 10 Apr 2019 20:18:31 -0400 Subject: [PATCH] Add netstandard2.0 and net46 build targets. This allows for those using more modern frameworks to leverage the latest and greatest, such as environment variables on .NET Core 2+ and Process.SafeHandle on .NET Framework 4.6. Closes #36 --- MedallionShell.Tests/MedallionShell.Tests.csproj | 3 ++- MedallionShell/MedallionShell.csproj | 10 +++------- 2 files changed, 5 insertions(+), 8 deletions(-) diff --git a/MedallionShell.Tests/MedallionShell.Tests.csproj b/MedallionShell.Tests/MedallionShell.Tests.csproj index f2cb92a..6d94a9c 100644 --- a/MedallionShell.Tests/MedallionShell.Tests.csproj +++ b/MedallionShell.Tests/MedallionShell.Tests.csproj @@ -8,7 +8,7 @@ Properties Medallion.Shell.Tests MedallionShell.Tests - v4.5 + v4.6 512 {3AC096D0-A1C2-E12C-1390-A8335801FDAB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} 10.0 @@ -19,6 +19,7 @@ ..\stylecop.analyzers.ruleset + true diff --git a/MedallionShell/MedallionShell.csproj b/MedallionShell/MedallionShell.csproj index 3d8c121..6ee3847 100644 --- a/MedallionShell/MedallionShell.csproj +++ b/MedallionShell/MedallionShell.csproj @@ -1,7 +1,7 @@  - netstandard1.3;net45 + netstandard1.3;netstandard2.0;net45;net46 @@ -38,12 +38,8 @@ True - - - - - - + +