diff --git a/paket.dependencies b/paket.dependencies index df9c753..55fb3df 100644 --- a/paket.dependencies +++ b/paket.dependencies @@ -6,12 +6,12 @@ group cake.paket group cake.paket.addin framework: netstandard20 source https://nuget.org/api/v2 - nuget Cake.Core ~> 0.34 + nuget Cake.Core ~> 1.1 group cake.paket.Module framework: netstandard20 source https://nuget.org/api/v2 - nuget Cake.NuGet ~> 0.34 + nuget Cake.NuGet ~> 1.1 group cake.paket.unittests framework: netcoreapp20 @@ -19,8 +19,8 @@ group cake.paket.unittests nuget FluentAssertions ~> 4.19.3 nuget NSubstitute nuget xunit - nuget Cake.Testing ~> 0.34 - nuget Cake.Nuget ~> 0.34 + nuget Cake.Testing ~> 1.1 + nuget Cake.Nuget ~> 1.1 group tools framework: netstandard20 diff --git a/paket.lock b/paket.lock index 073e26d..f136219 100644 --- a/paket.lock +++ b/paket.lock @@ -18,483 +18,110 @@ GROUP cake.paket.addin RESTRICTION: == netstandard2.0 NUGET remote: https://www.nuget.org/api/v2 - Cake.Core (0.34.1) - Microsoft.CSharp (>= 4.5) - Microsoft.Extensions.DependencyModel (>= 2.0.4) - Microsoft.Win32.Registry (>= 4.4) - Newtonsoft.Json (>= 11.0.2) - Microsoft.CSharp (4.5) - Microsoft.DotNet.PlatformAbstractions (2.1) - System.AppContext (>= 4.1) - System.Collections (>= 4.0.11) - System.IO (>= 4.1) - System.IO.FileSystem (>= 4.0.1) - System.Reflection.TypeExtensions (>= 4.1) - System.Runtime.Extensions (>= 4.1) - System.Runtime.InteropServices (>= 4.1) - System.Runtime.InteropServices.RuntimeInformation (>= 4.0) - Microsoft.Extensions.DependencyModel (2.1) - Microsoft.DotNet.PlatformAbstractions (>= 2.1) - Newtonsoft.Json (>= 9.0.1) - System.Diagnostics.Debug (>= 4.0.11) - System.Dynamic.Runtime (>= 4.0.11) - System.Linq (>= 4.1) - Microsoft.NETCore.Platforms (2.2.2) - Microsoft.NETCore.Targets (2.1) - Microsoft.Win32.Registry (4.5) - System.Buffers (>= 4.4) - System.Memory (>= 4.5) - System.Security.AccessControl (>= 4.5) - System.Security.Principal.Windows (>= 4.5) - Newtonsoft.Json (12.0.2) - runtime.native.System (4.3.1) - Microsoft.NETCore.Platforms (>= 1.1.1) - Microsoft.NETCore.Targets (>= 1.1.3) - System.AppContext (4.3) - System.Runtime (>= 4.3) - System.Buffers (4.5) - System.Collections (4.3) - Microsoft.NETCore.Platforms (>= 1.1) - Microsoft.NETCore.Targets (>= 1.1) - System.Runtime (>= 4.3) - System.Diagnostics.Debug (4.3) - Microsoft.NETCore.Platforms (>= 1.1) - Microsoft.NETCore.Targets (>= 1.1) - System.Runtime (>= 4.3) - System.Dynamic.Runtime (4.3) - System.Collections (>= 4.3) - System.Diagnostics.Debug (>= 4.3) - System.Linq (>= 4.3) - System.Linq.Expressions (>= 4.3) - System.ObjectModel (>= 4.3) - System.Reflection (>= 4.3) - System.Reflection.Emit (>= 4.3) - System.Reflection.Emit.ILGeneration (>= 4.3) - System.Reflection.Primitives (>= 4.3) - System.Reflection.TypeExtensions (>= 4.3) - System.Resources.ResourceManager (>= 4.3) - System.Runtime (>= 4.3) - System.Runtime.Extensions (>= 4.3) - System.Threading (>= 4.3) - System.Globalization (4.3) - Microsoft.NETCore.Platforms (>= 1.1) - Microsoft.NETCore.Targets (>= 1.1) - System.Runtime (>= 4.3) - System.IO (4.3) - Microsoft.NETCore.Platforms (>= 1.1) - Microsoft.NETCore.Targets (>= 1.1) - System.Runtime (>= 4.3) - System.Text.Encoding (>= 4.3) - System.Threading.Tasks (>= 4.3) - System.IO.FileSystem (4.3) - Microsoft.NETCore.Platforms (>= 1.1) - Microsoft.NETCore.Targets (>= 1.1) - System.IO (>= 4.3) - System.IO.FileSystem.Primitives (>= 4.3) - System.Runtime (>= 4.3) - System.Runtime.Handles (>= 4.3) - System.Text.Encoding (>= 4.3) - System.Threading.Tasks (>= 4.3) - System.IO.FileSystem.Primitives (4.3) - System.Runtime (>= 4.3) - System.Linq (4.3) - System.Collections (>= 4.3) - System.Diagnostics.Debug (>= 4.3) - System.Resources.ResourceManager (>= 4.3) - System.Runtime (>= 4.3) - System.Runtime.Extensions (>= 4.3) - System.Linq.Expressions (4.3) - System.Collections (>= 4.3) - System.Diagnostics.Debug (>= 4.3) - System.Globalization (>= 4.3) - System.IO (>= 4.3) - System.Linq (>= 4.3) - System.ObjectModel (>= 4.3) - System.Reflection (>= 4.3) - System.Reflection.Emit (>= 4.3) - System.Reflection.Emit.ILGeneration (>= 4.3) - System.Reflection.Emit.Lightweight (>= 4.3) - System.Reflection.Extensions (>= 4.3) - System.Reflection.Primitives (>= 4.3) - System.Reflection.TypeExtensions (>= 4.3) - System.Resources.ResourceManager (>= 4.3) - System.Runtime (>= 4.3) - System.Runtime.Extensions (>= 4.3) - System.Threading (>= 4.3) - System.Memory (4.5.3) - System.Buffers (>= 4.4) + Cake.Core (1.1) + Microsoft.CSharp (>= 4.7) + Microsoft.Win32.Registry (>= 5.0) + Microsoft.CSharp (4.7) + Microsoft.Win32.Registry (5.0) + System.Buffers (>= 4.5.1) + System.Memory (>= 4.5.4) + System.Security.AccessControl (>= 5.0) + System.Security.Principal.Windows (>= 5.0) + System.Buffers (4.5.1) + System.Memory (4.5.4) + System.Buffers (>= 4.5.1) System.Numerics.Vectors (>= 4.4) - System.Runtime.CompilerServices.Unsafe (>= 4.5.2) + System.Runtime.CompilerServices.Unsafe (>= 4.5.3) System.Numerics.Vectors (4.5) - System.ObjectModel (4.3) - System.Collections (>= 4.3) - System.Diagnostics.Debug (>= 4.3) - System.Resources.ResourceManager (>= 4.3) - System.Runtime (>= 4.3) - System.Threading (>= 4.3) - System.Reflection (4.3) - Microsoft.NETCore.Platforms (>= 1.1) - Microsoft.NETCore.Targets (>= 1.1) - System.IO (>= 4.3) - System.Reflection.Primitives (>= 4.3) - System.Runtime (>= 4.3) - System.Reflection.Emit (4.3) - System.IO (>= 4.3) - System.Reflection (>= 4.3) - System.Reflection.Emit.ILGeneration (>= 4.3) - System.Reflection.Primitives (>= 4.3) - System.Runtime (>= 4.3) - System.Reflection.Emit.ILGeneration (4.3) - System.Reflection (>= 4.3) - System.Reflection.Primitives (>= 4.3) - System.Runtime (>= 4.3) - System.Reflection.Emit.Lightweight (4.3) - System.Reflection (>= 4.3) - System.Reflection.Emit.ILGeneration (>= 4.3) - System.Reflection.Primitives (>= 4.3) - System.Runtime (>= 4.3) - System.Reflection.Extensions (4.3) - Microsoft.NETCore.Platforms (>= 1.1) - Microsoft.NETCore.Targets (>= 1.1) - System.Reflection (>= 4.3) - System.Runtime (>= 4.3) - System.Reflection.Primitives (4.3) - Microsoft.NETCore.Platforms (>= 1.1) - Microsoft.NETCore.Targets (>= 1.1) - System.Runtime (>= 4.3) - System.Reflection.TypeExtensions (4.5.1) - System.Resources.ResourceManager (4.3) - Microsoft.NETCore.Platforms (>= 1.1) - Microsoft.NETCore.Targets (>= 1.1) - System.Globalization (>= 4.3) - System.Reflection (>= 4.3) - System.Runtime (>= 4.3) - System.Runtime (4.3.1) - Microsoft.NETCore.Platforms (>= 1.1.1) - Microsoft.NETCore.Targets (>= 1.1.3) - System.Runtime.CompilerServices.Unsafe (4.5.2) - System.Runtime.Extensions (4.3.1) - Microsoft.NETCore.Platforms (>= 1.1.1) - Microsoft.NETCore.Targets (>= 1.1.3) - System.Runtime (>= 4.3.1) - System.Runtime.Handles (4.3) - Microsoft.NETCore.Platforms (>= 1.1) - Microsoft.NETCore.Targets (>= 1.1) - System.Runtime (>= 4.3) - System.Runtime.InteropServices (4.3) - Microsoft.NETCore.Platforms (>= 1.1) - Microsoft.NETCore.Targets (>= 1.1) - System.Reflection (>= 4.3) - System.Reflection.Primitives (>= 4.3) - System.Runtime (>= 4.3) - System.Runtime.Handles (>= 4.3) - System.Runtime.InteropServices.RuntimeInformation (4.3) - runtime.native.System (>= 4.3) - System.Reflection (>= 4.3) - System.Reflection.Extensions (>= 4.3) - System.Resources.ResourceManager (>= 4.3) - System.Runtime (>= 4.3) - System.Runtime.InteropServices (>= 4.3) - System.Threading (>= 4.3) - System.Security.AccessControl (4.5) - System.Security.Principal.Windows (>= 4.5) - System.Security.Principal.Windows (4.5.1) - System.Text.Encoding (4.3) - Microsoft.NETCore.Platforms (>= 1.1) - Microsoft.NETCore.Targets (>= 1.1) - System.Runtime (>= 4.3) - System.Threading (4.3) - System.Runtime (>= 4.3) - System.Threading.Tasks (>= 4.3) - System.Threading.Tasks (4.3) - Microsoft.NETCore.Platforms (>= 1.1) - Microsoft.NETCore.Targets (>= 1.1) - System.Runtime (>= 4.3) + System.Runtime.CompilerServices.Unsafe (5.0) + System.Security.AccessControl (5.0) + System.Security.Principal.Windows (>= 5.0) + System.Security.Principal.Windows (5.0) GROUP cake.paket.Module RESTRICTION: == netstandard2.0 NUGET remote: https://www.nuget.org/api/v2 - Cake.Core (0.34.1) - Microsoft.CSharp (>= 4.5) - Microsoft.Extensions.DependencyModel (>= 2.0.4) - Microsoft.Win32.Registry (>= 4.4) - Newtonsoft.Json (>= 11.0.2) - Cake.NuGet (0.34.1) - Cake.Core (>= 0.34.1) - Newtonsoft.Json (>= 11.0.2) - NuGet.Common (>= 5.0) - NuGet.Frameworks (>= 5.0) - NuGet.Packaging (>= 5.0) - NuGet.Protocol (>= 5.0) - NuGet.Resolver (>= 5.0) - NuGet.Versioning (>= 5.0) - Microsoft.CSharp (4.5) - Microsoft.DotNet.PlatformAbstractions (2.1) - System.AppContext (>= 4.1) - System.Collections (>= 4.0.11) - System.IO (>= 4.1) - System.IO.FileSystem (>= 4.0.1) - System.Reflection.TypeExtensions (>= 4.1) - System.Runtime.Extensions (>= 4.1) - System.Runtime.InteropServices (>= 4.1) - System.Runtime.InteropServices.RuntimeInformation (>= 4.0) - Microsoft.Extensions.DependencyModel (2.1) - Microsoft.DotNet.PlatformAbstractions (>= 2.1) - Newtonsoft.Json (>= 9.0.1) - System.Diagnostics.Debug (>= 4.0.11) - System.Dynamic.Runtime (>= 4.0.11) - System.Linq (>= 4.1) - Microsoft.NETCore.Platforms (2.2.2) - Microsoft.NETCore.Targets (2.1) - Microsoft.Win32.Primitives (4.3) - Microsoft.NETCore.Platforms (>= 1.1) - Microsoft.NETCore.Targets (>= 1.1) - System.Runtime (>= 4.3) - Microsoft.Win32.Registry (4.5) - System.Buffers (>= 4.4) - System.Memory (>= 4.5) - System.Security.AccessControl (>= 4.5) - System.Security.Principal.Windows (>= 4.5) - Newtonsoft.Json (12.0.2) - NuGet.Common (5.2) - NuGet.Frameworks (>= 5.2) - System.Diagnostics.Process (>= 4.3) - System.Threading.Thread (>= 4.3) - NuGet.Configuration (5.2) - NuGet.Common (>= 5.2) - System.Security.Cryptography.ProtectedData (>= 4.3) - NuGet.Frameworks (5.2) - NuGet.Packaging (5.2) + Cake.Core (1.1) + Microsoft.CSharp (>= 4.7) + Microsoft.Win32.Registry (>= 5.0) + Cake.NuGet (1.1) + Cake.Core (>= 1.1) + Microsoft.DotNet.PlatformAbstractions (>= 3.1.6) + Newtonsoft.Json (>= 12.0.3) + NuGet.Common (>= 5.8.1) + NuGet.Frameworks (>= 5.8.1) + NuGet.Packaging (>= 5.8.1) + NuGet.Protocol (>= 5.8.1) + NuGet.Resolver (>= 5.8.1) + NuGet.Versioning (>= 5.8.1) + Microsoft.CSharp (4.7) + Microsoft.DotNet.PlatformAbstractions (3.1.6) + Microsoft.Win32.Registry (5.0) + System.Buffers (>= 4.5.1) + System.Memory (>= 4.5.4) + System.Security.AccessControl (>= 5.0) + System.Security.Principal.Windows (>= 5.0) + Newtonsoft.Json (13.0.1) + NuGet.Common (5.9) + NuGet.Frameworks (>= 5.9) + NuGet.Configuration (5.9) + NuGet.Common (>= 5.9) + System.Security.Cryptography.ProtectedData (>= 4.4) + NuGet.Frameworks (5.9) + NuGet.Packaging (5.9) Newtonsoft.Json (>= 9.0.1) - NuGet.Configuration (>= 5.2) - NuGet.Versioning (>= 5.2) - System.Dynamic.Runtime (>= 4.3) - NuGet.Protocol (5.2) - NuGet.Packaging (>= 5.2) - System.Dynamic.Runtime (>= 4.3) - NuGet.Resolver (5.2) - NuGet.Protocol (>= 5.2) - NuGet.Versioning (5.2) - runtime.native.System (4.3.1) - Microsoft.NETCore.Platforms (>= 1.1.1) - Microsoft.NETCore.Targets (>= 1.1.3) - System.AppContext (4.3) - System.Runtime (>= 4.3) - System.Buffers (4.5) - System.Collections (4.3) - Microsoft.NETCore.Platforms (>= 1.1) - Microsoft.NETCore.Targets (>= 1.1) - System.Runtime (>= 4.3) - System.Diagnostics.Debug (4.3) - Microsoft.NETCore.Platforms (>= 1.1) - Microsoft.NETCore.Targets (>= 1.1) - System.Runtime (>= 4.3) - System.Diagnostics.Process (4.3) - Microsoft.NETCore.Platforms (>= 1.1) - Microsoft.Win32.Primitives (>= 4.3) - Microsoft.Win32.Registry (>= 4.3) - runtime.native.System (>= 4.3) - System.Collections (>= 4.3) - System.Diagnostics.Debug (>= 4.3) - System.Globalization (>= 4.3) - System.IO (>= 4.3) - System.IO.FileSystem (>= 4.3) - System.IO.FileSystem.Primitives (>= 4.3) - System.Resources.ResourceManager (>= 4.3) - System.Runtime (>= 4.3) - System.Runtime.Extensions (>= 4.3) - System.Runtime.Handles (>= 4.3) - System.Runtime.InteropServices (>= 4.3) - System.Text.Encoding (>= 4.3) - System.Text.Encoding.Extensions (>= 4.3) - System.Threading (>= 4.3) - System.Threading.Tasks (>= 4.3) - System.Threading.Thread (>= 4.3) - System.Threading.ThreadPool (>= 4.3) - System.Dynamic.Runtime (4.3) - System.Collections (>= 4.3) - System.Diagnostics.Debug (>= 4.3) - System.Linq (>= 4.3) - System.Linq.Expressions (>= 4.3) - System.ObjectModel (>= 4.3) - System.Reflection (>= 4.3) - System.Reflection.Emit (>= 4.3) - System.Reflection.Emit.ILGeneration (>= 4.3) - System.Reflection.Primitives (>= 4.3) - System.Reflection.TypeExtensions (>= 4.3) - System.Resources.ResourceManager (>= 4.3) - System.Runtime (>= 4.3) - System.Runtime.Extensions (>= 4.3) - System.Threading (>= 4.3) - System.Globalization (4.3) - Microsoft.NETCore.Platforms (>= 1.1) - Microsoft.NETCore.Targets (>= 1.1) - System.Runtime (>= 4.3) - System.IO (4.3) - Microsoft.NETCore.Platforms (>= 1.1) - Microsoft.NETCore.Targets (>= 1.1) - System.Runtime (>= 4.3) - System.Text.Encoding (>= 4.3) - System.Threading.Tasks (>= 4.3) - System.IO.FileSystem (4.3) - Microsoft.NETCore.Platforms (>= 1.1) - Microsoft.NETCore.Targets (>= 1.1) - System.IO (>= 4.3) - System.IO.FileSystem.Primitives (>= 4.3) - System.Runtime (>= 4.3) - System.Runtime.Handles (>= 4.3) - System.Text.Encoding (>= 4.3) - System.Threading.Tasks (>= 4.3) - System.IO.FileSystem.Primitives (4.3) - System.Runtime (>= 4.3) - System.Linq (4.3) - System.Collections (>= 4.3) - System.Diagnostics.Debug (>= 4.3) - System.Resources.ResourceManager (>= 4.3) - System.Runtime (>= 4.3) - System.Runtime.Extensions (>= 4.3) - System.Linq.Expressions (4.3) - System.Collections (>= 4.3) - System.Diagnostics.Debug (>= 4.3) - System.Globalization (>= 4.3) - System.IO (>= 4.3) - System.Linq (>= 4.3) - System.ObjectModel (>= 4.3) - System.Reflection (>= 4.3) - System.Reflection.Emit (>= 4.3) - System.Reflection.Emit.ILGeneration (>= 4.3) - System.Reflection.Emit.Lightweight (>= 4.3) - System.Reflection.Extensions (>= 4.3) - System.Reflection.Primitives (>= 4.3) - System.Reflection.TypeExtensions (>= 4.3) - System.Resources.ResourceManager (>= 4.3) - System.Runtime (>= 4.3) - System.Runtime.Extensions (>= 4.3) - System.Threading (>= 4.3) - System.Memory (4.5.3) - System.Buffers (>= 4.4) + NuGet.Configuration (>= 5.9) + NuGet.Versioning (>= 5.9) + System.Security.Cryptography.Cng (>= 5.0) + System.Security.Cryptography.Pkcs (>= 5.0) + NuGet.Protocol (5.9) + NuGet.Packaging (>= 5.9) + NuGet.Resolver (5.9) + NuGet.Protocol (>= 5.9) + NuGet.Versioning (5.9) + System.Buffers (4.5.1) + System.Formats.Asn1 (5.0) + System.Buffers (>= 4.5.1) + System.Memory (>= 4.5.4) + System.Memory (4.5.4) + System.Buffers (>= 4.5.1) System.Numerics.Vectors (>= 4.4) - System.Runtime.CompilerServices.Unsafe (>= 4.5.2) + System.Runtime.CompilerServices.Unsafe (>= 4.5.3) System.Numerics.Vectors (4.5) - System.ObjectModel (4.3) - System.Collections (>= 4.3) - System.Diagnostics.Debug (>= 4.3) - System.Resources.ResourceManager (>= 4.3) - System.Runtime (>= 4.3) - System.Threading (>= 4.3) - System.Reflection (4.3) - Microsoft.NETCore.Platforms (>= 1.1) - Microsoft.NETCore.Targets (>= 1.1) - System.IO (>= 4.3) - System.Reflection.Primitives (>= 4.3) - System.Runtime (>= 4.3) - System.Reflection.Emit (4.3) - System.IO (>= 4.3) - System.Reflection (>= 4.3) - System.Reflection.Emit.ILGeneration (>= 4.3) - System.Reflection.Primitives (>= 4.3) - System.Runtime (>= 4.3) - System.Reflection.Emit.ILGeneration (4.3) - System.Reflection (>= 4.3) - System.Reflection.Primitives (>= 4.3) - System.Runtime (>= 4.3) - System.Reflection.Emit.Lightweight (4.3) - System.Reflection (>= 4.3) - System.Reflection.Emit.ILGeneration (>= 4.3) - System.Reflection.Primitives (>= 4.3) - System.Runtime (>= 4.3) - System.Reflection.Extensions (4.3) - Microsoft.NETCore.Platforms (>= 1.1) - Microsoft.NETCore.Targets (>= 1.1) - System.Reflection (>= 4.3) - System.Runtime (>= 4.3) - System.Reflection.Primitives (4.3) - Microsoft.NETCore.Platforms (>= 1.1) - Microsoft.NETCore.Targets (>= 1.1) - System.Runtime (>= 4.3) - System.Reflection.TypeExtensions (4.5.1) - System.Resources.ResourceManager (4.3) - Microsoft.NETCore.Platforms (>= 1.1) - Microsoft.NETCore.Targets (>= 1.1) - System.Globalization (>= 4.3) - System.Reflection (>= 4.3) - System.Runtime (>= 4.3) - System.Runtime (4.3.1) - Microsoft.NETCore.Platforms (>= 1.1.1) - Microsoft.NETCore.Targets (>= 1.1.3) - System.Runtime.CompilerServices.Unsafe (4.5.2) - System.Runtime.Extensions (4.3.1) - Microsoft.NETCore.Platforms (>= 1.1.1) - Microsoft.NETCore.Targets (>= 1.1.3) - System.Runtime (>= 4.3.1) - System.Runtime.Handles (4.3) - Microsoft.NETCore.Platforms (>= 1.1) - Microsoft.NETCore.Targets (>= 1.1) - System.Runtime (>= 4.3) - System.Runtime.InteropServices (4.3) - Microsoft.NETCore.Platforms (>= 1.1) - Microsoft.NETCore.Targets (>= 1.1) - System.Reflection (>= 4.3) - System.Reflection.Primitives (>= 4.3) - System.Runtime (>= 4.3) - System.Runtime.Handles (>= 4.3) - System.Runtime.InteropServices.RuntimeInformation (4.3) - runtime.native.System (>= 4.3) - System.Reflection (>= 4.3) - System.Reflection.Extensions (>= 4.3) - System.Resources.ResourceManager (>= 4.3) - System.Runtime (>= 4.3) - System.Runtime.InteropServices (>= 4.3) - System.Threading (>= 4.3) - System.Security.AccessControl (4.5) - System.Security.Principal.Windows (>= 4.5) - System.Security.Cryptography.ProtectedData (4.5) - System.Memory (>= 4.5) - System.Security.Principal.Windows (4.5.1) - System.Text.Encoding (4.3) - Microsoft.NETCore.Platforms (>= 1.1) - Microsoft.NETCore.Targets (>= 1.1) - System.Runtime (>= 4.3) - System.Text.Encoding.Extensions (4.3) - Microsoft.NETCore.Platforms (>= 1.1) - Microsoft.NETCore.Targets (>= 1.1) - System.Runtime (>= 4.3) - System.Text.Encoding (>= 4.3) - System.Threading (4.3) - System.Runtime (>= 4.3) - System.Threading.Tasks (>= 4.3) - System.Threading.Tasks (4.3) - Microsoft.NETCore.Platforms (>= 1.1) - Microsoft.NETCore.Targets (>= 1.1) - System.Runtime (>= 4.3) - System.Threading.Thread (4.3) - System.Runtime (>= 4.3) - System.Threading.ThreadPool (4.3) - System.Runtime (>= 4.3) - System.Runtime.Handles (>= 4.3) + System.Runtime.CompilerServices.Unsafe (5.0) + System.Security.AccessControl (5.0) + System.Security.Principal.Windows (>= 5.0) + System.Security.Cryptography.Cng (5.0) + System.Security.Cryptography.Pkcs (5.0.1) + System.Buffers (>= 4.5.1) + System.Formats.Asn1 (>= 5.0) + System.Memory (>= 4.5.4) + System.Security.Cryptography.Cng (>= 5.0) + System.Security.Cryptography.ProtectedData (5.0) + System.Memory (>= 4.5.4) + System.Security.Principal.Windows (5.0) GROUP cake.paket.unittests RESTRICTION: == netcoreapp2.0 NUGET remote: https://www.nuget.org/api/v2 - Cake.Core (0.34.1) - Microsoft.CSharp (>= 4.5) - Microsoft.Extensions.DependencyModel (>= 2.0.4) - Microsoft.Win32.Registry (>= 4.4) - Newtonsoft.Json (>= 11.0.2) - Cake.NuGet (0.34.1) - Cake.Core (>= 0.34.1) - Newtonsoft.Json (>= 11.0.2) - NuGet.Common (>= 5.0) - NuGet.Frameworks (>= 5.0) - NuGet.Packaging (>= 5.0) - NuGet.Protocol (>= 5.0) - NuGet.Resolver (>= 5.0) - NuGet.Versioning (>= 5.0) - Cake.Testing (0.34.1) - Cake.Core (>= 0.34.1) - Castle.Core (4.4) + Cake.Core (1.1) + Microsoft.CSharp (>= 4.7) + Microsoft.Win32.Registry (>= 5.0) + Cake.NuGet (1.1) + Cake.Core (>= 1.1) + Microsoft.DotNet.PlatformAbstractions (>= 3.1.6) + Newtonsoft.Json (>= 12.0.3) + NuGet.Common (>= 5.8.1) + NuGet.Frameworks (>= 5.8.1) + NuGet.Packaging (>= 5.8.1) + NuGet.Protocol (>= 5.8.1) + NuGet.Resolver (>= 5.8.1) + NuGet.Versioning (>= 5.8.1) + Cake.Testing (1.1) + Cake.Core (>= 1.1) + Castle.Core (4.4.1) NETStandard.Library (>= 1.6.1) System.Collections.Specialized (>= 4.3) System.ComponentModel (>= 4.3) @@ -508,62 +135,40 @@ NUGET FluentAssertions (4.19.4) NETStandard.Library (>= 1.6) System.Reflection.TypeExtensions (>= 4.1) - Microsoft.CSharp (4.5) - Microsoft.DotNet.PlatformAbstractions (2.1) - System.AppContext (>= 4.1) - System.Collections (>= 4.0.11) - System.IO (>= 4.1) - System.IO.FileSystem (>= 4.0.1) - System.Reflection.TypeExtensions (>= 4.1) - System.Runtime.Extensions (>= 4.1) - System.Runtime.InteropServices (>= 4.1) - System.Runtime.InteropServices.RuntimeInformation (>= 4.0) - Microsoft.Extensions.DependencyModel (2.1) - Microsoft.DotNet.PlatformAbstractions (>= 2.1) - Newtonsoft.Json (>= 9.0.1) - System.Diagnostics.Debug (>= 4.0.11) - System.Dynamic.Runtime (>= 4.0.11) - System.Linq (>= 4.1) - Microsoft.NETCore.Platforms (2.2.2) - Microsoft.NETCore.Targets (2.1) - Microsoft.Win32.Primitives (4.3) - Microsoft.NETCore.Platforms (>= 1.1) - Microsoft.NETCore.Targets (>= 1.1) - System.Runtime (>= 4.3) - Microsoft.Win32.Registry (4.5) - System.Memory (>= 4.5) - System.Security.AccessControl (>= 4.5) - System.Security.Principal.Windows (>= 4.5) + Microsoft.CSharp (4.7) + Microsoft.DotNet.PlatformAbstractions (3.1.6) + Microsoft.NETCore.Platforms (5.0.1) + Microsoft.NETCore.Targets (5.0) + Microsoft.Win32.Registry (5.0) + System.Memory (>= 4.5.4) + System.Security.AccessControl (>= 5.0) + System.Security.Principal.Windows (>= 5.0) NETStandard.Library (2.0.3) Microsoft.NETCore.Platforms (>= 1.1) - Newtonsoft.Json (12.0.2) - NSubstitute (4.2.1) + Newtonsoft.Json (13.0.1) + NSubstitute (4.2.2) Castle.Core (>= 4.4) System.Threading.Tasks.Extensions (>= 4.3) - NuGet.Common (5.2) - NuGet.Frameworks (>= 5.2) - System.Diagnostics.Process (>= 4.3) - System.Threading.Thread (>= 4.3) - NuGet.Configuration (5.2) - NuGet.Common (>= 5.2) - System.Security.Cryptography.ProtectedData (>= 4.3) - NuGet.Frameworks (5.2) - NuGet.Packaging (5.2) + NuGet.Common (5.9) + NuGet.Frameworks (>= 5.9) + NuGet.Configuration (5.9) + NuGet.Common (>= 5.9) + System.Security.Cryptography.ProtectedData (>= 4.4) + NuGet.Frameworks (5.9) + NuGet.Packaging (5.9) Newtonsoft.Json (>= 9.0.1) - NuGet.Configuration (>= 5.2) - NuGet.Versioning (>= 5.2) - System.Dynamic.Runtime (>= 4.3) - NuGet.Protocol (5.2) - NuGet.Packaging (>= 5.2) - System.Dynamic.Runtime (>= 4.3) - NuGet.Resolver (5.2) - NuGet.Protocol (>= 5.2) - NuGet.Versioning (5.2) + NuGet.Configuration (>= 5.9) + NuGet.Versioning (>= 5.9) + System.Security.Cryptography.Cng (>= 5.0) + System.Security.Cryptography.Pkcs (>= 5.0) + NuGet.Protocol (5.9) + NuGet.Packaging (>= 5.9) + NuGet.Resolver (5.9) + NuGet.Protocol (>= 5.9) + NuGet.Versioning (5.9) runtime.native.System (4.3.1) Microsoft.NETCore.Platforms (>= 1.1.1) Microsoft.NETCore.Targets (>= 1.1.3) - System.AppContext (4.3) - System.Runtime (>= 4.3) System.Collections (4.3) Microsoft.NETCore.Platforms (>= 1.1) Microsoft.NETCore.Targets (>= 1.1) @@ -609,28 +214,6 @@ NUGET Microsoft.NETCore.Platforms (>= 1.1) Microsoft.NETCore.Targets (>= 1.1) System.Runtime (>= 4.3) - System.Diagnostics.Process (4.3) - Microsoft.NETCore.Platforms (>= 1.1) - Microsoft.Win32.Primitives (>= 4.3) - Microsoft.Win32.Registry (>= 4.3) - runtime.native.System (>= 4.3) - System.Collections (>= 4.3) - System.Diagnostics.Debug (>= 4.3) - System.Globalization (>= 4.3) - System.IO (>= 4.3) - System.IO.FileSystem (>= 4.3) - System.IO.FileSystem.Primitives (>= 4.3) - System.Resources.ResourceManager (>= 4.3) - System.Runtime (>= 4.3) - System.Runtime.Extensions (>= 4.3) - System.Runtime.Handles (>= 4.3) - System.Runtime.InteropServices (>= 4.3) - System.Text.Encoding (>= 4.3) - System.Text.Encoding.Extensions (>= 4.3) - System.Threading (>= 4.3) - System.Threading.Tasks (>= 4.3) - System.Threading.Thread (>= 4.3) - System.Threading.ThreadPool (>= 4.3) System.Diagnostics.TraceSource (4.3) Microsoft.NETCore.Platforms (>= 1.1) runtime.native.System (>= 4.3) @@ -656,6 +239,8 @@ NUGET System.Runtime (>= 4.3) System.Runtime.Extensions (>= 4.3) System.Threading (>= 4.3) + System.Formats.Asn1 (5.0) + System.Memory (>= 4.5.4) System.Globalization (4.3) Microsoft.NETCore.Platforms (>= 1.1) Microsoft.NETCore.Targets (>= 1.1) @@ -708,8 +293,8 @@ NUGET System.Runtime (>= 4.3) System.Runtime.Extensions (>= 4.3) System.Threading (>= 4.3) - System.Memory (4.5.3) - System.Runtime.CompilerServices.Unsafe (>= 4.5.2) + System.Memory (4.5.4) + System.Runtime.CompilerServices.Unsafe (>= 4.5.3) System.ObjectModel (4.3) System.Collections (>= 4.3) System.Diagnostics.Debug (>= 4.3) @@ -722,21 +307,9 @@ NUGET System.IO (>= 4.3) System.Reflection.Primitives (>= 4.3) System.Runtime (>= 4.3) - System.Reflection.Emit (4.3) - System.IO (>= 4.3) - System.Reflection (>= 4.3) - System.Reflection.Emit.ILGeneration (>= 4.3) - System.Reflection.Primitives (>= 4.3) - System.Runtime (>= 4.3) - System.Reflection.Emit.ILGeneration (4.3) - System.Reflection (>= 4.3) - System.Reflection.Primitives (>= 4.3) - System.Runtime (>= 4.3) - System.Reflection.Emit.Lightweight (4.3) - System.Reflection (>= 4.3) - System.Reflection.Emit.ILGeneration (>= 4.3) - System.Reflection.Primitives (>= 4.3) - System.Runtime (>= 4.3) + System.Reflection.Emit (4.7) + System.Reflection.Emit.ILGeneration (4.7) + System.Reflection.Emit.Lightweight (4.7) System.Reflection.Extensions (4.3) Microsoft.NETCore.Platforms (>= 1.1) Microsoft.NETCore.Targets (>= 1.1) @@ -746,7 +319,7 @@ NUGET Microsoft.NETCore.Platforms (>= 1.1) Microsoft.NETCore.Targets (>= 1.1) System.Runtime (>= 4.3) - System.Reflection.TypeExtensions (4.5.1) + System.Reflection.TypeExtensions (4.7) System.Resources.ResourceManager (4.3) Microsoft.NETCore.Platforms (>= 1.1) Microsoft.NETCore.Targets (>= 1.1) @@ -756,7 +329,7 @@ NUGET System.Runtime (4.3.1) Microsoft.NETCore.Platforms (>= 1.1.1) Microsoft.NETCore.Targets (>= 1.1.3) - System.Runtime.CompilerServices.Unsafe (4.5.2) + System.Runtime.CompilerServices.Unsafe (5.0) System.Runtime.Extensions (4.3.1) Microsoft.NETCore.Platforms (>= 1.1.1) Microsoft.NETCore.Targets (>= 1.1.3) @@ -772,21 +345,19 @@ NUGET System.Reflection.Primitives (>= 4.3) System.Runtime (>= 4.3) System.Runtime.Handles (>= 4.3) - System.Runtime.InteropServices.RuntimeInformation (4.3) - runtime.native.System (>= 4.3) - System.Reflection (>= 4.3) - System.Reflection.Extensions (>= 4.3) - System.Resources.ResourceManager (>= 4.3) - System.Runtime (>= 4.3) - System.Runtime.InteropServices (>= 4.3) - System.Threading (>= 4.3) - System.Security.AccessControl (4.5) - Microsoft.NETCore.Platforms (>= 2.0) - System.Security.Principal.Windows (>= 4.5) - System.Security.Cryptography.ProtectedData (4.5) - System.Memory (>= 4.5) - System.Security.Principal.Windows (4.5.1) - Microsoft.NETCore.Platforms (>= 2.0) + System.Security.AccessControl (5.0) + Microsoft.NETCore.Platforms (>= 5.0) + System.Security.Principal.Windows (>= 5.0) + System.Security.Cryptography.Cng (5.0) + Microsoft.NETCore.Platforms (>= 5.0) + System.Security.Cryptography.Pkcs (5.0.1) + System.Formats.Asn1 (>= 5.0) + System.Memory (>= 4.5.4) + System.Security.Cryptography.Cng (>= 5.0) + System.Security.Cryptography.ProtectedData (5.0) + System.Memory (>= 4.5.4) + System.Security.Principal.Windows (5.0) + Microsoft.NETCore.Platforms (>= 5.0) System.Text.Encoding (4.3) Microsoft.NETCore.Platforms (>= 1.1) Microsoft.NETCore.Targets (>= 1.1) @@ -805,13 +376,8 @@ NUGET Microsoft.NETCore.Platforms (>= 1.1) Microsoft.NETCore.Targets (>= 1.1) System.Runtime (>= 4.3) - System.Threading.Tasks.Extensions (4.5.3) - System.Runtime.CompilerServices.Unsafe (>= 4.5.2) - System.Threading.Thread (4.3) - System.Runtime (>= 4.3) - System.Threading.ThreadPool (4.3) - System.Runtime (>= 4.3) - System.Runtime.Handles (>= 4.3) + System.Threading.Tasks.Extensions (4.5.4) + System.Runtime.CompilerServices.Unsafe (>= 4.5.3) System.Xml.ReaderWriter (4.3.1) System.Collections (>= 4.3) System.Diagnostics.Debug (>= 4.3) @@ -867,9 +433,9 @@ GROUP tools RESTRICTION: == netstandard2.0 NUGET remote: https://www.nuget.org/api/v2 - Cake (0.34.1) - Codecov (1.7.2) - GitReleaseManager (0.8) - GitVersion.CommandLine (5.0.1) + Cake (0.38.5) + Codecov (1.13) + gitreleasemanager (0.11) + GitVersion.CommandLine (5.6.7) OpenCover (4.7.922) xunit.runner.console (2.4.1)