From f1316db5f384b33e5a2a50c5086a934281731724 Mon Sep 17 00:00:00 2001 From: makikvues Date: Tue, 6 Jul 2021 14:34:12 +0200 Subject: [PATCH] - replaced packages.config with PackageReference --- .../winPEASexe/winPEAS.Tests/packages.config | 7 ---- .../winPEAS.Tests/winPEAS.Tests.csproj | 40 +++++-------------- 2 files changed, 11 insertions(+), 36 deletions(-) delete mode 100644 winPEAS/winPEASexe/winPEAS.Tests/packages.config diff --git a/winPEAS/winPEASexe/winPEAS.Tests/packages.config b/winPEAS/winPEASexe/winPEAS.Tests/packages.config deleted file mode 100644 index 630c1de..0000000 --- a/winPEAS/winPEASexe/winPEAS.Tests/packages.config +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - \ No newline at end of file diff --git a/winPEAS/winPEASexe/winPEAS.Tests/winPEAS.Tests.csproj b/winPEAS/winPEASexe/winPEAS.Tests/winPEAS.Tests.csproj index e424d5c..6564538 100644 --- a/winPEAS/winPEASexe/winPEAS.Tests/winPEAS.Tests.csproj +++ b/winPEAS/winPEASexe/winPEAS.Tests/winPEAS.Tests.csproj @@ -1,8 +1,5 @@  - - - Debug @@ -42,15 +39,6 @@ 4 - - ..\packages\Microsoft.CodeCoverage.16.10.0\lib\net45\Microsoft.VisualStudio.CodeCoverage.Shim.dll - - - ..\packages\MSTest.TestFramework.2.1.2\lib\net45\Microsoft.VisualStudio.TestPlatform.TestFramework.dll - - - ..\packages\MSTest.TestFramework.2.1.2\lib\net45\Microsoft.VisualStudio.TestPlatform.TestFramework.Extensions.dll - @@ -58,29 +46,23 @@ - - - {d934058e-a7db-493f-a741-ae8e3df867f4} winPEAS + + + 16.10.0 + + + 2.1.2 + + + 2.1.2 + + - - - 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