Only 55 build errors to go! :/ What remains is things that do not exist in .NET Core yet, or API changes (specifically with Nancy and NodaTime).
38 lines
758 B
JSON
38 lines
758 B
JSON
{
|
|
"buildOptions": {
|
|
"compilerName": "fsc",
|
|
"compile": {
|
|
"includeFiles": [
|
|
"AssemblyInfo.fs",
|
|
"Extensions.fs",
|
|
"Table.fs",
|
|
"DataConfig.fs",
|
|
"Category.fs",
|
|
"Page.fs",
|
|
"Post.fs",
|
|
"User.fs",
|
|
"WebLog.fs",
|
|
"SetUp.fs",
|
|
"RethinkMyWebLogData.fs"
|
|
]
|
|
}
|
|
},
|
|
"dependencies": {
|
|
"MyWebLog.Entities": "0.9.2",
|
|
"RethinkDb.Driver": "2.3.12"
|
|
},
|
|
"frameworks": {
|
|
"netstandard1.6": {
|
|
"imports": "dnxcore50",
|
|
"dependencies": {
|
|
"Microsoft.FSharp.Core.netcore": "1.0.0-alpha-160629",
|
|
"NETStandard.Library": "1.6.0"
|
|
}
|
|
}
|
|
},
|
|
"tools": {
|
|
"dotnet-compile-fsc": "1.0.0-preview2-*"
|
|
},
|
|
"version": "0.9.2"
|
|
}
|