Updating versions to 1.2.0-*
This commit is contained in:
parent
1889ef7dd7
commit
8e4ab2c6ff
|
|
@ -4,11 +4,11 @@
|
|||
"emitEntryPoint": true
|
||||
},
|
||||
"dependencies": {
|
||||
"Microsoft.AspNetCore.DataProtection": "1.1.0-*",
|
||||
"Microsoft.AspNetCore.DataProtection": "1.2.0-*",
|
||||
"Microsoft.AspNetCore.DataProtection.AzureStorage": "1.0.0-*",
|
||||
"Microsoft.Extensions.DependencyInjection": "1.1.0-*",
|
||||
"Microsoft.Extensions.Logging": "1.1.0-*",
|
||||
"Microsoft.Extensions.Logging.Console": "1.1.0-*",
|
||||
"Microsoft.Extensions.DependencyInjection": "1.2.0-*",
|
||||
"Microsoft.Extensions.Logging": "1.2.0-*",
|
||||
"Microsoft.Extensions.Logging.Console": "1.2.0-*",
|
||||
"Microsoft.NETCore.App": {
|
||||
"type": "platform",
|
||||
"version": "1.1.0-*"
|
||||
|
|
|
|||
|
|
@ -6,9 +6,9 @@
|
|||
},
|
||||
"dependencies": {
|
||||
"Microsoft.AspNetCore.DataProtection.Redis": "0.1.0-*",
|
||||
"Microsoft.Extensions.DependencyInjection": "1.1.0-*",
|
||||
"Microsoft.Extensions.Logging": "1.1.0-*",
|
||||
"Microsoft.Extensions.Logging.Console": "1.1.0-*"
|
||||
"Microsoft.Extensions.DependencyInjection": "1.2.0-*",
|
||||
"Microsoft.Extensions.Logging": "1.2.0-*",
|
||||
"Microsoft.Extensions.Logging.Console": "1.2.0-*"
|
||||
},
|
||||
"frameworks": {
|
||||
"netcoreapp1.1": {
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"version": "1.1.0-*",
|
||||
"version": "1.2.0-*",
|
||||
"description": "Infrastructure for ASP.NET Core cryptographic packages. Applications and libraries should not reference this package directly.",
|
||||
"packOptions": {
|
||||
"repository": {
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"version": "1.1.0-*",
|
||||
"version": "1.2.0-*",
|
||||
"description": "ASP.NET Core utilities for key derivation.",
|
||||
"packOptions": {
|
||||
"repository": {
|
||||
|
|
@ -12,7 +12,9 @@
|
|||
]
|
||||
},
|
||||
"dependencies": {
|
||||
"Microsoft.AspNetCore.Cryptography.Internal": "1.1.0-*",
|
||||
"Microsoft.AspNetCore.Cryptography.Internal": {
|
||||
"target": "project"
|
||||
},
|
||||
"NETStandard.Library": "1.6.1-*"
|
||||
},
|
||||
"frameworks": {
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"version": "1.1.0-*",
|
||||
"version": "1.2.0-*",
|
||||
"description": "ASP.NET Core data protection abstractions.\r\nCommonly used types:\r\nMicrosoft.AspNetCore.DataProtection.IDataProtectionProvider\r\nMicrosoft.AspNetCore.DataProtection.IDataProtector",
|
||||
"packOptions": {
|
||||
"repository": {
|
||||
|
|
@ -14,11 +14,11 @@
|
|||
"dependencies": {
|
||||
"Microsoft.AspNetCore.DataProtection.Sources": {
|
||||
"type": "build",
|
||||
"version": "1.1.0-*"
|
||||
"target": "project"
|
||||
},
|
||||
"Microsoft.Extensions.WebEncoders.Sources": {
|
||||
"type": "build",
|
||||
"version": "1.1.0-*"
|
||||
"version": "1.2.0-*"
|
||||
},
|
||||
"NETStandard.Library": "1.6.1-*"
|
||||
},
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"version": "1.0.0-*",
|
||||
"version": "1.1.0-*",
|
||||
"description": "Microsoft Azure Blob storrage support as key store.",
|
||||
"packOptions": {
|
||||
"repository": {
|
||||
|
|
@ -14,7 +14,9 @@
|
|||
]
|
||||
},
|
||||
"dependencies": {
|
||||
"Microsoft.AspNetCore.DataProtection": "1.1.0-*",
|
||||
"Microsoft.AspNetCore.DataProtection": {
|
||||
"target": "project"
|
||||
},
|
||||
"NETStandard.Library": "1.6.1-*",
|
||||
"WindowsAzure.Storage": "7.2.1"
|
||||
},
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"version": "1.1.0-*",
|
||||
"version": "1.2.0-*",
|
||||
"description": "Additional APIs for ASP.NET Core data protection.",
|
||||
"packOptions": {
|
||||
"repository": {
|
||||
|
|
@ -12,12 +12,14 @@
|
|||
]
|
||||
},
|
||||
"dependencies": {
|
||||
"Microsoft.AspNetCore.DataProtection": "1.1.0-*",
|
||||
"Microsoft.AspNetCore.DataProtection": {
|
||||
"target": "project"
|
||||
},
|
||||
"Microsoft.AspNetCore.DataProtection.Sources": {
|
||||
"type": "build",
|
||||
"version": "1.1.0-*"
|
||||
"target": "project"
|
||||
},
|
||||
"Microsoft.Extensions.DependencyInjection": "1.1.0-*",
|
||||
"Microsoft.Extensions.DependencyInjection": "1.2.0-*",
|
||||
"NETStandard.Library": "1.6.1-*"
|
||||
},
|
||||
"frameworks": {
|
||||
|
|
|
|||
|
|
@ -13,7 +13,9 @@
|
|||
]
|
||||
},
|
||||
"dependencies": {
|
||||
"Microsoft.AspNetCore.DataProtection": "1.1.0-*",
|
||||
"Microsoft.AspNetCore.DataProtection": {
|
||||
"target": "project"
|
||||
},
|
||||
"NETStandard.Library": "1.6.1-*",
|
||||
"StackExchange.Redis.StrongName": "1.1.605"
|
||||
},
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"version": "1.1.0-*",
|
||||
"version": "1.2.0-*",
|
||||
"description": "ASP.NET Core data protection shared code.",
|
||||
"packOptions": {
|
||||
"repository": {
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"version": "1.1.0-*",
|
||||
"version": "1.2.0-*",
|
||||
"description": "A component to allow the ASP.NET Core data protection stack to work with the ASP.NET 4.x <machineKey> element.",
|
||||
"packOptions": {
|
||||
"repository": {
|
||||
|
|
@ -20,8 +20,8 @@
|
|||
"frameworks": {
|
||||
"net451": {
|
||||
"dependencies": {
|
||||
"Microsoft.AspNetCore.DataProtection": "1.1.0-*",
|
||||
"Microsoft.Extensions.DependencyInjection": "1.1.0-*"
|
||||
"Microsoft.AspNetCore.DataProtection": "1.2.0-*",
|
||||
"Microsoft.Extensions.DependencyInjection": "1.2.0-*"
|
||||
},
|
||||
"frameworkAssemblies": {
|
||||
"System.Configuration": "4.0.0.0",
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"version": "1.1.0-*",
|
||||
"version": "1.2.0-*",
|
||||
"description": "ASP.NET Core logic to protect and unprotect data, similar to DPAPI.",
|
||||
"packOptions": {
|
||||
"repository": {
|
||||
|
|
@ -12,16 +12,20 @@
|
|||
]
|
||||
},
|
||||
"dependencies": {
|
||||
"Microsoft.AspNetCore.Cryptography.Internal": "1.1.0-*",
|
||||
"Microsoft.AspNetCore.DataProtection.Abstractions": "1.1.0-*",
|
||||
"Microsoft.AspNetCore.Cryptography.Internal": {
|
||||
"target": "project"
|
||||
},
|
||||
"Microsoft.AspNetCore.DataProtection.Abstractions": {
|
||||
"target": "project"
|
||||
},
|
||||
"Microsoft.AspNetCore.DataProtection.Sources": {
|
||||
"type": "build",
|
||||
"version": "1.1.0-*"
|
||||
"target": "project"
|
||||
},
|
||||
"Microsoft.AspNetCore.Hosting.Abstractions": "1.1.0-*",
|
||||
"Microsoft.Extensions.DependencyInjection.Abstractions": "1.1.0-*",
|
||||
"Microsoft.Extensions.Logging.Abstractions": "1.1.0-*",
|
||||
"Microsoft.Extensions.Options": "1.1.0-*",
|
||||
"Microsoft.AspNetCore.Hosting.Abstractions": "1.2.0-*",
|
||||
"Microsoft.Extensions.DependencyInjection.Abstractions": "1.2.0-*",
|
||||
"Microsoft.Extensions.Logging.Abstractions": "1.2.0-*",
|
||||
"Microsoft.Extensions.Options": "1.2.0-*",
|
||||
"NETStandard.Library": "1.6.1-*"
|
||||
},
|
||||
"frameworks": {
|
||||
|
|
|
|||
|
|
@ -1,12 +1,12 @@
|
|||
{
|
||||
"dependencies": {
|
||||
"dotnet-test-xunit": "2.2.0-*",
|
||||
"Microsoft.AspNetCore.Cryptography.Internal": "1.1.0-*",
|
||||
"Microsoft.AspNetCore.Cryptography.Internal": "1.2.0-*",
|
||||
"Microsoft.AspNetCore.DataProtection.Test.Shared": {
|
||||
"type": "build",
|
||||
"version": "1.0.0-*"
|
||||
},
|
||||
"Microsoft.AspNetCore.Testing": "1.1.0-*",
|
||||
"Microsoft.AspNetCore.Testing": "1.2.0-*",
|
||||
"xunit": "2.2.0-*"
|
||||
},
|
||||
"frameworks": {
|
||||
|
|
|
|||
|
|
@ -1,10 +1,10 @@
|
|||
{
|
||||
"dependencies": {
|
||||
"dotnet-test-xunit": "2.2.0-*",
|
||||
"Microsoft.AspNetCore.Cryptography.Internal": "1.1.0-*",
|
||||
"Microsoft.AspNetCore.Cryptography.KeyDerivation": "1.1.0-*",
|
||||
"Microsoft.AspNetCore.Cryptography.Internal": "1.2.0-*",
|
||||
"Microsoft.AspNetCore.Cryptography.KeyDerivation": "1.2.0-*",
|
||||
"Microsoft.AspNetCore.DataProtection.Test.Shared": "1.0.0-*",
|
||||
"Microsoft.AspNetCore.Testing": "1.1.0-*",
|
||||
"Microsoft.AspNetCore.Testing": "1.2.0-*",
|
||||
"xunit": "2.2.0-*"
|
||||
},
|
||||
"frameworks": {
|
||||
|
|
|
|||
|
|
@ -1,9 +1,9 @@
|
|||
{
|
||||
"dependencies": {
|
||||
"dotnet-test-xunit": "2.2.0-*",
|
||||
"Microsoft.AspNetCore.Cryptography.Internal": "1.1.0-*",
|
||||
"Microsoft.AspNetCore.DataProtection.Abstractions": "1.1.0-*",
|
||||
"Microsoft.AspNetCore.Testing": "1.1.0-*",
|
||||
"Microsoft.AspNetCore.Cryptography.Internal": "1.2.0-*",
|
||||
"Microsoft.AspNetCore.DataProtection.Abstractions": "1.2.0-*",
|
||||
"Microsoft.AspNetCore.Testing": "1.2.0-*",
|
||||
"Moq": "4.6.36-*",
|
||||
"xunit": "2.2.0-*"
|
||||
},
|
||||
|
|
|
|||
|
|
@ -1,10 +1,10 @@
|
|||
{
|
||||
"dependencies": {
|
||||
"dotnet-test-xunit": "2.2.0-*",
|
||||
"Microsoft.AspNetCore.DataProtection": "1.1.0-*",
|
||||
"Microsoft.AspNetCore.DataProtection": "1.2.0-*",
|
||||
"Microsoft.AspNetCore.DataProtection.AzureStorage": "1.0.0-*",
|
||||
"Microsoft.AspNetCore.Testing": "1.1.0-*",
|
||||
"Microsoft.Extensions.DependencyInjection": "1.1.0-*",
|
||||
"Microsoft.AspNetCore.Testing": "1.2.0-*",
|
||||
"Microsoft.Extensions.DependencyInjection": "1.2.0-*",
|
||||
"Moq": "4.6.36-*",
|
||||
"xunit": "2.2.0-*"
|
||||
},
|
||||
|
|
|
|||
|
|
@ -1,13 +1,13 @@
|
|||
{
|
||||
"dependencies": {
|
||||
"dotnet-test-xunit": "2.2.0-*",
|
||||
"Microsoft.AspNetCore.DataProtection.Abstractions": "1.1.0-*",
|
||||
"Microsoft.AspNetCore.DataProtection.Extensions": "1.1.0-*",
|
||||
"Microsoft.AspNetCore.DataProtection.Abstractions": "1.2.0-*",
|
||||
"Microsoft.AspNetCore.DataProtection.Extensions": "1.2.0-*",
|
||||
"Microsoft.AspNetCore.DataProtection.Test.Shared": {
|
||||
"type": "build",
|
||||
"version": "1.0.0-*"
|
||||
},
|
||||
"Microsoft.AspNetCore.Testing": "1.1.0-*",
|
||||
"Microsoft.AspNetCore.Testing": "1.2.0-*",
|
||||
"Moq": "4.6.36-*",
|
||||
"xunit": "2.2.0-*"
|
||||
},
|
||||
|
|
|
|||
|
|
@ -1,9 +1,9 @@
|
|||
{
|
||||
"dependencies": {
|
||||
"dotnet-test-xunit": "2.2.0-*",
|
||||
"Microsoft.AspNetCore.DataProtection.Abstractions": "1.1.0-*",
|
||||
"Microsoft.AspNetCore.DataProtection.Abstractions": "1.2.0-*",
|
||||
"Microsoft.AspNetCore.DataProtection.Redis": "0.1.0-*",
|
||||
"Microsoft.AspNetCore.Testing": "1.1.0-*",
|
||||
"Microsoft.AspNetCore.Testing": "1.2.0-*",
|
||||
"Moq": "4.6.36-*",
|
||||
"xunit": "2.2.0-*"
|
||||
},
|
||||
|
|
|
|||
|
|
@ -1,13 +1,13 @@
|
|||
{
|
||||
"dependencies": {
|
||||
"dotnet-test-xunit": "2.2.0-*",
|
||||
"Microsoft.AspNetCore.DataProtection": "1.1.0-*",
|
||||
"Microsoft.AspNetCore.DataProtection": "1.2.0-*",
|
||||
"Microsoft.AspNetCore.DataProtection.Test.Shared": {
|
||||
"type": "build",
|
||||
"version": "1.0.0-*"
|
||||
},
|
||||
"Microsoft.AspNetCore.Testing": "1.1.0-*",
|
||||
"Microsoft.Extensions.DependencyInjection": "1.1.0-*",
|
||||
"Microsoft.AspNetCore.Testing": "1.2.0-*",
|
||||
"Microsoft.Extensions.DependencyInjection": "1.2.0-*",
|
||||
"Moq": "4.6.36-*",
|
||||
"xunit": "2.2.0-*"
|
||||
},
|
||||
|
|
|
|||
Loading…
Reference in New Issue