From 430f47847fe98797469d544ab24c2e0287129922 Mon Sep 17 00:00:00 2001 From: Maxim Milovanov Date: Sun, 4 Mar 2018 10:48:52 +0300 Subject: [PATCH] upgrade cake to 0.26, bump version to 0.3.7 --- package.json | 2 +- src/Cake.Yarn.Tests/Cake.Yarn.Tests.csproj | 54 ++++++++++++++++------ src/Cake.Yarn.Tests/packages.config | 29 +++++++----- src/Cake.Yarn/Cake.Yarn.csproj | 4 +- src/Cake.Yarn/Cake.Yarn.nuspec | 2 +- src/Cake.Yarn/Properties/AssemblyInfo.cs | 6 +-- src/Cake.Yarn/packages.config | 2 +- tools/packages.config | 2 +- usage/package.json | 2 +- 9 files changed, 66 insertions(+), 37 deletions(-) diff --git a/package.json b/package.json index 4454c6a..c2f0256 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cake.yarn", - "version": "0.3.6", + "version": "0.3.7", "description": "", "main": "index.js", "scripts": { diff --git a/src/Cake.Yarn.Tests/Cake.Yarn.Tests.csproj b/src/Cake.Yarn.Tests/Cake.Yarn.Tests.csproj index 38404f5..010b16f 100644 --- a/src/Cake.Yarn.Tests/Cake.Yarn.Tests.csproj +++ b/src/Cake.Yarn.Tests/Cake.Yarn.Tests.csproj @@ -1,5 +1,6 @@  + Debug @@ -33,40 +34,57 @@ 4 - - ..\..\packages\Cake.Core.0.22.0\lib\net46\Cake.Core.dll + + ..\..\packages\Cake.Core.0.26.1\lib\net46\Cake.Core.dll - - ..\..\packages\Cake.Testing.0.22.0\lib\net46\Cake.Testing.dll + + ..\..\packages\Cake.Testing.0.26.1\lib\net46\Cake.Testing.dll - - ..\..\packages\Shouldly.2.8.3\lib\net40\Shouldly.dll + + ..\..\packages\Shouldly.3.0.0\lib\net451\Shouldly.dll + + ..\..\packages\System.Net.Http.4.3.3\lib\net46\System.Net.Http.dll + ..\..\packages\System.Runtime.InteropServices.RuntimeInformation.4.3.0\lib\net45\System.Runtime.InteropServices.RuntimeInformation.dll + + ..\..\packages\System.Security.Cryptography.Algorithms.4.3.1\lib\net461\System.Security.Cryptography.Algorithms.dll + + + ..\..\packages\System.Security.Cryptography.Encoding.4.3.0\lib\net46\System.Security.Cryptography.Encoding.dll + + + ..\..\packages\System.Security.Cryptography.Primitives.4.3.0\lib\net46\System.Security.Cryptography.Primitives.dll + + + ..\..\packages\System.Security.Cryptography.X509Certificates.4.3.2\lib\net461\System.Security.Cryptography.X509Certificates.dll + - + + ..\..\packages\System.Xml.ReaderWriter.4.3.1\lib\net46\System.Xml.ReaderWriter.dll + ..\..\packages\xunit.abstractions.2.0.1\lib\net35\xunit.abstractions.dll - - ..\..\packages\xunit.assert.2.2.0\lib\netstandard1.1\xunit.assert.dll + + ..\..\packages\xunit.assert.2.3.1\lib\netstandard1.1\xunit.assert.dll - - ..\..\packages\xunit.extensibility.core.2.2.0\lib\netstandard1.1\xunit.core.dll + + ..\..\packages\xunit.extensibility.core.2.3.1\lib\netstandard1.1\xunit.core.dll - - ..\..\packages\xunit.extensibility.execution.2.2.0\lib\netstandard1.1\xunit.execution.dotnet.dll + + ..\..\packages\xunit.extensibility.execution.2.3.1\lib\net452\xunit.execution.desktop.dll @@ -98,14 +116,20 @@ + + + - + 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}. - + + + +