|
6 | 6 | "type": "coreclr", |
7 | 7 | "request": "launch", |
8 | 8 | "preLaunchTask": "Build Simplify.DI.Integration.Microsoft.Extensions.DependencyInjection.Tester", |
9 | | - "program": "${workspaceFolder}/src/Simplify.DI.Integration.Microsoft.Extensions.DependencyInjection.Tester/bin/Debug/net6.0/Simplify.DI.Integration.Microsoft.Extensions.DependencyInjection.Tester.dll", |
10 | | - "cwd": "${workspaceFolder}/src/Simplify.DI.Integration.Microsoft.Extensions.DependencyInjection.Tester/bin/Debug/net6.0/", |
| 9 | + "program": "${workspaceFolder}/src/Simplify.DI.Integration.Microsoft.Extensions.DependencyInjection.Tester/bin/Debug/net9.0/Simplify.DI.Integration.Microsoft.Extensions.DependencyInjection.Tester.dll", |
| 10 | + "cwd": "${workspaceFolder}/src/Simplify.DI.Integration.Microsoft.Extensions.DependencyInjection.Tester/bin/Debug/net9.0/", |
11 | 11 | "internalConsoleOptions": "openOnSessionStart", |
12 | 12 | "serverReadyAction": { |
13 | 13 | "action": "openExternally", |
|
23 | 23 | "type": "coreclr", |
24 | 24 | "request": "launch", |
25 | 25 | "preLaunchTask": "Build Simplify.Examples.Repository.EntityFramework.App", |
26 | | - "program": "${workspaceFolder}/src/Examples/Simplify.Examples.Repository.EntityFramework.App/bin/Debug/net6.0/Simplify.Examples.Repository.EntityFramework.App.dll", |
27 | | - "cwd": "${workspaceFolder}/src/Examples/Simplify.Examples.Repository.EntityFramework.App/bin/Debug/net6.0/", |
| 26 | + "program": "${workspaceFolder}/src/Examples/Simplify.Examples.Repository.EntityFramework.App/bin/Debug/net9.0/Simplify.Examples.Repository.EntityFramework.App.dll", |
| 27 | + "cwd": "${workspaceFolder}/src/Examples/Simplify.Examples.Repository.EntityFramework.App/bin/Debug/net9.0/", |
28 | 28 | "internalConsoleOptions": "openOnSessionStart", |
29 | 29 | "args": [ |
30 | 30 | "TestUser" |
|
38 | 38 | "type": "coreclr", |
39 | 39 | "request": "launch", |
40 | 40 | "preLaunchTask": "Build Simplify.Scheduler.IntegrationTester", |
41 | | - "program": "${workspaceFolder}/src/Simplify.Scheduler.IntegrationTester/bin/Debug/net8.0/Simplify.Scheduler.IntegrationTester.dll", |
42 | | - "cwd": "${workspaceFolder}/src/Simplify.Scheduler.IntegrationTester/bin/Debug/net8.0/", |
| 41 | + "program": "${workspaceFolder}/src/Simplify.Scheduler.IntegrationTester/bin/Debug/net9.0/Simplify.Scheduler.IntegrationTester.dll", |
| 42 | + "cwd": "${workspaceFolder}/src/Simplify.Scheduler.IntegrationTester/bin/Debug/net9.0/", |
43 | 43 | "env": { |
44 | 44 | "ASPNETCORE_ENVIRONMENT": "Development" |
45 | 45 | } |
|
0 commit comments