Skip to content

Instantly share code, notes, and snippets.

@Monomachus
Created October 31, 2016 12:15
Show Gist options
  • Save Monomachus/313efe5f325cd11a8f1af6d3233779f4 to your computer and use it in GitHub Desktop.
Save Monomachus/313efe5f325cd11a8f1af6d3233779f4 to your computer and use it in GitHub Desktop.
Dotnet watch is not running with this project.json
{
"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