Update the project.json metadata

This commit is contained in:
Victor Hurdugaci 2016-05-25 10:11:04 -07:00
parent 63bbafdb1d
commit 07d504cf9a
2 changed files with 14 additions and 0 deletions

View File

@ -1,5 +1,12 @@
{
"version": "1.0.0-*",
"description": "Core logic for the dotnet-watch command line tool.",
"packOptions": {
"tags": [
"dotnet",
"watch"
]
},
"buildOptions": {
"warningsAsErrors": true,
"keyFile": "../../tools/Key.snk",

View File

@ -1,5 +1,12 @@
{
"version": "1.0.0-*",
"description": "Command line tool to watch for source file changes during development and restart the dotnet command.",
"packOptions": {
"tags": [
"dotnet",
"watch"
]
},
"buildOptions": {
"outputName": "dotnet-watch",
"warningsAsErrors": true,