Add files

This commit is contained in:
joachimschmidt557 2019-02-23 21:24:42 +01:00
parent c91cfa585f
commit 8623b39c3b
24 changed files with 1456 additions and 0 deletions

View file

@ -0,0 +1,85 @@
{
"runtimeTarget": {
"name": ".NETCoreApp,Version=v2.1",
"signature": "2a3cce40ffad1aed363051b9051c2ff156f5fe39"
},
"compilationOptions": {},
"targets": {
".NETCoreApp,Version=v2.1": {
"FSharpTest/1.0.0": {
"dependencies": {
"FSharp.Core": "4.5.2"
},
"runtime": {
"FSharpTest.dll": {}
}
},
"FSharp.Core/4.5.2": {
"runtime": {
"lib/netstandard1.6/FSharp.Core.dll": {
"assemblyVersion": "4.5.0.0",
"fileVersion": "2018.7.27.2"
}
},
"resources": {
"lib/netstandard1.6/cs/FSharp.Core.resources.dll": {
"locale": "cs"
},
"lib/netstandard1.6/de/FSharp.Core.resources.dll": {
"locale": "de"
},
"lib/netstandard1.6/en/FSharp.Core.resources.dll": {
"locale": "en"
},
"lib/netstandard1.6/es/FSharp.Core.resources.dll": {
"locale": "es"
},
"lib/netstandard1.6/fr/FSharp.Core.resources.dll": {
"locale": "fr"
},
"lib/netstandard1.6/it/FSharp.Core.resources.dll": {
"locale": "it"
},
"lib/netstandard1.6/ja/FSharp.Core.resources.dll": {
"locale": "ja"
},
"lib/netstandard1.6/ko/FSharp.Core.resources.dll": {
"locale": "ko"
},
"lib/netstandard1.6/pl/FSharp.Core.resources.dll": {
"locale": "pl"
},
"lib/netstandard1.6/pt-BR/FSharp.Core.resources.dll": {
"locale": "pt-BR"
},
"lib/netstandard1.6/ru/FSharp.Core.resources.dll": {
"locale": "ru"
},
"lib/netstandard1.6/tr/FSharp.Core.resources.dll": {
"locale": "tr"
},
"lib/netstandard1.6/zh-Hans/FSharp.Core.resources.dll": {
"locale": "zh-Hans"
},
"lib/netstandard1.6/zh-Hant/FSharp.Core.resources.dll": {
"locale": "zh-Hant"
}
}
}
}
},
"libraries": {
"FSharpTest/1.0.0": {
"type": "project",
"serviceable": false,
"sha512": ""
},
"FSharp.Core/4.5.2": {
"type": "package",
"serviceable": true,
"sha512": "sha512-Pe3EDp9oBjQ3c3fvZAJsw7XFLHECS3zn3P7MSqsJy3sFYR6jvTgxxnCFeePR1JHiWyZ3bm+RZAjchqVYk61adA==",
"path": "fsharp.core/4.5.2",
"hashPath": "fsharp.core.4.5.2.nupkg.sha512"
}
}
}

Binary file not shown.

Binary file not shown.

View file

@ -0,0 +1,8 @@
{
"runtimeOptions": {
"additionalProbingPaths": [
"/home/joachim/.dotnet/store/|arch|/|tfm|",
"/home/joachim/.nuget/packages"
]
}
}

View file

@ -0,0 +1,9 @@
{
"runtimeOptions": {
"tfm": "netcoreapp2.1",
"framework": {
"name": "Microsoft.NETCore.App",
"version": "2.1.0"
}
}
}