Skip to content

Commit dc063d0

Browse files
Merge pull request #1065 from DustinCampbell/fix-asset-generation
Fix asset generation for .csproj .NET Core projects
2 parents 9515f40 + c0b421b commit dc063d0

File tree

6 files changed

+579
-272
lines changed

6 files changed

+579
-272
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"postinstall": "node ./node_modules/vscode/bin/install"
2828
},
2929
"dependencies": {
30-
"fs-extra-promise": "^0.3.1",
30+
"fs-extra": "^1.0.0",
3131
"http-proxy-agent": "^1.0.0",
3232
"https-proxy-agent": "^1.0.0",
3333
"lodash.debounce": "^4.0.8",
@@ -41,7 +41,7 @@
4141
},
4242
"devDependencies": {
4343
"@types/chai": "^3.4.34",
44-
"@types/fs-extra-promise": "0.0.30",
44+
"@types/fs-extra": "0.0.35",
4545
"@types/mkdirp": "^0.3.29",
4646
"@types/mocha": "^2.2.32",
4747
"@types/node": "^6.0.40",

0 commit comments

Comments
 (0)