Fix invalid json in runtimeconfig (#3871)
The json in [appname].runtimeconfig.json example is invalid, this adds the missing `,`
This commit is contained in:
parent
164244f4df
commit
1f52591d9e
1 changed files with 1 additions and 1 deletions
|
@ -36,7 +36,7 @@ The files are both JSON files stored in UTF-8 encoding. Below are sample files.
|
||||||
"framework": {
|
"framework": {
|
||||||
"name": "Microsoft.DotNetCore",
|
"name": "Microsoft.DotNetCore",
|
||||||
"version": "1.0.1"
|
"version": "1.0.1"
|
||||||
}
|
},
|
||||||
|
|
||||||
"applyPatches": false
|
"applyPatches": false
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue