Skip to content

Commit 08d8aa5

Browse files
authored
Merge pull request #81 from joelbyford/TestFixes
Test fixes
2 parents ec1aa27 + b563ef3 commit 08d8aa5

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.vscode/launch.json

Lines changed: 2 additions & 2 deletions
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}/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,
@@ -36,7 +36,7 @@
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,

QrCodeApiApp/QrCodeApiApp.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
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" />

0 commit comments

Comments
 (0)