-
Notifications
You must be signed in to change notification settings - Fork 12
Expand file tree
/
Copy pathpaket.dependencies
More file actions
44 lines (35 loc) · 1.05 KB
/
paket.dependencies
File metadata and controls
44 lines (35 loc) · 1.05 KB
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
source https://nuget.org/api/v2
nuget Owin >= 1.0
nuget Microsoft.Owin
nuget Microsoft.Owin.Hosting
nuget Microsoft.Owin.Host.HttpListener
nuget Microsoft.Owin.StaticFiles
nuget FSharp.Core
group standard
source https://nuget.org/api/v2
nuget Microsoft.AspNetCore.Http.Abstractions
nuget Microsoft.AspNetCore.Http.Features
nuget Microsoft.Extensions.Primitives
nuget System.Text.Encodings.Web
// nuget Microsoft.AspNet.WebApi.OwinSelfHost
// nuget Microsoft.Owin.StaticFiles
group Build
source https://nuget.org/api/v2
nuget Microsoft.SourceLink.GitHub
nuget FAKE.Core.Target
nuget FAKE.Core.ReleaseNotes
nuget FAKE.DotNet.Cli
nuget FAKE.DotNet.AssemblyInfoFile
nuget FAKE.Tools.Git
nuget FAKE.IO.FileSystem
nuget FAKE.DotNet.Testing.XUnit
nuget FSharp.Formatting
github fsharp/FAKE modules/Octokit/Octokit.fsx
group Test
source https://nuget.org/api/v2
nuget BenchmarkDotNet
nuget xunit.core
nuget xunit.abstractions
nuget xunit.runner.visualstudio >= 2.0 version_in_path: true
nuget xunit.runner.console
nuget FsUnit.xUnit