Rename Microsoft.AspNet.* packages folders to Microsoft.AspNetCore.*

This commit is contained in:
SteveSandersonMS
2016-04-08 16:41:07 +01:00
parent 5a705f6dd6
commit 4a0e4bdf1a
99 changed files with 0 additions and 0 deletions

View File

@@ -0,0 +1,19 @@
{
"name": "domain-task",
"version": "1.0.1",
"description": "Tracks outstanding operations for a logical thread of execution",
"main": "main.js",
"scripts": {
"prepublish": "tsd update && tsc && echo 'Finished building NPM package \"domain-task\"'",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Microsoft",
"license": "Apache-2.0",
"dependencies": {
"domain-context": "^0.5.1",
"isomorphic-fetch": "^2.2.1"
},
"devDependencies": {
"typescript": "^1.8.10"
}
}