-
Notifications
You must be signed in to change notification settings - Fork 11
/
paket.dependencies
36 lines (28 loc) · 950 Bytes
/
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
source https://www.nuget.org/api/v2/
redirects on
framework net452
// ASP .NET
nuget Microsoft.AspNet.WebApi.Owin
nuget Microsoft.Owin.Host.SystemWeb
nuget Microsoft.Owin.StaticFiles
nuget OwinHost
nuget FAKE
// Suave
nuget Suave
// Application Insights
nuget Microsoft.ApplicationInsights.TraceListener content:none
nuget Microsoft.ApplicationInsights.WindowsServer > 2 prerelease content:none
// Football
nuget Deedle
nuget FSharp.Data
// Enigma
github isaacabraham/enigma src/Enigma/Domain.fs
github isaacabraham/enigma src/Enigma/Logic.fs
// Sudoku
github isaacabraham/sudoku-solver src/Api/Contracts.fs
github isaacabraham/sudoku-solver src/Api/DomainModel.fs
github isaacabraham/sudoku-solver src/Api/Sudoku.fs
// Azure + suave helpers
github isaacabraham/azure-fsharp-helpers src/appinsights/suave-appinsights.fs
github isaacabraham/azure-fsharp-helpers src/configuration.fs
github isaacabraham/azure-fsharp-helpers src/diagnostics.fs