Fix invalid json in runtimeconfig (#3871)

The json in  [appname].runtimeconfig.json example is invalid, this adds the missing `,`
This commit is contained in:
Mattias Karlsson 2016-07-15 17:52:09 +02:00 committed by Piotr Puszkiewicz
parent 164244f4df
commit 1f52591d9e

View file

@ -36,7 +36,7 @@ The files are both JSON files stored in UTF-8 encoding. Below are sample files.
"framework": {
"name": "Microsoft.DotNetCore",
"version": "1.0.1"
}
},
"applyPatches": false
}