From e2789623cd2977993bca4178947786eac7e01a49 Mon Sep 17 00:00:00 2001 From: alterNERDtive Date: Tue, 12 Jul 2022 00:40:55 +0200 Subject: [PATCH] cleaned up dependency mess --- .../VoiceAttack-base/VoiceAttack-base.csproj | 21 ++++++++++--------- plugins/VoiceAttack-base/packages.config | 5 ----- 2 files changed, 11 insertions(+), 15 deletions(-) delete mode 100644 plugins/VoiceAttack-base/packages.config diff --git a/plugins/VoiceAttack-base/VoiceAttack-base.csproj b/plugins/VoiceAttack-base/VoiceAttack-base.csproj index df39c70..c1b8c7e 100644 --- a/plugins/VoiceAttack-base/VoiceAttack-base.csproj +++ b/plugins/VoiceAttack-base/VoiceAttack-base.csproj @@ -36,23 +36,16 @@ ..\build\alterNERDtive\base.xml - - ..\..\packages\Newtonsoft.Json.6.0.4\lib\net45\Newtonsoft.Json.dll - - - ..\..\packages\Microsoft.AspNet.WebApi.Client.5.2.7\lib\net45\System.Net.Http.Formatting.dll - - @@ -68,14 +61,22 @@ - - - Designer MSBuild:Compile + + + 5.2.9 + + + 13.0.1 + + + 4.3.4 + + \ No newline at end of file diff --git a/plugins/VoiceAttack-base/packages.config b/plugins/VoiceAttack-base/packages.config deleted file mode 100644 index 3de716e..0000000 --- a/plugins/VoiceAttack-base/packages.config +++ /dev/null @@ -1,5 +0,0 @@ - - - - - \ No newline at end of file