Merge pull request #3846 from cartermp/fs-update
Add missing comma to F# lib project.json
This commit is contained in:
commit
69eed12132
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"version": "1.0.0-*",
|
||||
"buildOptions": {
|
||||
"debugType": "portable"
|
||||
"debugType": "portable",
|
||||
"compilerName": "fsc",
|
||||
"compile": {
|
||||
"includeFiles": [
|
||||
|
|
Loading…
Reference in a new issue