From 9a90d8330b9a560a7a36b0b01e417e352b756321 Mon Sep 17 00:00:00 2001 From: Eris Date: Sat, 10 Dec 2022 02:27:29 +0100 Subject: [PATCH] Migrate to PackageReferences --- LegacyInstaller/LegacyInstaller.csproj | 26 ++++++++++---------------- LegacyInstaller/packages.config | 10 ---------- 2 files changed, 10 insertions(+), 26 deletions(-) delete mode 100644 LegacyInstaller/packages.config diff --git a/LegacyInstaller/LegacyInstaller.csproj b/LegacyInstaller/LegacyInstaller.csproj index c5071be..d0dbc23 100644 --- a/LegacyInstaller/LegacyInstaller.csproj +++ b/LegacyInstaller/LegacyInstaller.csproj @@ -38,24 +38,9 @@ icon.ico - - ..\packages\Newtonsoft.Json.13.0.1\lib\net45\Newtonsoft.Json.dll - - - ..\packages\System.ValueTuple.4.5.0\lib\net47\System.ValueTuple.dll - - - ..\packages\System.Data.HashFunction.Core.2.0.0\lib\net45\System.Data.HashFunction.Core.dll - - - ..\packages\System.Data.HashFunction.CRC.2.0.0\lib\net45\System.Data.HashFunction.CRC.dll - - - ..\packages\System.Data.HashFunction.Interfaces.2.0.0\lib\net45\System.Data.HashFunction.Interfaces.dll - @@ -115,7 +100,6 @@ - SettingsSingleFileGenerator Settings.Designer.cs @@ -127,5 +111,15 @@ + + + + + + + + + + \ No newline at end of file diff --git a/LegacyInstaller/packages.config b/LegacyInstaller/packages.config deleted file mode 100644 index 3f190f9..0000000 --- a/LegacyInstaller/packages.config +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - - - \ No newline at end of file