github.com/iron-io/functions@v0.0.0-20180820112432-d59d7d1c40b2/examples/hash/fsharp/project.json (about) 1 { 2 "version": "1.0.0-*", 3 "buildOptions": { 4 "debugType": "portable", 5 "emitEntryPoint": true, 6 "compilerName": "fsc", 7 "compile": { 8 "includeFiles": [ 9 "func.fs" 10 ] 11 } 12 }, 13 "tools": { 14 "dotnet-compile-fsc": "1.0.0-preview2.1-*" 15 }, 16 "frameworks": { 17 "netcoreapp1.1": { 18 "dependencies": { 19 "Microsoft.NETCore.App": { 20 "type": "platform", 21 "version": "1.1.0" 22 }, 23 "Microsoft.FSharp.Core.netcore": "1.0.0-alpha-160629" 24 } 25 } 26 } 27 }