From 5a1da42c7621700a98749aea9654895a9f67f1c2 Mon Sep 17 00:00:00 2001 From: NYAN CAT <32758426+NYAN-x-CAT@users.noreply.github.com> Date: Mon, 16 Oct 2023 17:18:06 +0300 Subject: [PATCH] remove SQLite DLL and update Newtonsoft.Json --- .../Plugin/Recovery/Recovery/Recovery.csproj | 13 ++----------- 1 file changed, 2 insertions(+), 11 deletions(-) diff --git a/AsyncRAT-C#/Plugin/Recovery/Recovery/Recovery.csproj b/AsyncRAT-C#/Plugin/Recovery/Recovery/Recovery.csproj index a3dc59a..d3f9d82 100644 --- a/AsyncRAT-C#/Plugin/Recovery/Recovery/Recovery.csproj +++ b/AsyncRAT-C#/Plugin/Recovery/Recovery/Recovery.csproj @@ -38,14 +38,11 @@ ..\..\..\packages\Costura.Fody.4.1.0\lib\net40\Costura.dll - - ..\..\..\packages\Newtonsoft.Json.12.0.3\lib\net40\Newtonsoft.Json.dll + + ..\..\..\packages\Newtonsoft.Json.13.0.3\lib\net40\Newtonsoft.Json.dll - - ..\..\..\packages\System.Data.SQLite.Core.1.0.112.1\lib\net40\System.Data.SQLite.dll - @@ -59,10 +56,6 @@ - - - - @@ -84,10 +77,8 @@ This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}. - - \ No newline at end of file