From 37cfd83424faab946ddcad60ba3e6db63a419bef Mon Sep 17 00:00:00 2001 From: askazakov Date: Mon, 8 Mar 2021 14:01:26 +0500 Subject: [PATCH] fix reference --- .gitignore | 3 ++- .../MSBuild.Community.Tasks.Tests.csproj | 4 ++-- .../MSBuild.Community.Tasks.csproj | 10 +++++----- Source/MSBuild.Community.Tasks/packages.config | 3 ++- 4 files changed, 11 insertions(+), 9 deletions(-) diff --git a/.gitignore b/.gitignore index 164817d2..11561fd9 100644 --- a/.gitignore +++ b/.gitignore @@ -16,4 +16,5 @@ Test *.chm /Tools /build.txt -.vs \ No newline at end of file +.vs +.idea diff --git a/Source/MSBuild.Community.Tasks.Tests/MSBuild.Community.Tasks.Tests.csproj b/Source/MSBuild.Community.Tasks.Tests/MSBuild.Community.Tasks.Tests.csproj index ee50bcba..3ca51a5c 100644 --- a/Source/MSBuild.Community.Tasks.Tests/MSBuild.Community.Tasks.Tests.csproj +++ b/Source/MSBuild.Community.Tasks.Tests/MSBuild.Community.Tasks.Tests.csproj @@ -37,8 +37,8 @@ false - - ..\packages\DotNetZip.1.10.1\lib\net20\DotNetZip.dll + + ..\packages\DotNetZip.1.11.0\lib\net20\DotNetZip.dll ..\packages\FSharp.Compiler.CodeDom.1.0.0.1\lib\net40\FSharp.Compiler.CodeDom.dll diff --git a/Source/MSBuild.Community.Tasks/MSBuild.Community.Tasks.csproj b/Source/MSBuild.Community.Tasks/MSBuild.Community.Tasks.csproj index 915813c6..d3433259 100644 --- a/Source/MSBuild.Community.Tasks/MSBuild.Community.Tasks.csproj +++ b/Source/MSBuild.Community.Tasks/MSBuild.Community.Tasks.csproj @@ -42,9 +42,8 @@ false - - ..\packages\DotNetZip.1.10.1\lib\net20\DotNetZip.dll - True + + ..\packages\DotNetZip.1.11.0\lib\net20\DotNetZip.dll ..\packages\FSharp.Compiler.CodeDom.1.0.0.1\lib\net40\FSharp.Compiler.CodeDom.dll @@ -52,8 +51,9 @@ - - + + ..\packages\Microsoft.Web.Administration.7.0.0.0\lib\net20\Microsoft.Web.Administration.dll + diff --git a/Source/MSBuild.Community.Tasks/packages.config b/Source/MSBuild.Community.Tasks/packages.config index 9fc3100b..fd0d4cf1 100644 --- a/Source/MSBuild.Community.Tasks/packages.config +++ b/Source/MSBuild.Community.Tasks/packages.config @@ -2,4 +2,5 @@ - \ No newline at end of file + +