Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit e7df016

Browse files
Updated to ASP.NET Core 3.1
1 parent 53adc15 commit e7df016

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

‎.vscode/launch.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"request": "launch",
1111
"preLaunchTask": "build",
1212
// If you have changed target frameworks, make sure to update the program path.
13-
"program": "${workspaceFolder}/bin/Debug/netcoreapp3.0/WebApi.dll",
13+
"program": "${workspaceFolder}/bin/Debug/netcoreapp3.1/WebApi.dll",
1414
"args": [],
1515
"cwd": "${workspaceFolder}",
1616
"stopAtEntry": false,

‎README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# aspnet-core-3-jwt-authentication-api
22

3-
ASP.NET Core 3.0 - JWT Authentication API
3+
ASP.NET Core 3.1 - JWT Authentication API
44

55
For documentation and instructions check out https://jasonwatmore.com/post/2019/10/11/aspnet-core-3-jwt-authentication-tutorial-with-example-api

‎WebApi.csproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
<Project Sdk="Microsoft.NET.Sdk.Web">
22
<PropertyGroup>
3-
<TargetFramework>netcoreapp3.0</TargetFramework>
3+
<TargetFramework>netcoreapp3.1</TargetFramework>
44
</PropertyGroup>
55
<ItemGroup>
6-
<PackageReference Include="Microsoft.AspNetCore.Authentication.JwtBearer" Version="3.0.0" />
7-
<PackageReference Include="System.IdentityModel.Tokens.Jwt" Version="5.5.0" />
6+
<PackageReference Include="Microsoft.AspNetCore.Authentication.JwtBearer" Version="3.1.0" />
7+
<PackageReference Include="System.IdentityModel.Tokens.Jwt" Version="5.6.0" />
88
</ItemGroup>
99
</Project>

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /