1
Fork 0

fsharp(ygosim): chore: added paket

Signed-off-by: prescientmoon <git@moonythm.dev>
This commit is contained in:
Matei Adriel 2019-12-09 12:11:30 +02:00 committed by prescientmoon
parent 6ea2d71082
commit b102cc39ec
Signed by: prescientmoon
SSH key fingerprint: SHA256:UUF9JT2s8Xfyv76b8ZuVL7XrmimH4o49p4b+iexbVH4
3 changed files with 24 additions and 0 deletions

View file

@ -0,0 +1,12 @@
{
"version": 1,
"isRoot": true,
"tools": {
"paket": {
"version": "5.241.1",
"commands": [
"paket"
]
}
}
}

View file

@ -0,0 +1,5 @@
source https://api.nuget.org/v3/index.json
storage: none
framework: netcore3.0, netstandard2.0, netstandard2.1
nuget FSharpPlus 1.0.0

7
fsharp/ygosim/paket.lock Normal file
View file

@ -0,0 +1,7 @@
STORAGE: NONE
RESTRICTION: || (== netcoreapp3.0) (== netstandard2.0) (== netstandard2.1)
NUGET
remote: https://api.nuget.org/v3/index.json
FSharp.Core (4.7)
FSharpPlus (1.0)
FSharp.Core (>= 4.3.4)