Skip to content

Commit b2516c1

Browse files
author
Jakab László
committed
Remove JwtBeearer dependencies
1 parent 0c42b47 commit b2516c1

File tree

3 files changed

+0
-3
lines changed

3 files changed

+0
-3
lines changed

src/AutSoft.AspNetCore.Auth/AnyPolicies/AnyPoliciesPolicyProvider.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
using Microsoft.AspNetCore.Authentication.JwtBearer;
21
using Microsoft.AspNetCore.Authorization;
32
using Microsoft.Extensions.Options;
43

src/AutSoft.AspNetCore.Auth/AutSoft.AspNetCore.Auth.csproj

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77
</PropertyGroup>
88

99
<ItemGroup>
10-
<PackageReference Include="Microsoft.AspNetCore.Authentication.JwtBearer" />
1110
<PackageReference Include="Microsoft.AspNetCore.Authorization" />
1211
</ItemGroup>
1312

src/Directory.Packages.props

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77
<ItemGroup>
88
<PackageVersion Include="AutoMapper" Version="11.0.1" />
99
<PackageVersion Include="EntityFrameworkCore.Scaffolding.Handlebars" Version="6.0.3" />
10-
<PackageVersion Include="Microsoft.AspNetCore.Authentication.JwtBearer" Version="6.0.8" />
1110
<PackageVersion Include="Microsoft.AspNetCore.Authorization" Version="6.0.8" />
1211
<PackageVersion Include="Microsoft.AspNetCore.Identity.EntityFrameworkCore" Version="6.0.8" />
1312
<PackageVersion Include="Microsoft.EntityFrameworkCore" Version="6.0.8" />

0 commit comments

Comments
 (0)