-
Notifications
You must be signed in to change notification settings - Fork 110
/
Copy pathpaket.dependencies
52 lines (42 loc) · 1.29 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
source https://api.nuget.org/v3/index.json
storage: none
framework: net6.0
nuget Expecto
nuget NSubstitute
nuget BenchmarkDotNet
nuget Microsoft.AspNetCore.TestHost
nuget Giraffe
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
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: net6.0
storage: local
nuget Microsoft.AspNetCore.App.Ref
group Build
source https://api.nuget.org/v3/index.json
framework:net6.0
nuget Fake.Core.Target
nuget Fake.Core.ReleaseNotes
nuget Fake.BuildServer.TeamFoundation
nuget Fake.DotNet.Cli
nuget Fake.Installer.Wix
nuget Fake.IO.Zip
nuget Fake.Tools.Git
nuget Microsoft.Web.Administration
nuget Fake.DotNet.Testing.Expecto
nuget Fake.Api.GitHub
nuget Fake.Core.UserInput