File tree Expand file tree Collapse file tree 3 files changed +7
-9
lines changed Expand file tree Collapse file tree 3 files changed +7
-9
lines changed Original file line number Diff line number Diff line change @@ -7,17 +7,16 @@ framework: netcoreapp3.1
77nuget Expecto
88nuget Newtonsoft.Json
99nuget NSubstitute
10- nuget System.Threading.Tasks.Dataflow >= 4.9
1110nuget BenchmarkDotNet
1211nuget Microsoft.AspNetCore.TestHost
1312
1413nuget Giraffe prerelease
1514nuget 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
2120nuget protobuf-net.Grpc.AspNetCore
2221nuget protobuf-net.Grpc.HttpClient
2322nuget FSharp.Control.Websockets >= 0.2
Original file line number Diff line number Diff 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)
Original file line number Diff line number Diff line change 1- System.Threading.Tasks.Dataflow
21Microsoft.AspNetCore.Authentication.JwtBearer
32FSharp.Control.Websockets
43FSharp.Core
You can’t perform that action at this time.
0 commit comments