Clean up versions of referenced packages
This commit is contained in:
parent
51650f4623
commit
6a325f8cc4
|
|
@ -16,7 +16,7 @@
|
|||
"Microsoft.Extensions.Logging.Debug": "1.0.0-rc1-*",
|
||||
"EntityFramework.SQLite": "7.0.0-rc1-*",
|
||||
"Microsoft.AspNet.Identity.EntityFramework": "3.0.0-rc1-*",
|
||||
"Microsoft.AspNet.AngularServices": "1.0.0-alpha7",
|
||||
"Microsoft.AspNet.AngularServices": "1.0.0-*",
|
||||
"AutoMapper": "4.1.1"
|
||||
},
|
||||
"commands": {
|
||||
|
|
|
|||
|
|
@ -14,7 +14,7 @@
|
|||
"Microsoft.AspNet.Tooling.Razor": "1.0.0-rc1-*",
|
||||
"Microsoft.Extensions.Logging.Console": "1.0.0-rc1-*",
|
||||
"Microsoft.Extensions.Logging.Debug": "1.0.0-rc1-*",
|
||||
"Microsoft.AspNet.NodeServices": "1.0.0-alpha7"
|
||||
"Microsoft.AspNet.NodeServices": "1.0.0-*"
|
||||
},
|
||||
"commands": {
|
||||
"web": "Microsoft.AspNet.Server.Kestrel"
|
||||
|
|
|
|||
|
|
@ -20,7 +20,7 @@
|
|||
"Microsoft.Extensions.Logging": "1.0.0-rc1-final",
|
||||
"Microsoft.Extensions.Logging.Console": "1.0.0-rc1-final",
|
||||
"Microsoft.Extensions.Logging.Debug": "1.0.0-rc1-final",
|
||||
"Microsoft.AspNet.SpaServices": "1.0.0-alpha7-1"
|
||||
"Microsoft.AspNet.SpaServices": "1.0.0-*"
|
||||
},
|
||||
|
||||
"commands": {
|
||||
|
|
|
|||
|
|
@ -21,7 +21,7 @@
|
|||
"Microsoft.Extensions.Logging.Console": "1.0.0-rc1-final",
|
||||
"Microsoft.Extensions.Logging.Debug": "1.0.0-rc1-final",
|
||||
"Microsoft.AspNet.Identity.EntityFramework": "3.0.0-rc1-*",
|
||||
"Microsoft.AspNet.ReactServices": "1.0.0-alpha7",
|
||||
"Microsoft.AspNet.ReactServices": "1.0.0-*",
|
||||
"EntityFramework.SQLite": "7.0.0-rc1-*",
|
||||
"AutoMapper": "4.1.1"
|
||||
},
|
||||
|
|
|
|||
|
|
@ -14,7 +14,7 @@
|
|||
"Microsoft.AspNet.Tooling.Razor": "1.0.0-rc1-*",
|
||||
"Microsoft.Extensions.Logging.Console": "1.0.0-rc1-*",
|
||||
"Microsoft.Extensions.Logging.Debug": "1.0.0-rc1-*",
|
||||
"Microsoft.AspNet.ReactServices": "1.0.0-alpha7"
|
||||
"Microsoft.AspNet.ReactServices": "1.0.0-*"
|
||||
},
|
||||
"commands": {
|
||||
"web": "Microsoft.AspNet.Server.Kestrel"
|
||||
|
|
|
|||
|
|
@ -20,7 +20,7 @@
|
|||
"Microsoft.Extensions.Logging": "1.0.0-rc1-final",
|
||||
"Microsoft.Extensions.Logging.Console": "1.0.0-rc1-final",
|
||||
"Microsoft.Extensions.Logging.Debug": "1.0.0-rc1-final",
|
||||
"Microsoft.AspNet.AngularServices": "1.0.0-alpha7"
|
||||
"Microsoft.AspNet.AngularServices": "1.0.0-*"
|
||||
},
|
||||
|
||||
"commands": {
|
||||
|
|
@ -34,7 +34,7 @@
|
|||
|
||||
"exclude": [
|
||||
"wwwroot",
|
||||
"node_modules",
|
||||
"node_modules"
|
||||
],
|
||||
"publishExclude": [
|
||||
"node_modules",
|
||||
|
|
|
|||
|
|
@ -20,7 +20,7 @@
|
|||
"Microsoft.Extensions.Logging": "1.0.0-rc1-final",
|
||||
"Microsoft.Extensions.Logging.Console": "1.0.0-rc1-final",
|
||||
"Microsoft.Extensions.Logging.Debug": "1.0.0-rc1-final",
|
||||
"Microsoft.AspNet.SpaServices": "1.0.0-alpha7-1"
|
||||
"Microsoft.AspNet.SpaServices": "1.0.0-*"
|
||||
},
|
||||
|
||||
"commands": {
|
||||
|
|
|
|||
|
|
@ -20,7 +20,7 @@
|
|||
"Microsoft.Extensions.Logging": "1.0.0-rc1-final",
|
||||
"Microsoft.Extensions.Logging.Console": "1.0.0-rc1-final",
|
||||
"Microsoft.Extensions.Logging.Debug": "1.0.0-rc1-final",
|
||||
"Microsoft.AspNet.ReactServices": "1.0.0-alpha7"
|
||||
"Microsoft.AspNet.ReactServices": "1.0.0-*"
|
||||
},
|
||||
|
||||
"commands": {
|
||||
|
|
@ -34,7 +34,7 @@
|
|||
|
||||
"exclude": [
|
||||
"wwwroot",
|
||||
"node_modules",
|
||||
"node_modules"
|
||||
],
|
||||
"publishExclude": [
|
||||
"node_modules",
|
||||
|
|
|
|||
|
|
@ -20,7 +20,7 @@
|
|||
"Microsoft.Extensions.Logging": "1.0.0-rc1-final",
|
||||
"Microsoft.Extensions.Logging.Console": "1.0.0-rc1-final",
|
||||
"Microsoft.Extensions.Logging.Debug": "1.0.0-rc1-final",
|
||||
"Microsoft.AspNet.ReactServices": "1.0.0-alpha7"
|
||||
"Microsoft.AspNet.ReactServices": "1.0.0-*"
|
||||
},
|
||||
|
||||
"commands": {
|
||||
|
|
|
|||
|
|
@ -33,7 +33,7 @@
|
|||
|
||||
"exclude": [
|
||||
"wwwroot",
|
||||
"node_modules",
|
||||
"node_modules"
|
||||
],
|
||||
"publishExclude": [
|
||||
"node_modules",
|
||||
|
|
|
|||
Loading…
Reference in New Issue