Skip to content

Commit 171fd27

Browse files
Simplify paket.deps
1 parent 55474ae commit 171fd27

File tree

3 files changed

+7
-9
lines changed

3 files changed

+7
-9
lines changed

paket.dependencies

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,17 +7,16 @@ framework: netcoreapp3.1
77
nuget Expecto
88
nuget Newtonsoft.Json
99
nuget NSubstitute
10-
nuget System.Threading.Tasks.Dataflow >= 4.9
1110
nuget BenchmarkDotNet
1211
nuget Microsoft.AspNetCore.TestHost
1312

1413
nuget Giraffe prerelease
1514
nuget Giraffe.ViewEngine
1615

17-
nuget Microsoft.AspNetCore.Authentication.JwtBearer < 3.1
18-
nuget Microsoft.AspNetCore.Authentication.Google < 3.1
19-
nuget Microsoft.AspNetCore.Authentication.OpenIdConnect < 3.1
20-
nuget Microsoft.NET.Sdk.Functions < 3.1
16+
nuget Microsoft.AspNetCore.Authentication.JwtBearer
17+
nuget Microsoft.AspNetCore.Authentication.Google
18+
nuget Microsoft.AspNetCore.Authentication.OpenIdConnect
19+
nuget Microsoft.NET.Sdk.Functions
2120
nuget protobuf-net.Grpc.AspNetCore
2221
nuget protobuf-net.Grpc.HttpClient
2322
nuget FSharp.Control.Websockets >= 0.2

paket.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -71,10 +71,10 @@ NUGET
7171
Microsoft.AspNetCore.Authentication.Abstractions (>= 2.2)
7272
Microsoft.AspNetCore.Http (>= 2.2)
7373
Microsoft.AspNetCore.Http.Extensions (>= 2.2)
74-
Microsoft.AspNetCore.Authentication.Google (3.0.3)
75-
Microsoft.AspNetCore.Authentication.JwtBearer (3.0.3)
74+
Microsoft.AspNetCore.Authentication.Google (3.1.5)
75+
Microsoft.AspNetCore.Authentication.JwtBearer (3.1.5)
7676
Microsoft.IdentityModel.Protocols.OpenIdConnect (>= 5.5)
77-
Microsoft.AspNetCore.Authentication.OpenIdConnect (3.0.3)
77+
Microsoft.AspNetCore.Authentication.OpenIdConnect (3.1.5)
7878
Microsoft.IdentityModel.Protocols.OpenIdConnect (>= 5.5)
7979
Microsoft.AspNetCore.Authorization (3.1.5)
8080
Microsoft.AspNetCore.Metadata (>= 3.1.5)

src/Saturn/paket.references

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
System.Threading.Tasks.Dataflow
21
Microsoft.AspNetCore.Authentication.JwtBearer
32
FSharp.Control.Websockets
43
FSharp.Core

0 commit comments

Comments
 (0)