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
22 lines (22 loc) · 751 Bytes
/
Copy pathproject.json
File metadata and controls
22 lines (22 loc) · 751 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
{
"dependencies": {
"Microsoft.Build": "0.1.0-preview-00028-160627",
"Microsoft.Build.Framework": "0.1.0-preview-00028-160627",
"Microsoft.Build.Tasks.Core": "0.1.0-preview-00028-160627",
"Microsoft.Build.Utilities.Core": "0.1.0-preview-00028-160627",
"Microsoft.NETCore.Platforms": "1.0.1",
"Microsoft.Win32.Registry": {
"version": "4.0.0",
"exclude": "Compile"
},
"System.AppContext": "4.1.0",
"System.Diagnostics.Tools": "4.0.1",
"System.Reflection.Primitives": "4.0.1",
"System.Resources.ResourceManager": "4.0.1"
},
"frameworks": {
"netstandard1.6": {
"imports": "portable-net45+win8"
}
}
}