Skip to content

Commit bde50da

Browse files
baronfelKrzysztof-Cieslak
authored andcommitted
remove microsoft.aspnetcore.authorization and microsoft.extensions.caching.memory because they are in the framework
1 parent 1e4d11e commit bde50da

File tree

3 files changed

+0
-11
lines changed

3 files changed

+0
-11
lines changed

paket.dependencies

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,6 @@ group netcoreapp3.0
4747
nuget Microsoft.AspNetCore.Authentication.JwtBearer < 3.1
4848
nuget Microsoft.AspNetCore.Authentication.Google < 3.1
4949
nuget Microsoft.AspNetCore.Authentication.OpenIdConnect < 3.1
50-
nuget Microsoft.AspNetCore.Authorization < 3.1
51-
nuget Microsoft.Extensions.Caching.Memory < 3.1
5250
nuget Microsoft.NET.Sdk.Functions < 3.1
5351
nuget protobuf-net.Grpc.AspNetCore
5452
nuget FSharp.Control.Websockets >= 0.2

paket.lock

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1191,13 +1191,6 @@ NUGET
11911191
System.Collections.Immutable (>= 1.5)
11921192
System.Text.Encoding.CodePages (>= 4.0.1)
11931193
Microsoft.CSharp (4.7)
1194-
Microsoft.Extensions.Caching.Abstractions (3.1.1)
1195-
Microsoft.Extensions.Primitives (>= 3.1.1)
1196-
Microsoft.Extensions.Caching.Memory (3.0.2)
1197-
Microsoft.Extensions.Caching.Abstractions (>= 3.0.2)
1198-
Microsoft.Extensions.DependencyInjection.Abstractions (>= 3.0.2)
1199-
Microsoft.Extensions.Logging.Abstractions (>= 3.0.2)
1200-
Microsoft.Extensions.Options (>= 3.0.2)
12011194
Microsoft.Extensions.Configuration (3.1.1)
12021195
Microsoft.Extensions.Configuration.Abstractions (>= 3.1.1)
12031196
Microsoft.Extensions.Configuration.Abstractions (3.1.1)

src/Saturn/paket.references

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,6 @@ group netstandard2.0
2020

2121
group netcoreapp3.0
2222
Microsoft.AspNetCore.Authentication.JwtBearer framework: netcoreapp3.0
23-
Microsoft.AspNetCore.Authorization framework: netcoreapp3.0
24-
Microsoft.Extensions.Caching.Memory framework: netcoreapp3.0
2523
FSharp.Control.Websockets framework: netcoreapp3.0
2624
FSharp.Core framework: netcoreapp3.0
2725
Giraffe framework: netcoreapp3.0

0 commit comments

Comments
 (0)