forked from dotnet/fsharp
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathproject.json
More file actions
33 lines (33 loc) · 766 Bytes
/
project.json
File metadata and controls
33 lines (33 loc) · 766 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
{
"version": "1.0.0-*",
"name": "FSharp.Core.UnitTests",
"buildOptions": {
"debugType": "portable",
"emitEntryPoint": true
},
"dependencies": {
"nunit": "3.5.0",
"nunitlite": "3.5.0",
"System.ValueTuple": "4.4.0",
"FsCheck": "3.0.0-alpha3",
"Testing.FSharp.Core": "4.2.4",
"Microsoft.FSharp.TupleSample": "1.0.0-alpha-161112"
},
"runtimes": {
"win7-x86": {},
"win7-x64": {},
"osx.10.11-x64": {},
"ubuntu.14.04-x64": {}
},
"frameworks": {
"netcoreapp1.0": {
"dependencies": {
"Microsoft.NETCore.App": {
"type": "platform",
"version": "1.0.1"
}
},
"imports": [ "netstandard1.1", "netstandard1.6", "portable-net45+win8+wp8+wpa81" ]
}
},
}