File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 10
10
"request" : " launch" ,
11
11
"preLaunchTask" : " build" ,
12
12
// 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" ,
14
14
"args" : [],
15
15
"cwd" : " ${workspaceFolder}" ,
16
16
"stopAtEntry" : false ,
Original file line number Diff line number Diff line change 1
1
# aspnet-core-3-basic-authentication-api
2
2
3
- ASP.NET Core 3.0 - Basic HTTP Authentication API
3
+ ASP.NET Core 3.1 - Basic HTTP Authentication API
4
4
5
5
For documentation and instructions check out https://jasonwatmore.com/post/2019/10/21/aspnet-core-3-basic-authentication-tutorial-with-example-api
Original file line number Diff line number Diff line change 1
1
<Project Sdk =" Microsoft.NET.Sdk.Web" >
2
2
<PropertyGroup >
3
- <TargetFramework >netcoreapp3.0 </TargetFramework >
3
+ <TargetFramework >netcoreapp3.1 </TargetFramework >
4
4
</PropertyGroup >
5
5
</Project >
You can’t perform that action at this time.
0 commit comments