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:
parent
43dfd15a01
commit
342676925f
|
|
@ -8,7 +8,7 @@
|
|||
"dependencies": {
|
||||
"Microsoft.AspNetCore.DataProtection.Sources": {
|
||||
"type": "build",
|
||||
"version": ""
|
||||
"version": "1.0.0-*"
|
||||
},
|
||||
"Microsoft.Extensions.PlatformAbstractions": "1.0.0-*"
|
||||
},
|
||||
|
|
@ -25,4 +25,4 @@
|
|||
"warningsAsErrors": true,
|
||||
"keyFile": "../../tools/Key.snk"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
@ -9,7 +9,7 @@
|
|||
"Microsoft.AspNetCore.DataProtection": "1.0.0-*",
|
||||
"Microsoft.AspNetCore.DataProtection.Sources": {
|
||||
"type": "build",
|
||||
"version": ""
|
||||
"version": "1.0.0-*"
|
||||
},
|
||||
"Microsoft.Extensions.DependencyInjection": "1.0.0-*"
|
||||
},
|
||||
|
|
|
|||
|
|
@ -10,7 +10,7 @@
|
|||
"Microsoft.AspNetCore.DataProtection.Abstractions": "1.0.0-*",
|
||||
"Microsoft.AspNetCore.DataProtection.Sources": {
|
||||
"type": "build",
|
||||
"version": ""
|
||||
"version": "1.0.0-*"
|
||||
},
|
||||
"Microsoft.Extensions.DependencyInjection.Abstractions": "1.0.0-*",
|
||||
"Microsoft.Extensions.Logging.Abstractions": "1.0.0-*",
|
||||
|
|
@ -40,4 +40,4 @@
|
|||
"warningsAsErrors": true,
|
||||
"keyFile": "../../tools/Key.snk"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
@ -3,7 +3,7 @@
|
|||
"Microsoft.AspNetCore.Cryptography.Internal": "1.0.0-*",
|
||||
"Microsoft.AspNetCore.DataProtection.Test.Shared": {
|
||||
"type": "build",
|
||||
"version": ""
|
||||
"version": "1.0.0-*"
|
||||
},
|
||||
"Microsoft.AspNetCore.Testing": "1.0.0-*",
|
||||
"xunit": "2.1.0"
|
||||
|
|
@ -14,7 +14,7 @@
|
|||
"xunit.runner.console": "2.1.0"
|
||||
}
|
||||
},
|
||||
"dnxcore50": {
|
||||
"dnxcore50": {
|
||||
"dependencies": {
|
||||
"xunit.runner.aspnet": "2.0.0-aspnet-*"
|
||||
}
|
||||
|
|
@ -29,4 +29,4 @@
|
|||
"keyFile": "../../tools/Key.snk",
|
||||
"warningsAsErrors": true
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
@ -2,7 +2,7 @@
|
|||
"dependencies": {
|
||||
"Microsoft.AspNetCore.Cryptography.Internal": "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-*",
|
||||
"xunit": "2.1.0"
|
||||
},
|
||||
|
|
@ -12,7 +12,7 @@
|
|||
"xunit.runner.console": "2.1.0"
|
||||
}
|
||||
},
|
||||
"dnxcore50": {
|
||||
"dnxcore50": {
|
||||
"dependencies": {
|
||||
"xunit.runner.aspnet": "2.0.0-aspnet-*"
|
||||
}
|
||||
|
|
@ -27,4 +27,4 @@
|
|||
"warningsAsErrors": true,
|
||||
"keyFile": "../../tools/Key.snk"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
@ -4,7 +4,7 @@
|
|||
"Microsoft.AspNetCore.DataProtection.Extensions": "1.0.0-*",
|
||||
"Microsoft.AspNetCore.DataProtection.Test.Shared": {
|
||||
"type": "build",
|
||||
"version": ""
|
||||
"version": "1.0.0-*"
|
||||
},
|
||||
"Microsoft.AspNetCore.Testing": "1.0.0-*",
|
||||
"xunit": "2.1.0"
|
||||
|
|
@ -31,4 +31,4 @@
|
|||
"warningsAsErrors": true,
|
||||
"keyFile": "../../tools/Key.snk"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
@ -3,7 +3,7 @@
|
|||
"Microsoft.AspNetCore.DataProtection": "1.0.0-*",
|
||||
"Microsoft.AspNetCore.DataProtection.Test.Shared": {
|
||||
"type": "build",
|
||||
"version": ""
|
||||
"version": "1.0.0-*"
|
||||
},
|
||||
"Microsoft.AspNetCore.Testing": "1.0.0-*",
|
||||
"Microsoft.Extensions.DependencyInjection": "1.0.0-*",
|
||||
|
|
@ -32,4 +32,4 @@
|
|||
"warningsAsErrors": true,
|
||||
"keyFile": "../../tools/Key.snk"
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
Reference in New Issue