fsharp(ygosim): chore: added paket
Signed-off-by: prescientmoon <git@moonythm.dev>
This commit is contained in:
parent
6ea2d71082
commit
b102cc39ec
12
fsharp/ygosim/.config/dotnet-tools.json
Normal file
12
fsharp/ygosim/.config/dotnet-tools.json
Normal file
|
@ -0,0 +1,12 @@
|
|||
{
|
||||
"version": 1,
|
||||
"isRoot": true,
|
||||
"tools": {
|
||||
"paket": {
|
||||
"version": "5.241.1",
|
||||
"commands": [
|
||||
"paket"
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
5
fsharp/ygosim/paket.dependencies
Normal file
5
fsharp/ygosim/paket.dependencies
Normal 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
7
fsharp/ygosim/paket.lock
Normal 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)
|
Loading…
Reference in a new issue