From 282e3dbeded5d4a49050305d859296a90de0fe74 Mon Sep 17 00:00:00 2001 From: Lamparter <71598437+Lamparter@users.noreply.github.com> Date: Mon, 27 Jan 2025 07:41:58 +0000 Subject: [PATCH 1/3] Improved the way packages are managed in the codebase --- NuGet.config | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/NuGet.config b/NuGet.config index b486c587e..0785af9ef 100644 --- a/NuGet.config +++ b/NuGet.config @@ -1,10 +1,6 @@ - - - - - + From b1cd784573e2ab089c78742737ce5147e9ab8a92 Mon Sep 17 00:00:00 2001 From: Lamparter <71598437+Lamparter@users.noreply.github.com> Date: Wed, 29 Jan 2025 07:25:31 +0000 Subject: [PATCH 2/3] Delete `NuGet.config` --- NuGet.config | 6 ------ 1 file changed, 6 deletions(-) delete mode 100644 NuGet.config diff --git a/NuGet.config b/NuGet.config deleted file mode 100644 index 0785af9ef..000000000 --- a/NuGet.config +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - From 2b9598aed6d28eddd5249f25c888c1707005dc2f Mon Sep 17 00:00:00 2001 From: Lamparter <71598437+Lamparter@users.noreply.github.com> Date: Wed, 29 Jan 2025 07:25:55 +0000 Subject: [PATCH 3/3] Remove `packages/` from ignore --- .gitignore | 3 --- 1 file changed, 3 deletions(-) diff --git a/.gitignore b/.gitignore index 9815c1b47..d958128bc 100644 --- a/.gitignore +++ b/.gitignore @@ -13,9 +13,6 @@ bin/ Package/Release/ *.binlog -# NuGet Packages -packages/ - # Python cache files __pycache__/