Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 4 additions & 3 deletions paket.dependencies
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,15 @@ 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.Core >= 8
nuget System.Text.Json >= 8 < 11
Comment thread
sergey-tihon marked this conversation as resolved.
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 SharpYaml ~> 2
nuget NETStandard.Library.NETFramework

# THis lines are used by Paket to get the latest version of the Type Provider SDK files
# These 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

Expand Down
Loading
Loading