Skip to content

Commit

Permalink
fix(deps): bump ConsoleAppFramework from 4.0.5 to 4.0.6 (#63)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] committed Feb 10, 2022
1 parent 51f2ea9 commit f97dc72
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.5" />
<PackageReference Include="ConsoleAppFramework" Version="4.0.6" />
</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.5, )",
"resolved": "4.0.5",
"contentHash": "BBMt1o7EGbEzO+xHksAp1o8TERBXTftC2mDRG1x0OEl8c+NkfwvXAu8Cp4zis6eTkVlzlu10qg5SxRnumrZGsw==",
"requested": "[4.0.6, )",
"resolved": "4.0.6",
"contentHash": "wdtnNzBJ18ADC9lqUYRenS8fzoMB6VSnJlhNs3uYyHvvvpKU4WlTADWCvvOZQJd4/I86iOVTk+gAPGr6c56SQw==",
"dependencies": {
"Microsoft.Extensions.Hosting": "6.0.0",
"System.Text.Json": "6.0.1"
Expand Down

0 comments on commit f97dc72

Please sign in to comment.