Skip to content
Merged
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
18 changes: 9 additions & 9 deletions paket.lock
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@ NUGET
Microsoft.Bcl.AsyncInterfaces (10.0.5) - restriction: || (>= net462) (&& (< net6.0) (>= netstandard2.0))
System.Threading.Tasks.Extensions (>= 4.6.3) - restriction: || (>= net462) (&& (>= netstandard2.0) (< netstandard2.1))
Microsoft.NETCore.Platforms (7.0.4) - restriction: >= net461
Microsoft.OpenApi (2.7.2)
Microsoft.OpenApi (2.7.3)
System.Text.Json (>= 8.0.5) - restriction: >= netstandard2.0
Microsoft.OpenApi.YamlReader (2.7.2)
Microsoft.OpenApi (>= 2.7.2) - restriction: >= netstandard2.0
Microsoft.OpenApi.YamlReader (2.7.3)
Microsoft.OpenApi (>= 2.7.3) - restriction: >= netstandard2.0
SharpYaml (>= 2.1.4) - restriction: >= netstandard2.0
System.Text.Json (>= 8.0.5) - restriction: >= netstandard2.0
NETStandard.Library (2.0.3) - restriction: >= net461
Expand Down Expand Up @@ -44,11 +44,11 @@ NUGET
System.ValueTuple (4.6.2) - restriction: >= net462
GITHUB
remote: fsprojects/FSharp.TypeProviders.SDK
src/ProvidedTypes.fs (bbea8e0f0858e8cc78159c248baf6bec0636ecfc)
src/ProvidedTypes.fsi (bbea8e0f0858e8cc78159c248baf6bec0636ecfc)
src/ProvidedTypes.fs (cab99482287b939de661c2fc1c0e7ce08f175719)
src/ProvidedTypes.fsi (cab99482287b939de661c2fc1c0e7ce08f175719)
remote: fsprojects/FSharp.Data
src/FSharp.Data.Runtime.Utilities/NameUtils.fs (e4031d0ce7301da50ba15a5f5084ec9171d8200f)
src/FSharp.Data.Runtime.Utilities/Pluralizer.fs (e4031d0ce7301da50ba15a5f5084ec9171d8200f)
src/FSharp.Data.Runtime.Utilities/NameUtils.fs (e45a7b68a0fb0610aece5ca38e39e297b2bff943)
src/FSharp.Data.Runtime.Utilities/Pluralizer.fs (e45a7b68a0fb0610aece5ca38e39e297b2bff943)
GROUP Server
RESTRICTION: == net10.0
NUGET
Expand Down Expand Up @@ -451,7 +451,7 @@ NUGET
Microsoft.Extensions.Options (>= 10.0.5)
Microsoft.Net.Http.Headers (10.0.5)
Microsoft.Extensions.Primitives (>= 10.0.5)
Microsoft.OpenApi (2.7.2)
Microsoft.OpenApi (2.7.3)
System.Text.Json (>= 8.0.5)
Newtonsoft.Json (13.0.4)
Newtonsoft.Json.Bson (1.0.3)
Expand Down Expand Up @@ -568,7 +568,7 @@ NUGET
Microsoft.NET.Test.Sdk (18.3)
Microsoft.CodeCoverage (>= 18.3)
Microsoft.TestPlatform.TestHost (>= 18.3)
Microsoft.OpenApi (2.7.2)
Microsoft.OpenApi (2.7.3)
System.Text.Json (>= 8.0.5)
Microsoft.Testing.Extensions.Telemetry (2.1)
Microsoft.ApplicationInsights (>= 2.23)
Expand Down
Loading