Update the project.json metadata
This commit is contained in:
parent
63bbafdb1d
commit
07d504cf9a
|
|
@ -1,5 +1,12 @@
|
||||||
{
|
{
|
||||||
"version": "1.0.0-*",
|
"version": "1.0.0-*",
|
||||||
|
"description": "Core logic for the dotnet-watch command line tool.",
|
||||||
|
"packOptions": {
|
||||||
|
"tags": [
|
||||||
|
"dotnet",
|
||||||
|
"watch"
|
||||||
|
]
|
||||||
|
},
|
||||||
"buildOptions": {
|
"buildOptions": {
|
||||||
"warningsAsErrors": true,
|
"warningsAsErrors": true,
|
||||||
"keyFile": "../../tools/Key.snk",
|
"keyFile": "../../tools/Key.snk",
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,12 @@
|
||||||
{
|
{
|
||||||
"version": "1.0.0-*",
|
"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": {
|
"buildOptions": {
|
||||||
"outputName": "dotnet-watch",
|
"outputName": "dotnet-watch",
|
||||||
"warningsAsErrors": true,
|
"warningsAsErrors": true,
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue