Skip to content

Commit

Permalink
fix(deps): bump ConsoleAppFramework from 4.0.4 to 4.0.5 (#60)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Jan 31, 2022
1 parent a8d6336 commit ef61bb4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion sandbox/ConsoleAppExample/ConsoleAppExample.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="ConsoleAppFramework" Version="4.0.4" />
<PackageReference Include="ConsoleAppFramework" Version="4.0.5" />
</ItemGroup>

<ItemGroup>
Expand Down
6 changes: 3 additions & 3 deletions sandbox/ConsoleAppExample/packages.lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
"net6.0": {
"ConsoleAppFramework": {
"type": "Direct",
"requested": "[4.0.4, )",
"resolved": "4.0.4",
"contentHash": "MKYT35MCB2sJp0qPEm1ZGSy62IJbermFRMMUlIn96tm24K3oA+XgGNNAR3QQ+UegfBK5rSx57udUsHurAn+ufw==",
"requested": "[4.0.5, )",
"resolved": "4.0.5",
"contentHash": "BBMt1o7EGbEzO+xHksAp1o8TERBXTftC2mDRG1x0OEl8c+NkfwvXAu8Cp4zis6eTkVlzlu10qg5SxRnumrZGsw==",
"dependencies": {
"Microsoft.Extensions.Hosting": "6.0.0",
"System.Text.Json": "6.0.1"
Expand Down

0 comments on commit ef61bb4

Please sign in to comment.