Skip to content

Commit

Permalink
Bump Microsoft.IO.RecyclableMemoryStream
Browse files Browse the repository at this point in the history
  • Loading branch information
kerams committed Dec 19, 2023
1 parent 95b13a4 commit 631f5cb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions paket.dependencies
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ nuget Expecto 9.0.2
nuget FSharp.Core >= 6.0.0
nuget Microsoft.AspNetCore.Server.Kestrel ~> 2.2
nuget Microsoft.AspNetCore.TestHost ~> 3.1
nuget Microsoft.IO.RecyclableMemoryStream >= 2.2
nuget Microsoft.IO.RecyclableMemoryStream ~> 3
nuget Newtonsoft.Json >= 12.0
nuget NUnit >= 3.12
nuget PuppeteerSharp >= 7.1
Expand All @@ -34,7 +34,7 @@ group LatestNet5
lowest_matching: true
nuget Giraffe >= 5.0.0
nuget FSharp.Core >= 6.0
nuget Microsoft.IO.RecyclableMemoryStream >= 2.2
nuget Microsoft.IO.RecyclableMemoryStream ~> 3

group Client
source https://api.nuget.org/v3/index.json
Expand Down
4 changes: 2 additions & 2 deletions paket.lock
Original file line number Diff line number Diff line change
Expand Up @@ -264,7 +264,7 @@ NUGET
Microsoft.Extensions.DependencyInjection.Abstractions (>= 6.0) - restriction: || (>= net461) (>= netstandard2.0)
Microsoft.Extensions.Options (>= 6.0) - restriction: || (>= net461) (>= netstandard2.0)
System.Text.Encodings.Web (>= 6.0) - restriction: || (>= net461) (&& (< net6.0) (>= netstandard2.0))
Microsoft.IO.RecyclableMemoryStream (2.2)
Microsoft.IO.RecyclableMemoryStream (3.0)
System.Memory (>= 4.5.4) - restriction: || (>= net462) (&& (< netcoreapp2.1) (>= netstandard2.0) (< netstandard2.1))
Microsoft.Net.Http.Headers (2.2.8) - restriction: >= netstandard2.0
Microsoft.Extensions.Primitives (>= 2.2) - restriction: >= netstandard2.0
Expand Down Expand Up @@ -1169,7 +1169,7 @@ NUGET
Utf8Json (>= 1.3.7)
Giraffe.ViewEngine (1.4)
FSharp.Core (>= 5.0)
Microsoft.IO.RecyclableMemoryStream (2.2)
Microsoft.IO.RecyclableMemoryStream (3.0)
Newtonsoft.Json (13.0.1)
Ply (0.3.1)
FSharp.Core (>= 4.6.2)
Expand Down

0 comments on commit 631f5cb

Please sign in to comment.