forked from SaturnFramework/Saturn
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpaket.dependencies
58 lines (47 loc) · 1.38 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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
source https://api.nuget.org/v3/index.json
storage: none
framework: net5.0
nuget Expecto
nuget Newtonsoft.Json
nuget NSubstitute
nuget BenchmarkDotNet
nuget Microsoft.AspNetCore.TestHost
nuget Giraffe
nuget Giraffe.ViewEngine
nuget Microsoft.AspNetCore.Authentication.JwtBearer
nuget Microsoft.AspNetCore.Authentication.Google
nuget Microsoft.AspNetCore.Authentication.OpenIdConnect
nuget Microsoft.NET.Sdk.Functions
nuget protobuf-net.Grpc.AspNetCore
nuget protobuf-net.Grpc.HttpClient
nuget System.ServiceModel.Primitives
nuget FSharp.Control.Websockets >= 0.2
# as a library, saturn should have a lower min version of fsharp.core. users can float
nuget FSharp.Core 5.0.0
group Docs
source https://api.nuget.org/v3/index.json
framework: netstandard2.0
storage: local
nuget FSharp.Formatting prerelease
nuget Newtonsoft.Json
group DocsAsp
source https://api.nuget.org/v3/index.json
framework: net5.0
storage: local
nuget Microsoft.AspNetCore.App.Ref
group Build
source https://api.nuget.org/v3/index.json
framework: netstandard2.0
storage: none
nuget Fake.Core.Target
nuget Fake.Core.Process
nuget Fake.DotNet.Cli
nuget Fake.Core.ReleaseNotes
nuget Fake.DotNet.AssemblyInfoFile
nuget Fake.DotNet.Paket
nuget Fake.Tools.Git
nuget Fake.Core.Environment
nuget Fake.Core.UserInput
nuget Fake.IO.FileSystem
nuget Fake.DotNet.MsBuild
nuget Fake.Api.GitHub