|
3 | 3 | "title": "FSharp.Compiler.Service.ProjectCracker", |
4 | 4 | "authors": [ |
5 | 5 | "Microsoft Corporation", |
6 | | - "Robin Neatherway", |
| 6 | + "Robin Neatherway" |
7 | 7 | ], |
8 | 8 | "copyright": "", |
9 | 9 | "description": "Adds F# project cracking capabilities.", |
|
15 | 15 | "tags": [ |
16 | 16 | "F# fsharp msbuild editor" |
17 | 17 | ], |
18 | | - "releaseNotes": "", |
| 18 | + "releaseNotes": "" |
19 | 19 | }, |
20 | 20 | "buildOptions": { |
21 | 21 | "debugType": "portable", |
|
26 | 26 | "../FSharp.Compiler.Service.ProjectCrackerTool/ProjectCrackerOptions.fs", |
27 | 27 | "../FSharp.Compiler.Service.ProjectCrackerTool/ProjectCrackerTool.fs", |
28 | 28 | "ProjectCracker.fs", |
29 | | - "Program.fs", |
30 | | - ], |
| 29 | + "Program.fs" |
| 30 | + ] |
31 | 31 | }, |
32 | 32 | "define": [ |
33 | 33 | "DOTNETCORE", |
34 | | - "TRACE", |
| 34 | + "TRACE" |
35 | 35 | ], |
36 | 36 | "nowarn": [ |
37 | 37 | "44", |
38 | | - "2003", |
| 38 | + "2003" |
39 | 39 | ], |
40 | 40 | "xmlDoc": true, |
41 | 41 | "delaySign": true, |
42 | 42 | "warningsAsErrors": true, |
43 | 43 | "additionalArguments": [ |
44 | 44 | "--fullpaths", |
45 | 45 | "--flaterrors", |
46 | | - "--warnon:1182", |
47 | | - ], |
| 46 | + "--warnon:1182" |
| 47 | + ] |
48 | 48 | }, |
49 | 49 | "dependencies": { |
50 | 50 | "Microsoft.NETCore.App": { |
51 | 51 | "type": "platform", |
52 | 52 | "version": "1.0.0" |
53 | 53 | }, |
54 | | - "Microsoft.Build": "0.1.0-preview-*", |
55 | | - "Microsoft.Build.Framework": "0.1.0-preview-*", |
56 | | - "Microsoft.Build.Tasks.Core": "0.1.0-preview-*", |
57 | | - "Microsoft.Build.Utilities.Core": "0.1.0-preview-*", |
58 | | - "System.Runtime.Serialization.Json": "4.0.2-rc2-*", |
59 | | - "Microsoft.FSharp.Core.netcore": "1.0.0-alpha-160509", |
60 | | - "FSharp.Compiler.Service.netcore": "1.0.0-alpha-*", |
| 54 | + "Microsoft.Build": "0.1.0-preview-00028-*", |
| 55 | + "Microsoft.Build.Framework": "0.1.0-preview-00028-*", |
| 56 | + "Microsoft.Build.Tasks.Core": "0.1.0-preview-00028-*", |
| 57 | + "Microsoft.Build.Utilities.Core": "0.1.0-preview-00028-*", |
| 58 | + "System.Runtime.Serialization.Json": "4.0.2", |
| 59 | + "Microsoft.FSharp.Core.netcore": "1.0.0-alpha-*", |
| 60 | + "FSharp.Compiler.Service.netcore": "1.0.0-alpha-*" |
61 | 61 | }, |
62 | 62 | "tools": { |
63 | 63 | "dotnet-compile-fsc": { |
|
0 commit comments