Update ASP.NET 5 versions for ASP.NET Core.

See https://github.com/aspnet/Announcements/issues/144 for more information.
This commit is contained in:
N. Taylor Mullen 2016-01-22 12:39:12 -08:00
parent 43dfd15a01
commit 342676925f
7 changed files with 15 additions and 15 deletions

View File

@ -8,7 +8,7 @@
"dependencies": { "dependencies": {
"Microsoft.AspNetCore.DataProtection.Sources": { "Microsoft.AspNetCore.DataProtection.Sources": {
"type": "build", "type": "build",
"version": "" "version": "1.0.0-*"
}, },
"Microsoft.Extensions.PlatformAbstractions": "1.0.0-*" "Microsoft.Extensions.PlatformAbstractions": "1.0.0-*"
}, },

View File

@ -9,7 +9,7 @@
"Microsoft.AspNetCore.DataProtection": "1.0.0-*", "Microsoft.AspNetCore.DataProtection": "1.0.0-*",
"Microsoft.AspNetCore.DataProtection.Sources": { "Microsoft.AspNetCore.DataProtection.Sources": {
"type": "build", "type": "build",
"version": "" "version": "1.0.0-*"
}, },
"Microsoft.Extensions.DependencyInjection": "1.0.0-*" "Microsoft.Extensions.DependencyInjection": "1.0.0-*"
}, },

View File

@ -10,7 +10,7 @@
"Microsoft.AspNetCore.DataProtection.Abstractions": "1.0.0-*", "Microsoft.AspNetCore.DataProtection.Abstractions": "1.0.0-*",
"Microsoft.AspNetCore.DataProtection.Sources": { "Microsoft.AspNetCore.DataProtection.Sources": {
"type": "build", "type": "build",
"version": "" "version": "1.0.0-*"
}, },
"Microsoft.Extensions.DependencyInjection.Abstractions": "1.0.0-*", "Microsoft.Extensions.DependencyInjection.Abstractions": "1.0.0-*",
"Microsoft.Extensions.Logging.Abstractions": "1.0.0-*", "Microsoft.Extensions.Logging.Abstractions": "1.0.0-*",

View File

@ -3,7 +3,7 @@
"Microsoft.AspNetCore.Cryptography.Internal": "1.0.0-*", "Microsoft.AspNetCore.Cryptography.Internal": "1.0.0-*",
"Microsoft.AspNetCore.DataProtection.Test.Shared": { "Microsoft.AspNetCore.DataProtection.Test.Shared": {
"type": "build", "type": "build",
"version": "" "version": "1.0.0-*"
}, },
"Microsoft.AspNetCore.Testing": "1.0.0-*", "Microsoft.AspNetCore.Testing": "1.0.0-*",
"xunit": "2.1.0" "xunit": "2.1.0"

View File

@ -2,7 +2,7 @@
"dependencies": { "dependencies": {
"Microsoft.AspNetCore.Cryptography.Internal": "1.0.0-*", "Microsoft.AspNetCore.Cryptography.Internal": "1.0.0-*",
"Microsoft.AspNetCore.Cryptography.KeyDerivation": "1.0.0-*", "Microsoft.AspNetCore.Cryptography.KeyDerivation": "1.0.0-*",
"Microsoft.AspNetCore.DataProtection.Test.Shared": "", "Microsoft.AspNetCore.DataProtection.Test.Shared": "1.0.0-*",
"Microsoft.AspNetCore.Testing": "1.0.0-*", "Microsoft.AspNetCore.Testing": "1.0.0-*",
"xunit": "2.1.0" "xunit": "2.1.0"
}, },

View File

@ -4,7 +4,7 @@
"Microsoft.AspNetCore.DataProtection.Extensions": "1.0.0-*", "Microsoft.AspNetCore.DataProtection.Extensions": "1.0.0-*",
"Microsoft.AspNetCore.DataProtection.Test.Shared": { "Microsoft.AspNetCore.DataProtection.Test.Shared": {
"type": "build", "type": "build",
"version": "" "version": "1.0.0-*"
}, },
"Microsoft.AspNetCore.Testing": "1.0.0-*", "Microsoft.AspNetCore.Testing": "1.0.0-*",
"xunit": "2.1.0" "xunit": "2.1.0"

View File

@ -3,7 +3,7 @@
"Microsoft.AspNetCore.DataProtection": "1.0.0-*", "Microsoft.AspNetCore.DataProtection": "1.0.0-*",
"Microsoft.AspNetCore.DataProtection.Test.Shared": { "Microsoft.AspNetCore.DataProtection.Test.Shared": {
"type": "build", "type": "build",
"version": "" "version": "1.0.0-*"
}, },
"Microsoft.AspNetCore.Testing": "1.0.0-*", "Microsoft.AspNetCore.Testing": "1.0.0-*",
"Microsoft.Extensions.DependencyInjection": "1.0.0-*", "Microsoft.Extensions.DependencyInjection": "1.0.0-*",