-
Notifications
You must be signed in to change notification settings - Fork 60
Expand file tree
/
Copy pathpaket.dependencies
More file actions
46 lines (35 loc) · 1.34 KB
/
paket.dependencies
File metadata and controls
46 lines (35 loc) · 1.34 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
45
46
version 9.0.2
source https://api.nuget.org/v3/index.json
storage: none
nuget FSharp.Core ~> 8
nuget System.Text.Json ~> 8
nuget FSharp.SystemTextJson
nuget Microsoft.OpenApi ~> 2 # https://github.com/microsoft/OpenAPI.NET/blob/main/CONTRIBUTING.md#branches-and-support-policy
nuget Microsoft.OpenApi.YamlReader
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: net10.0
nuget Microsoft.AspNetCore
nuget Microsoft.AspNetCore.Mvc
nuget Microsoft.AspNetCore.HttpsPolicy
nuget Swashbuckle.AspNetCore
nuget Microsoft.OpenApi ~> 2
nuget FSharp.Core
nuget System.Text.Json
group Test
source https://api.nuget.org/v3/index.json
frameworks: net10.0
nuget FSharp.Compiler.Service
nuget FSharp.Core
nuget Microsoft.NET.Test.Sdk
nuget FsUnit.Xunit
nuget Microsoft.OpenApi ~> 2
nuget FSharp.SystemTextJson