-
Notifications
You must be signed in to change notification settings - Fork 58
/
paket.dependencies
45 lines (34 loc) · 1.28 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
version 8.0.3
source https://api.nuget.org/v3/index.json
frameworks: net8.0, netstandard2.0
nuget FSharp.Core ~> 6 // We need task{} CE from F# 6.0
nuget System.Text.Json ~> 6
nuget FSharp.SystemTextJson
nuget Microsoft.OpenApi.Readers
nuget NETStandard.Library.NETFramework
# delete when we drop custom parser for v2
nuget YamlDotNet
# THis lines are used by Paket to get the latest version of the Type Provider SDK files
github fsprojects/FSharp.TypeProviders.SDK src/ProvidedTypes.fsi
github fsprojects/FSharp.TypeProviders.SDK src/ProvidedTypes.fs
github fsprojects/FSharp.Data:main src/FSharp.Data.Runtime.Utilities/Pluralizer.fs
github fsprojects/FSharp.Data:main src/FSharp.Data.Runtime.Utilities/NameUtils.fs
group Server
source https://api.nuget.org/v3/index.json
framework: net9.0
nuget Microsoft.AspNetCore
nuget Microsoft.AspNetCore.Mvc
nuget Microsoft.AspNetCore.HttpsPolicy
nuget Swashbuckle.AspNetCore
nuget Microsoft.OpenApi
nuget FSharp.Core
nuget System.Text.Json
group Test
source https://api.nuget.org/v3/index.json
frameworks: net9.0
nuget FSharp.Compiler.Service
nuget FSharp.Core
nuget Microsoft.NET.Test.Sdk
nuget FsUnit.Xunit
nuget Microsoft.OpenApi.Readers redirects: force
nuget FSharp.SystemTextJson