Bump version to 1.0.0-*
This commit is contained in:
parent
80eb5ab745
commit
227ecdaf93
|
|
@ -1,8 +1,8 @@
|
||||||
{
|
{
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"Helios": "0.1-alpha-*",
|
"Helios": "1.0.0-*",
|
||||||
"Microsoft.AspNet.FileSystems": "0.1-alpha-*",
|
"Microsoft.AspNet.FileSystems": "1.0.0-*",
|
||||||
"Microsoft.AspNet.Http": "0.1-alpha-*",
|
"Microsoft.AspNet.Http": "1.0.0-*",
|
||||||
"Microsoft.AspNet.StaticFiles": ""
|
"Microsoft.AspNet.StaticFiles": ""
|
||||||
},
|
},
|
||||||
"configurations": {
|
"configurations": {
|
||||||
|
|
@ -11,7 +11,7 @@
|
||||||
"k10": {
|
"k10": {
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"System.Diagnostics.Contracts": "4.0.0.0",
|
"System.Diagnostics.Contracts": "4.0.0.0",
|
||||||
"System.Security.Claims" : "0.1-alpha-*"
|
"System.Security.Claims" : "1.0.0-*"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -1,9 +1,9 @@
|
||||||
{
|
{
|
||||||
"version": "0.1-alpha-*",
|
"version": "1.0.0-*",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"Microsoft.AspNet.FileSystems": "0.1-alpha-*",
|
"Microsoft.AspNet.FileSystems": "1.0.0-*",
|
||||||
"Microsoft.AspNet.Http": "0.1-alpha-*",
|
"Microsoft.AspNet.Http": "1.0.0-*",
|
||||||
"Microsoft.AspNet.HttpFeature": "0.1-alpha-*"
|
"Microsoft.AspNet.HttpFeature": "1.0.0-*"
|
||||||
},
|
},
|
||||||
"configurations": {
|
"configurations": {
|
||||||
"net45": {},
|
"net45": {},
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue