File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 15
15
"type" : " coreclr" ,
16
16
"request" : " launch" ,
17
17
"preLaunchTask" : " build" ,
18
- "program" : " ${workspaceFolder}/Todo.Web/Server/bin/Debug/net8 .0/Todo.Web.Server.dll" ,
18
+ "program" : " ${workspaceFolder}/Todo.Web/Server/bin/Debug/net9 .0/Todo.Web.Server.dll" ,
19
19
"args" : [],
20
20
"cwd" : " ${workspaceFolder}/Todo.Web/Server" ,
21
21
"launchSettingsProfile" : " https" ,
37
37
"request" : " launch" ,
38
38
"preLaunchTask" : " build" ,
39
39
// If you have changed target frameworks, make sure to update the program path.
40
- "program" : " ${workspaceFolder}/TodoApi/bin/Debug/net8 .0/TodoApi.dll" ,
40
+ "program" : " ${workspaceFolder}/TodoApi/bin/Debug/net9 .0/TodoApi.dll" ,
41
41
"args" : [],
42
42
"cwd" : " ${workspaceFolder}/TodoApi" ,
43
43
"stopAtEntry" : false ,
Original file line number Diff line number Diff line change 40
40
}
41
41
42
42
app . UseHttpsRedirection ( ) ;
43
- app . MapStaticAssets ( ) ;
44
43
app . UseAntiforgery ( ) ;
45
44
45
+ app . MapStaticAssets ( ) ;
46
46
app . MapRazorComponents < App > ( )
47
47
. AddInteractiveWebAssemblyRenderMode ( ) ;
48
48
You can’t perform that action at this time.
0 commit comments