Updated all 'misc' samples to 1.1.0 dependencies (and to TypeScript 2 for the Webpack sample)

This commit is contained in:
SteveSandersonMS
2016-11-21 12:01:59 +00:00
parent 4cbbf58600
commit 31d8eb69a7
7 changed files with 37 additions and 46 deletions

View File

@@ -5,11 +5,11 @@
},
"dependencies": {
"Microsoft.NETCore.App": {
"version": "1.0.0",
"version": "1.1.0",
"type": "platform"
},
"Microsoft.AspNetCore.NodeServices": "1.0.0-*",
"Microsoft.Extensions.DependencyInjection": "1.0.0"
"Microsoft.AspNetCore.NodeServices": "1.1.0-*",
"Microsoft.Extensions.DependencyInjection": "1.1.0"
},
"frameworks": {
"netcoreapp1.0": {