-
Notifications
You must be signed in to change notification settings - Fork 3
/
paket.dependencies
33 lines (28 loc) · 1.34 KB
/
paket.dependencies
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
source https://api.nuget.org/v3/index.json
storage: none
framework: netcore3.1, netstandard2.0, netstandard2.1
nuget Dotnet.ProjInfo
nuget Fable.Core
github fable-compiler/fable lib\fcs\FSharp.Compiler.Service.dll
github fable-compiler/fable lib\fcs\FSharp.Compiler.Service.xml
github fable-compiler/fable src\Fable.Transforms\Global\Fable.Core.fs
github fable-compiler/fable src\Fable.Transforms\Global\Prelude.fs
github fable-compiler/fable src\Fable.Transforms\Global\Compiler.fs
github fable-compiler/fable src\Fable.Transforms\AST\AST.Common.fs
github fable-compiler/fable src\Fable.Transforms\AST\AST.Fable.fs
github fable-compiler/fable src\Fable.Transforms\MonadicTrampoline.fs
github fable-compiler/fable src\Fable.Transforms\Transforms.Util.fs
github fable-compiler/fable src\Fable.Transforms\OverloadSuffix.fs
github fable-compiler/fable src\Fable.Transforms\FSharp2Fable.Util.fs
github fable-compiler/fable src\Fable.Transforms\ReplacementsInject.fs
github fable-compiler/fable src\Fable.Transforms\Replacements.fs
github fable-compiler/fable src\Fable.Transforms\Inject.fs
github fable-compiler/fable src\Fable.Transforms\FSharp2Fable.fs
github fable-compiler/fable src\Fable.Transforms\FableTransforms.fs
nuget Microsoft.NET.Test.Sdk
nuget unquote
nuget xunit
nuget xunit.runner.visualstudio
nuget coverlet.collector
nuget coverlet.msbuild
nuget Argu