Skip to content

Commit

Permalink
build(deps): update dependency microsoft.extensions.logging.abstracti…
Browse files Browse the repository at this point in the history
…ons to 8.0.3
  • Loading branch information
renovate[bot] authored Feb 16, 2025
1 parent a2a18a8 commit a1aa5bf
Show file tree
Hide file tree
Showing 6 changed files with 18 additions and 18 deletions.
2 changes: 1 addition & 1 deletion src/Directory.Packages.props
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
</ItemGroup>
<ItemGroup Condition="'$(TargetFramework)' == 'net8.0'">
<PackageVersion Include="Microsoft.EntityFrameworkCore.Relational" Version="8.0.13" />
<PackageVersion Include="Microsoft.Extensions.Logging.Abstractions" Version="8.0.2" />
<PackageVersion Include="Microsoft.Extensions.Logging.Abstractions" Version="8.0.3" />
</ItemGroup>
<ItemGroup Condition="'$(TargetFramework)' == 'net6.0'">
<PackageVersion Include="Microsoft.EntityFrameworkCore.Relational" Version="6.0.36" />
Expand Down
6 changes: 3 additions & 3 deletions src/Expressions.Database/packages.lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -84,9 +84,9 @@
},
"Microsoft.Extensions.Logging.Abstractions": {
"type": "Direct",
"requested": "[8.0.2, )",
"resolved": "8.0.2",
"contentHash": "nroMDjS7hNBPtkZqVBbSiQaQjWRDxITI8Y7XnDs97rqG3EbzVTNLZQf7bIeUJcaHOV8bca47s1Uxq94+2oGdxA==",
"requested": "[8.0.3, )",
"resolved": "8.0.3",
"contentHash": "dL0QGToTxggRLMYY4ZYX5AMwBb+byQBd/5dMiZE07Nv73o6I5Are3C7eQTh7K2+A4ct0PVISSr7TZANbiNb2yQ==",
"dependencies": {
"Microsoft.Extensions.DependencyInjection.Abstractions": "8.0.2"
}
Expand Down
8 changes: 4 additions & 4 deletions src/Expressions.EntityFrameworkCore/packages.lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -463,7 +463,7 @@
"Raiqub.Expressions.Database": {
"type": "Project",
"dependencies": {
"Microsoft.Extensions.Logging.Abstractions": "[8.0.2, )"
"Microsoft.Extensions.Logging.Abstractions": "[8.0.3, )"
}
},
"Raiqub.Expressions.Reading": {
Expand All @@ -480,9 +480,9 @@
},
"Microsoft.Extensions.Logging.Abstractions": {
"type": "CentralTransitive",
"requested": "[8.0.2, )",
"resolved": "8.0.2",
"contentHash": "nroMDjS7hNBPtkZqVBbSiQaQjWRDxITI8Y7XnDs97rqG3EbzVTNLZQf7bIeUJcaHOV8bca47s1Uxq94+2oGdxA==",
"requested": "[8.0.3, )",
"resolved": "8.0.3",
"contentHash": "dL0QGToTxggRLMYY4ZYX5AMwBb+byQBd/5dMiZE07Nv73o6I5Are3C7eQTh7K2+A4ct0PVISSr7TZANbiNb2yQ==",
"dependencies": {
"Microsoft.Extensions.DependencyInjection.Abstractions": "8.0.2"
}
Expand Down
8 changes: 4 additions & 4 deletions src/Expressions.Marten/packages.lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -1113,7 +1113,7 @@
"Raiqub.Expressions.Database": {
"type": "Project",
"dependencies": {
"Microsoft.Extensions.Logging.Abstractions": "[8.0.2, )"
"Microsoft.Extensions.Logging.Abstractions": "[8.0.3, )"
}
},
"Raiqub.Expressions.Reading": {
Expand All @@ -1130,9 +1130,9 @@
},
"Microsoft.Extensions.Logging.Abstractions": {
"type": "CentralTransitive",
"requested": "[8.0.2, )",
"resolved": "8.0.2",
"contentHash": "nroMDjS7hNBPtkZqVBbSiQaQjWRDxITI8Y7XnDs97rqG3EbzVTNLZQf7bIeUJcaHOV8bca47s1Uxq94+2oGdxA==",
"requested": "[8.0.3, )",
"resolved": "8.0.3",
"contentHash": "dL0QGToTxggRLMYY4ZYX5AMwBb+byQBd/5dMiZE07Nv73o6I5Are3C7eQTh7K2+A4ct0PVISSr7TZANbiNb2yQ==",
"dependencies": {
"Microsoft.Extensions.DependencyInjection.Abstractions": "8.0.2"
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -221,8 +221,8 @@
},
"Microsoft.Extensions.Logging.Abstractions": {
"type": "Transitive",
"resolved": "8.0.2",
"contentHash": "nroMDjS7hNBPtkZqVBbSiQaQjWRDxITI8Y7XnDs97rqG3EbzVTNLZQf7bIeUJcaHOV8bca47s1Uxq94+2oGdxA==",
"resolved": "8.0.3",
"contentHash": "dL0QGToTxggRLMYY4ZYX5AMwBb+byQBd/5dMiZE07Nv73o6I5Are3C7eQTh7K2+A4ct0PVISSr7TZANbiNb2yQ==",
"dependencies": {
"Microsoft.Extensions.DependencyInjection.Abstractions": "8.0.2"
}
Expand Down Expand Up @@ -631,7 +631,7 @@
"Raiqub.Expressions.Database": {
"type": "Project",
"dependencies": {
"Microsoft.Extensions.Logging.Abstractions": "[8.0.2, )"
"Microsoft.Extensions.Logging.Abstractions": "[8.0.3, )"
}
},
"Raiqub.Expressions.EntityFrameworkCore": {
Expand Down
6 changes: 3 additions & 3 deletions tests/Expressions.Marten.Tests/packages.lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -399,8 +399,8 @@
},
"Microsoft.Extensions.Logging.Abstractions": {
"type": "Transitive",
"resolved": "8.0.2",
"contentHash": "nroMDjS7hNBPtkZqVBbSiQaQjWRDxITI8Y7XnDs97rqG3EbzVTNLZQf7bIeUJcaHOV8bca47s1Uxq94+2oGdxA==",
"resolved": "8.0.3",
"contentHash": "dL0QGToTxggRLMYY4ZYX5AMwBb+byQBd/5dMiZE07Nv73o6I5Are3C7eQTh7K2+A4ct0PVISSr7TZANbiNb2yQ==",
"dependencies": {
"Microsoft.Extensions.DependencyInjection.Abstractions": "8.0.2"
}
Expand Down Expand Up @@ -943,7 +943,7 @@
"Raiqub.Expressions.Database": {
"type": "Project",
"dependencies": {
"Microsoft.Extensions.Logging.Abstractions": "[8.0.2, )"
"Microsoft.Extensions.Logging.Abstractions": "[8.0.3, )"
}
},
"Raiqub.Expressions.Marten": {
Expand Down

0 comments on commit a1aa5bf

Please sign in to comment.