Skip to content

Commit

Permalink
deps: Update dependency Microsoft.Extensions.Logging.Abstractions to …
Browse files Browse the repository at this point in the history
…version 6.0.3

Updates-dependency: Microsoft.Extensions.Logging.Abstractions
Updates-dependency-from-version: 6.0.2
Updates-dependency-to-version: 6.0.3
  • Loading branch information
renovate[bot] authored Nov 7, 2022
1 parent 1f3805e commit f338947
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/Utilities.Logging/Grynwald.Utilities.Logging.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Microsoft.Extensions.Logging.Abstractions" Version="6.0.2" />
<PackageReference Include="Microsoft.Extensions.Logging.Abstractions" Version="6.0.3" />
</ItemGroup>


Expand Down
6 changes: 3 additions & 3 deletions src/Utilities.Logging/packages.lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@
},
"Microsoft.Extensions.Logging.Abstractions": {
"type": "Direct",
"requested": "[6.0.2, )",
"resolved": "6.0.2",
"contentHash": "pwXCZKaA7m5wgmCj49dW+H1RPSY7U62SKLTQYCcavf/k3Nyt/WnBgAjG4jMGnwy9rElfAZ2KvxvM5CJzJWG0hg==",
"requested": "[6.0.3, )",
"resolved": "6.0.3",
"contentHash": "SUpStcdjeBbdKjPKe53hVVLkFjylX0yIXY8K+xWa47+o1d+REDyOMZjHZa+chsQI1K9qZeiHWk9jos0TFU7vGg==",
"dependencies": {
"System.Buffers": "4.5.1",
"System.Memory": "4.5.4"
Expand Down

0 comments on commit f338947

Please sign in to comment.