From c8f518b0c31d094c910c2b58026e8c807dc6cf16 Mon Sep 17 00:00:00 2001 From: Repflez <659133+Repflez@users.noreply.github.com> Date: Sun, 6 Feb 2022 06:32:32 -0700 Subject: [PATCH] feat: Remove local dependencies and use the one in BepInEX NuGet --- TaikoModStuff.csproj | 12 +----------- lib/.gitkeep | 0 2 files changed, 1 insertion(+), 11 deletions(-) delete mode 100644 lib/.gitkeep diff --git a/TaikoModStuff.csproj b/TaikoModStuff.csproj index 8684c34..a07363b 100644 --- a/TaikoModStuff.csproj +++ b/TaikoModStuff.csproj @@ -14,20 +14,10 @@ + - - - - lib\Assembly-CSharp.dll - False - - - lib\UnityEngine.CoreModule.dll - False - - diff --git a/lib/.gitkeep b/lib/.gitkeep deleted file mode 100644 index e69de29..0000000