Created
October 31, 2016 12:15
-
-
Save Monomachus/313efe5f325cd11a8f1af6d3233779f4 to your computer and use it in GitHub Desktop.
Dotnet watch is not running with this project.json
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"version": "1.0.0-*", | |
"buildOptions": { | |
"debugType": "portable", | |
"emitEntryPoint": true | |
}, | |
"dependencies": {}, | |
"frameworks": { | |
"netcoreapp1.0": { | |
"dependencies": { | |
"Microsoft.NETCore.App": { | |
"type": "platform", | |
"version": "1.0.1" | |
}, | |
"Microsoft.AspNetCore.Server.Kestrel": "1.0.1" | |
}, | |
"imports": "dnxcore50" | |
} | |
}, | |
"tools": { | |
"Microsoft.Dotnet.Watcher.Tools": { | |
"version": "1.0.0-*", | |
"imports": "portable-net451+win8" | |
} | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment