Bump version to 1.0.0-*
This commit is contained in:
parent
e34a149f85
commit
64850167a1
|
|
@ -1,9 +1,8 @@
|
||||||
{
|
{
|
||||||
"version": "0.1-alpha-*",
|
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"Microsoft.AspNet.Hosting": "",
|
"Microsoft.AspNet.Hosting": "",
|
||||||
"Microsoft.AspNet.Http": "0.1-alpha-*",
|
"Microsoft.AspNet.Http": "1.0.0-*",
|
||||||
"Microsoft.AspNet.Server.WebListener": "0.1-alpha-*"
|
"Microsoft.AspNet.Server.WebListener": "1.0.0-*"
|
||||||
},
|
},
|
||||||
"commands": { "web": "Microsoft.AspNet.Hosting server=Microsoft.AspNet.Server.WebListener server.urls=http://localhost:5001" },
|
"commands": { "web": "Microsoft.AspNet.Hosting server=Microsoft.AspNet.Server.WebListener server.urls=http://localhost:5001" },
|
||||||
"configurations": {
|
"configurations": {
|
||||||
|
|
|
||||||
|
|
@ -1,14 +1,14 @@
|
||||||
{
|
{
|
||||||
"version": "0.1-alpha-*",
|
"version": "1.0.0-*",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"Microsoft.AspNet.FeatureModel": "0.1-alpha-*",
|
"Microsoft.AspNet.FeatureModel": "1.0.0-*",
|
||||||
"Microsoft.AspNet.Http": "0.1-alpha-*",
|
"Microsoft.AspNet.Http": "1.0.0-*",
|
||||||
"Microsoft.AspNet.PipelineCore": "0.1-alpha-*",
|
"Microsoft.AspNet.PipelineCore": "1.0.0-*",
|
||||||
"Microsoft.AspNet.Security.DataProtection": "0.1-alpha-*",
|
"Microsoft.AspNet.Security.DataProtection": "1.0.0-*",
|
||||||
"Microsoft.Framework.ConfigurationModel": "0.1-alpha-*",
|
"Microsoft.Framework.ConfigurationModel": "1.0.0-*",
|
||||||
"Microsoft.Framework.DependencyInjection": "0.1-alpha-*",
|
"Microsoft.Framework.DependencyInjection": "1.0.0-*",
|
||||||
"Microsoft.Framework.Logging": "0.1-alpha-*",
|
"Microsoft.Framework.Logging": "1.0.0-*",
|
||||||
"Microsoft.Framework.Runtime.Interfaces": "0.1-alpha-*"
|
"Microsoft.Framework.Runtime.Interfaces": "1.0.0-*"
|
||||||
},
|
},
|
||||||
"configurations": {
|
"configurations": {
|
||||||
"net45": {},
|
"net45": {},
|
||||||
|
|
|
||||||
|
|
@ -1,9 +1,9 @@
|
||||||
{
|
{
|
||||||
"version": "0.1-alpha-*",
|
"version": "1.0.0-*",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"Microsoft.AspNet.Http": "0.1-alpha-*",
|
"Microsoft.AspNet.Http": "1.0.0-*",
|
||||||
"Microsoft.Framework.DependencyInjection": "0.1-alpha-*",
|
"Microsoft.Framework.DependencyInjection": "1.0.0-*",
|
||||||
"Microsoft.Framework.OptionsModel": "0.1-alpha-*"
|
"Microsoft.Framework.OptionsModel": "1.0.0-*"
|
||||||
},
|
},
|
||||||
"configurations": {
|
"configurations": {
|
||||||
"net45": {},
|
"net45": {},
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
{
|
{
|
||||||
"version" : "0.1-alpha-*",
|
"version" : "1.0.0-*",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"Microsoft.AspNet.Hosting": ""
|
"Microsoft.AspNet.Hosting": ""
|
||||||
},
|
},
|
||||||
|
|
|
||||||
|
|
@ -1,13 +1,8 @@
|
||||||
{
|
{
|
||||||
"version": "0.1-alpha-*",
|
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"Microsoft.AspNet.Hosting": "",
|
"Microsoft.AspNet.Hosting": "",
|
||||||
"Microsoft.AspNet.RequestContainer": "",
|
"Microsoft.AspNet.RequestContainer": "",
|
||||||
"xunit.abstractions": "2.0.0-aspnet-*",
|
"Xunit.KRunner": "1.0.0-*"
|
||||||
"xunit.assert": "2.0.0-aspnet-*",
|
|
||||||
"xunit.core": "2.0.0-aspnet-*",
|
|
||||||
"xunit.execution": "2.0.0-aspnet-*",
|
|
||||||
"Xunit.KRunner": "0.1-alpha-*"
|
|
||||||
},
|
},
|
||||||
"configurations": {
|
"configurations": {
|
||||||
"net45": {
|
"net45": {
|
||||||
|
|
|
||||||
|
|
@ -1,13 +1,8 @@
|
||||||
{
|
{
|
||||||
"version" : "0.1-alpha-*",
|
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"Microsoft.AspNet.Hosting": "",
|
"Microsoft.AspNet.Hosting": "",
|
||||||
"Microsoft.AspNet.TestHost": "",
|
"Microsoft.AspNet.TestHost": "",
|
||||||
"xunit.abstractions": "2.0.0-aspnet-*",
|
"Xunit.KRunner": "1.0.0-*"
|
||||||
"xunit.assert": "2.0.0-aspnet-*",
|
|
||||||
"xunit.core": "2.0.0-aspnet-*",
|
|
||||||
"xunit.execution": "2.0.0-aspnet-*",
|
|
||||||
"Xunit.KRunner": "0.1-alpha-*"
|
|
||||||
},
|
},
|
||||||
"commands": {
|
"commands": {
|
||||||
"test": "Xunit.KRunner"
|
"test": "Xunit.KRunner"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue