From 560f4eab0b89f7aa9ceade5bc1d309c0fafb1f76 Mon Sep 17 00:00:00 2001 From: Evan Dixon Date: Sat, 24 Jun 2017 08:12:35 -0500 Subject: [PATCH] Target netstanard1.3 and net46 I recently learned about targetting multiple frameworks in .Net Standard libraries. The main benefit here si taht PKHeX.WinForms and PKHeX.Tests no longer need to carry around the .Net Core DLLs. While it's now an option, I encourage PKHeX.Core to avoid framework-specific compiler directives. --- PKHeX.Core/PKHeX.Core.csproj | 2 +- PKHeX.WinForms/PKHeX.WinForms.csproj | 17 ----------------- PKHeX.WinForms/packages.config | 8 -------- Tests/PKHeX.Tests/PKHeX.Tests.csproj | 18 ------------------ Tests/PKHeX.Tests/packages.config | 8 -------- 5 files changed, 1 insertion(+), 52 deletions(-) delete mode 100644 PKHeX.WinForms/packages.config delete mode 100644 Tests/PKHeX.Tests/packages.config diff --git a/PKHeX.Core/PKHeX.Core.csproj b/PKHeX.Core/PKHeX.Core.csproj index 8a8cb329c..d96b00677 100644 --- a/PKHeX.Core/PKHeX.Core.csproj +++ b/PKHeX.Core/PKHeX.Core.csproj @@ -1,7 +1,7 @@  - netstandard1.3 + netstandard1.3;net46 Pokémon C# Class Library Project Pokémon Kaphotics diff --git a/PKHeX.WinForms/PKHeX.WinForms.csproj b/PKHeX.WinForms/PKHeX.WinForms.csproj index d25c637b4..08e456619 100644 --- a/PKHeX.WinForms/PKHeX.WinForms.csproj +++ b/PKHeX.WinForms/PKHeX.WinForms.csproj @@ -140,24 +140,9 @@ - - ..\packages\System.Console.4.0.0\lib\net46\System.Console.dll - - - ..\packages\System.IO.FileSystem.4.3.0\lib\net46\System.IO.FileSystem.dll - - - ..\packages\System.IO.FileSystem.Primitives.4.3.0\lib\net46\System.IO.FileSystem.Primitives.dll - - - ..\packages\System.Security.Cryptography.Algorithms.4.3.0\lib\net46\System.Security.Cryptography.Algorithms.dll - - - ..\packages\System.Security.Cryptography.Primitives.4.3.0\lib\net46\System.Security.Cryptography.Primitives.dll - @@ -704,7 +689,6 @@ SAV_MysteryGiftDB.cs - SettingsSingleFileGenerator Settings.Designer.cs @@ -2703,7 +2687,6 @@ PKHeX.Core -