Update 'src' project dependencies for .NET Core 1.0 RTM

This commit is contained in:
SteveSandersonMS
2016-06-28 10:58:05 +01:00
parent fc7097c2fe
commit eebf509846
4 changed files with 20 additions and 19 deletions

View File

@@ -9,13 +9,13 @@
"defaultNamespace": "Microsoft.AspNetCore.AngularServices"
},
"dependencies": {
"Microsoft.AspNetCore.Mvc.TagHelpers": "1.0.0-*",
"Microsoft.AspNetCore.Mvc.TagHelpers": "1.0.0",
"Microsoft.AspNetCore.SpaServices": "1.0.0-*"
},
"frameworks": {
"net451": {
},
"netstandard1.0": {
"netstandard1.6": {
"imports": [
"dotnet5.6",
"dnxcore50",