Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update FSharp.Control.Websockets to 0.3.0 to fix WebSockets #389

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from 1 commit
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
4 changes: 2 additions & 2 deletions paket.dependencies
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ storage: none
framework: net6.0

nuget Expecto
nuget FSharp.Control.Websockets 0.3.0
baronfel marked this conversation as resolved.
Show resolved Hide resolved
nuget NSubstitute
nuget BenchmarkDotNet
nuget Microsoft.AspNetCore.TestHost
Expand All @@ -17,7 +18,6 @@ nuget Microsoft.NET.Sdk.Functions
nuget protobuf-net.Grpc.AspNetCore
nuget protobuf-net.Grpc.HttpClient
nuget System.ServiceModel.Primitives
nuget FSharp.Control.Websockets >= 0.2

# as a library, saturn should have a lower min version of fsharp.core. users can float

Expand Down Expand Up @@ -49,4 +49,4 @@ group Build
nuget Microsoft.Web.Administration
nuget Fake.DotNet.Testing.Expecto
nuget Fake.Api.GitHub
nuget Fake.Core.UserInput
nuget Fake.Core.UserInput
6 changes: 3 additions & 3 deletions paket.lock
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,9 @@ NUGET
Expecto (9.0.4)
FSharp.Core (>= 4.6)
Mono.Cecil (>= 0.11.3)
FSharp.Control.Websockets (0.2.2)
FSharp.Core (>= 4.3.4)
Microsoft.IO.RecyclableMemoryStream (>= 1.2.2)
FSharp.Control.Websockets (0.3)
FSharp.Core (>= 6.0)
Microsoft.IO.RecyclableMemoryStream (>= 3.0)
FSharp.Core (6.0.3)
Giraffe (6.4)
FSharp.Core (>= 6.0)
Expand Down
Loading