React to version bumps and renames

This commit is contained in:
Brice Lambson 2014-06-19 10:22:35 -07:00
parent 7724182925
commit b41abcffa6
3 changed files with 24 additions and 30 deletions

View File

@ -5,18 +5,17 @@
"description": "Music store application on K as a SPA", "description": "Music store application on K as a SPA",
"compilationOptions": { "define": [ "DEBUG" ] }, "compilationOptions": { "define": [ "DEBUG" ] },
"dependencies": { "dependencies": {
"Helios": "0.1-alpha-*", "Helios": "1.0.0-*",
"Microsoft.AspNet.Mvc": "0.1-alpha-*", "Microsoft.AspNet.Mvc": "6.0.0-*",
"Microsoft.AspNet.Server.WebListener": "0.1-alpha-*", "Microsoft.AspNet.Server.WebListener": "1.0.0-*",
"Microsoft.AspNet.StaticFiles": "0.1-alpha-*", "Microsoft.AspNet.StaticFiles": "1.0.0-*",
"Microsoft.Data.Entity.Relational": "0.1-alpha-*", "EntityFramework.InMemory": "7.0.0-*",
"Microsoft.Data.Entity.InMemory": "0.1-alpha-*", "EntityFramework.SqlServer": "7.0.0-*",
"Microsoft.Data.Entity.SqlServer": "0.1-alpha-*", "Microsoft.AspNet.Security.Cookies": "1.0.0-*",
"Microsoft.AspNet.Security.Cookies": "0.1-alpha-*", "Microsoft.Framework.Identity.AspNet": "3.0.0-*",
"Microsoft.AspNet.Identity.Security": "0.1-alpha-*", "Microsoft.Framework.Identity.EntityFramework": "3.0.0-*",
"Microsoft.AspNet.Identity.Entity": "0.1-alpha-*", "Microsoft.Framework.ConfigurationModel": "1.0.0-*",
"Microsoft.Framework.ConfigurationModel": "0.1-alpha-*", "Microsoft.Framework.ConfigurationModel.Json": "1.0.0-*"
"Microsoft.Framework.ConfigurationModel.Json": "0.1-alpha-build-*"
}, },
"commands": { "commands": {
"web": "Microsoft.AspNet.Hosting --server Microsoft.AspNet.Server.WebListener --server.urls http://localhost:5002", "web": "Microsoft.AspNet.Hosting --server Microsoft.AspNet.Server.WebListener --server.urls http://localhost:5002",

View File

@ -4,19 +4,19 @@
"Microsoft" "Microsoft"
], ],
"description": "Music store application on K", "description": "Music store application on K",
"version": "0.1-alpha-*", "version": "1.0.0-*",
"dependencies": { "dependencies": {
"Helios": "0.1-alpha-*", "Helios": "1.0.0-*",
"Microsoft.AspNet.Mvc": "0.1-alpha-*", "Microsoft.AspNet.Mvc": "6.0.0-*",
"Microsoft.AspNet.Server.WebListener": "0.1-alpha-*", "Microsoft.AspNet.Server.WebListener": "1.0.0-*",
"Microsoft.AspNet.Diagnostics": "0.1-alpha-*", "Microsoft.AspNet.Diagnostics": "1.0.0-*",
"Microsoft.AspNet.Identity.Entity": "0.1-alpha-*", "Microsoft.Framework.Identity.EntityFramework": "3.0.0-*",
"Microsoft.AspNet.Identity.Security": "0.1-alpha-*", "Microsoft.Framework.Identity.AspNet": "3.0.0-*",
"Microsoft.AspNet.Security.Cookies": "0.1-alpha-*", "Microsoft.AspNet.Security.Cookies": "1.0.0-*",
"Microsoft.AspNet.StaticFiles": "0.1-alpha-*", "Microsoft.AspNet.StaticFiles": "1.0.0-*",
"Microsoft.Data.Entity.SqlServer": "0.1-alpha-*", "EntityFramework.SqlServer": "7.0.0-*",
"Microsoft.Framework.ConfigurationModel.Json": "0.1-alpha-*", "Microsoft.Framework.ConfigurationModel.Json": "1.0.0-*",
"Microsoft.Framework.OptionsModel": "0.1-alpha-*" "Microsoft.Framework.OptionsModel": "1.0.0-*"
}, },
"commands": { "commands": {
"web": "Microsoft.AspNet.Hosting --server Microsoft.AspNet.Server.WebListener --server.urls http://localhost:5002", "web": "Microsoft.AspNet.Hosting --server Microsoft.AspNet.Server.WebListener --server.urls http://localhost:5002",

View File

@ -1,14 +1,9 @@
{ {
"version": "0.1-alpha-*",
"commands": { "commands": {
"test": "Xunit.KRunner" "test": "Xunit.KRunner"
}, },
"dependencies": { "dependencies": {
"Xunit.KRunner": "0.1-alpha-*", "Xunit.KRunner": "1.0.0-*"
"xunit.abstractions": "2.0.0-aspnet-*",
"xunit.assert": "2.0.0-aspnet-*",
"xunit.core": "2.0.0-aspnet-*",
"xunit.execution": "2.0.0-aspnet-*"
}, },
"configurations": { "configurations": {
"net45": { "net45": {