Skip to content
This repository was archived by the owner on Apr 20, 2023. It is now read-only.

Commit 07b581f

Browse files
cartermpSridhar-MS
authored andcommitted
Add missing comma to F# lib project.json
1 parent 9646db0 commit 07b581f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/dotnet/commands/dotnet-new/FSharp_Lib/project.json.template

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"version": "1.0.0-*",
33
"buildOptions": {
4-
"debugType": "portable"
4+
"debugType": "portable",
55
"compilerName": "fsc",
66
"compile": {
77
"includeFiles": [

0 commit comments

Comments
 (0)