File tree Expand file tree Collapse file tree 3 files changed +24
-105
lines changed
src/SimpleAuthentication.Abstractions Expand file tree Collapse file tree 3 files changed +24
-105
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1+ <Solution >
2+ <Folder Name =" /Samples/" />
3+ <Folder Name =" /Samples/Controllers/" >
4+ <Project Path =" samples/Controllers/ApiKeySample/ApiKeySample.csproj" />
5+ <Project Path =" samples/Controllers/BasicAuthenticationSample/BasicAuthenticationSample.csproj" />
6+ <Project Path =" samples/Controllers/JwtBearerSample/JwtBearerSample.csproj" />
7+ </Folder >
8+ <Folder Name =" /Samples/Minimal APIs/" >
9+ <Project Path =" samples/MinimalApis/ApiKeySample/ApiKeySample.csproj" />
10+ <Project Path =" samples/MinimalApis/BasicAuthenticationSample/BasicAuthenticationSample.csproj" />
11+ <Project Path =" samples/MinimalApis/JwtBearerSample/JwtBearerSample.csproj" />
12+ <Project Path =" samples/MinimalApis/Net8JwtBearerSample/Net8JwtBearerSample.csproj" />
13+ </Folder >
14+ <Folder Name =" /Solution Items/" >
15+ <File Path =" .editorconfig" />
16+ <File Path =" .github/copilot-instructions.md" />
17+ <File Path =" src/Directory.Build.props" />
18+ </Folder >
19+ <Project Path =" src/SimpleAuthentication.Abstractions/SimpleAuthentication.Abstractions.csproj" />
20+ <Project Path =" src/SimpleAuthentication.Swashbuckle/SimpleAuthentication.Swashbuckle.csproj" />
21+ <Project Path =" src/SimpleAuthentication/SimpleAuthentication.csproj" />
22+ </Solution >
Original file line number Diff line number Diff line change 2828 </ItemGroup >
2929
3030 <ItemGroup Condition =" '$(TargetFramework)' == 'net8.0'" >
31- <PackageReference Include =" Microsoft.AspNetCore.Authentication.JwtBearer" Version =" 8.0.19 " />
31+ <PackageReference Include =" Microsoft.AspNetCore.Authentication.JwtBearer" Version =" 8.0.20 " />
3232 </ItemGroup >
3333
3434 <ItemGroup Condition =" '$(TargetFramework)' == 'net9.0'" >
35- <PackageReference Include =" Microsoft.AspNetCore.Authentication.JwtBearer" Version =" 9.0.8 " />
35+ <PackageReference Include =" Microsoft.AspNetCore.Authentication.JwtBearer" Version =" 9.0.9 " />
3636 </ItemGroup >
3737
3838 <ItemGroup >
You can’t perform that action at this time.
0 commit comments