From d1fa485e44dc285ede03e65840d8b70751aa935b Mon Sep 17 00:00:00 2001 From: Ivandro Jao Date: Sun, 1 Sep 2024 19:49:14 +0100 Subject: [PATCH] Switch to PackageReference and update binding redirect Replaced `packages.config` with `PackageReference` in `Test.csproj` for streamlined package management. Also updated the `System.Net.Http` binding redirect in `app.config` from version `4.2.0.0` to `4.1.2.0`. Signed-off-by: Ivandro Jao --- src/Test/Test.csproj | 9 +++++---- src/Test/app.config | 2 +- src/Test/packages.config | 6 ------ 3 files changed, 6 insertions(+), 11 deletions(-) delete mode 100644 src/Test/packages.config diff --git a/src/Test/Test.csproj b/src/Test/Test.csproj index 95cffea9e..0b248e33a 100644 --- a/src/Test/Test.csproj +++ b/src/Test/Test.csproj @@ -43,9 +43,6 @@ False - - ..\..\packages\NHunspell.1.2.5554.16953\lib\net\NHunspell.dll - @@ -194,7 +191,6 @@ - @@ -206,6 +202,11 @@ SubtitleEdit + + + + + diff --git a/src/Test/app.config b/src/Test/app.config index 0e87a1799..d78f94066 100644 --- a/src/Test/app.config +++ b/src/Test/app.config @@ -24,7 +24,7 @@ - + diff --git a/src/Test/packages.config b/src/Test/packages.config deleted file mode 100644 index a629809b8..000000000 --- a/src/Test/packages.config +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - \ No newline at end of file