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 1010 "request" : " launch" ,
1111 "preLaunchTask" : " build" ,
1212 // If you have changed target frameworks, make sure to update the program path.
13- "program" : " ${workspaceFolder}/QrCodeApiApp/bin/Debug/netcoreapp2.1 /QrCodeApiApp.dll" ,
13+ "program" : " ${workspaceFolder}/QrCodeApiApp/bin/Debug/net6.0 /QrCodeApiApp.dll" ,
1414 "args" : [],
1515 "cwd" : " ${workspaceFolder}/QrCodeApiApp" ,
1616 "stopAtEntry" : false ,
3636 "request" : " launch" ,
3737 "preLaunchTask" : " build" ,
3838 // If you have changed target frameworks, make sure to update the program path.
39- "program" : " ${workspaceFolder}/QrCodeApiApp/bin/Debug/netcoreapp2.1 /QrCodeApiApp.dll" ,
39+ "program" : " ${workspaceFolder}/QrCodeApiApp/bin/Debug/net6.0 /QrCodeApiApp.dll" ,
4040 "args" : [],
4141 "cwd" : " ${workspaceFolder}/QrCodeApiApp" ,
4242 "stopAtEntry" : false ,
Original file line number Diff line number Diff line change 1010
1111 <ItemGroup >
1212 <PackageReference Include =" joelbyford.BasicAuth" Version =" 1.2.0" />
13- <PackageReference Include =" Microsoft.OpenApi" Version =" 1.4.3 " />
13+ <PackageReference Include =" Microsoft.OpenApi" Version =" 1.6.13 " />
1414 <PackageReference Include =" Swashbuckle.AspNetCore" Version =" 6.5.0" />
1515 <PackageReference Include =" System.Drawing.Common" Version =" 7.0.0" />
1616 <PackageReference Include =" ZXing.Net" Version =" 0.16.9" />
You can’t perform that action at this time.
0 commit comments