From 5654485fb7b96ed5162b9b3bbf7c5c914d294220 Mon Sep 17 00:00:00 2001 From: Crsky Date: Sat, 15 Mar 2025 21:20:56 +0800 Subject: [PATCH] Reinstall nuget packages --- ArcFormats/ArcFormats.csproj | 25 ++++++++------ ArcFormats/packages.config | 26 +++++++-------- Experimental/Experimental.csproj | 43 ++++++++++++------------ Experimental/packages.config | 57 ++++++++++++++++---------------- GUI/packages.config | 8 ++--- GameRes/packages.config | 2 +- Legacy/Legacy.csproj | 2 -- Legacy/packages.config | 2 +- packages/repositories.config | 7 ---- 9 files changed, 85 insertions(+), 87 deletions(-) delete mode 100644 packages/repositories.config diff --git a/ArcFormats/ArcFormats.csproj b/ArcFormats/ArcFormats.csproj index ad15eb57..636acd56 100644 --- a/ArcFormats/ArcFormats.csproj +++ b/ArcFormats/ArcFormats.csproj @@ -65,7 +65,6 @@ ..\packages\System.Buffers.4.5.1\lib\net461\System.Buffers.dll - ..\packages\System.Buffers.4.5.1\lib\netstandard1.1\System.Buffers.dll @@ -77,25 +76,25 @@ ..\packages\System.IO.FileSystem.Primitives.4.3.0\lib\net46\System.IO.FileSystem.Primitives.dll + + ..\packages\System.Memory.4.5.4\lib\net461\System.Memory.dll + + ..\packages\System.Numerics.Vectors.4.5.0\lib\net46\System.Numerics.Vectors.dll + + ..\packages\System.Runtime.CompilerServices.Unsafe.4.6.0\lib\netstandard2.0\System.Runtime.CompilerServices.Unsafe.dll + ..\packages\System.Security.Cryptography.Algorithms.4.3.1\lib\net461\System.Security.Cryptography.Algorithms.dll ..\packages\System.Security.Cryptography.Primitives.4.3.0\lib\net46\System.Security.Cryptography.Primitives.dll - - ..\packages\System.Memory.4.5.4\lib\netstandard1.1\System.Memory.dll - - - - ..\packages\System.Runtime.CompilerServices.Unsafe.4.6.0\lib\netstandard1.0\System.Runtime.CompilerServices.Unsafe.dll - - ..\packages\System.ValueTuple.4.5.0\lib\netstandard1.0\System.ValueTuple.dll + ..\packages\System.ValueTuple.4.5.0\lib\net461\System.ValueTuple.dll @@ -900,13 +899,13 @@ - + Code @@ -1338,6 +1337,12 @@ exit 0 xcopy "$(ProjectDir)\Resources\Formats.dat" "$(TargetDir)\GameData\" /D /Y >NUL + + + 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}. + + +