Skip to content

Commit f63872e

Browse files
dependabot[bot]bdukes
authored andcommitted
Bump Microsoft.Extensions.Logging from 10.0.4 to 10.0.5
--- updated-dependencies: - dependency-name: Microsoft.Extensions.Logging dependency-version: 10.0.5 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 5aacf30 commit f63872e

2 files changed

Lines changed: 31 additions & 31 deletions

File tree

EngageSoftware.Dnn.Logging/EngageSoftware.Dnn.Logging.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@
6565
ExcludeAssets="runtime" />
6666
<PackageReference Include="DotNetNuke.Instrumentation" Version="9.4.0" PrivateAssets="All"
6767
ExcludeAssets="runtime" />
68-
<PackageReference Include="Microsoft.Extensions.Logging" Version="10.0.4" />
68+
<PackageReference Include="Microsoft.Extensions.Logging" Version="10.0.5" />
6969
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="10.0.200" PrivateAssets="All" />
7070
<PackageReference Include="JetBrains.Annotations" Version="2025.2.4" PrivateAssets="all"
7171
ExcludeAssets="runtime" />

EngageSoftware.Dnn.Logging/packages.lock.json

Lines changed: 30 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -28,15 +28,15 @@
2828
},
2929
"Microsoft.Extensions.Logging": {
3030
"type": "Direct",
31-
"requested": "[10.0.4, )",
32-
"resolved": "10.0.4",
33-
"contentHash": "S8+6fCuMOhJZGk8sGFtOy3VsF9mk9x4UOL59GM91REiA/fmCDjunKKIw4RmStG87qyXPfxelDJf2pXIbTuaBdw==",
34-
"dependencies": {
35-
"Microsoft.Bcl.AsyncInterfaces": "10.0.4",
36-
"Microsoft.Extensions.DependencyInjection": "10.0.4",
37-
"Microsoft.Extensions.Logging.Abstractions": "10.0.4",
38-
"Microsoft.Extensions.Options": "10.0.4",
39-
"System.Diagnostics.DiagnosticSource": "10.0.4",
31+
"requested": "[10.0.5, )",
32+
"resolved": "10.0.5",
33+
"contentHash": "+XTMKQyDWg4ODoNHU/BN3BaI1jhGO7VCS+BnzT/4IauiG6y2iPAte7MyD7rHKS+hNP0TkFkjrae8DFjDUxtcxg==",
34+
"dependencies": {
35+
"Microsoft.Bcl.AsyncInterfaces": "10.0.5",
36+
"Microsoft.Extensions.DependencyInjection": "10.0.5",
37+
"Microsoft.Extensions.Logging.Abstractions": "10.0.5",
38+
"Microsoft.Extensions.Options": "10.0.5",
39+
"System.Diagnostics.DiagnosticSource": "10.0.5",
4040
"System.ValueTuple": "4.6.1"
4141
}
4242
},
@@ -67,8 +67,8 @@
6767
},
6868
"Microsoft.Bcl.AsyncInterfaces": {
6969
"type": "Transitive",
70-
"resolved": "10.0.4",
71-
"contentHash": "2JmoSZ1wDf1/TUyTtLTXeicXCnWxXkeStGnzRRmAw+5CBIGhg6q9ieJXu4FjeLzawSGd5PMhcropNa3lPJDaKA==",
70+
"resolved": "10.0.5",
71+
"contentHash": "hQB3Hq1LlF0NkGVNyZIvwIQIY3LM7Cw1oYjNiTvdNqmzzipVAWEK1c5sj2H5aFX0udnjgPLxSYKq2fupueS8ow==",
7272
"dependencies": {
7373
"System.Threading.Tasks.Extensions": "4.6.3"
7474
}
@@ -83,48 +83,48 @@
8383
},
8484
"Microsoft.Extensions.DependencyInjection": {
8585
"type": "Transitive",
86-
"resolved": "10.0.4",
87-
"contentHash": "NkvJ8aSr3AG30yabjv7ZWwTG/wq5OElNTlNq39Ok2HSEF3TIwAc1f1xnTJlR/GuoJmEgkfT7WBO9YbSXRk41+g==",
86+
"resolved": "10.0.5",
87+
"contentHash": "v1SVsowG6YE1YnHVGmLWz57YTRCQRx9pH5ebIESXfm5isI9gA3QaMyg/oMTzPpXYZwSAVDzYItGJKfmV+pqXkQ==",
8888
"dependencies": {
89-
"Microsoft.Bcl.AsyncInterfaces": "10.0.4",
90-
"Microsoft.Extensions.DependencyInjection.Abstractions": "10.0.4",
89+
"Microsoft.Bcl.AsyncInterfaces": "10.0.5",
90+
"Microsoft.Extensions.DependencyInjection.Abstractions": "10.0.5",
9191
"System.Threading.Tasks.Extensions": "4.6.3"
9292
}
9393
},
9494
"Microsoft.Extensions.DependencyInjection.Abstractions": {
9595
"type": "Transitive",
96-
"resolved": "10.0.4",
97-
"contentHash": "SIe9zlVQJecnk/DTmevIcl6+aEDYhoVLc2eG2AKwVeNEC8CSyxHAbh4lf0xtHq9JUum0vVTEByGNTK+b6oihTQ==",
96+
"resolved": "10.0.5",
97+
"contentHash": "iVMtq9eRvzyhx8949EGT0OCYJfXi737SbRVzWXE5GrOgGj5AaZ9eUuxA/BSUfmOMALKn/g8KfFaNQw0eiB3lyA==",
9898
"dependencies": {
99-
"Microsoft.Bcl.AsyncInterfaces": "10.0.4",
99+
"Microsoft.Bcl.AsyncInterfaces": "10.0.5",
100100
"System.Threading.Tasks.Extensions": "4.6.3"
101101
}
102102
},
103103
"Microsoft.Extensions.Logging.Abstractions": {
104104
"type": "Transitive",
105-
"resolved": "10.0.4",
106-
"contentHash": "PDMMt7fvBatv6hcxxyJtXIzSwn7Dy00W6I2vDAOTYrQqNM2dF5A2L9n0uMzdPz2IPoNZWkAmYjoOCEdDLq0i4w==",
105+
"resolved": "10.0.5",
106+
"contentHash": "9HOdqlDtPptVcmKAjsQ/Nr5Rxfq6FMYLdhvZh1lVmeKR738qeYecQD7+ldooXf+u2KzzR1kafSphWngIM3C6ug==",
107107
"dependencies": {
108-
"Microsoft.Extensions.DependencyInjection.Abstractions": "10.0.4",
108+
"Microsoft.Extensions.DependencyInjection.Abstractions": "10.0.5",
109109
"System.Buffers": "4.6.1",
110-
"System.Diagnostics.DiagnosticSource": "10.0.4",
110+
"System.Diagnostics.DiagnosticSource": "10.0.5",
111111
"System.Memory": "4.6.3"
112112
}
113113
},
114114
"Microsoft.Extensions.Options": {
115115
"type": "Transitive",
116-
"resolved": "10.0.4",
117-
"contentHash": "kRxa2Zjzhg/ohh7EklpqQpBIcyQnC3meWxCcpZBn+0QWy/fY1DmDd45JiW8Vyrpj2J1RDtau5yRHiLZS/AoxUw==",
116+
"resolved": "10.0.5",
117+
"contentHash": "MDaQMdUplw0AIRhWWmbLA7yQEXaLIHb+9CTroTiNS8OlI0LMXS4LCxtopqauiqGCWlRgJ+xyraVD8t6veRAFbw==",
118118
"dependencies": {
119-
"Microsoft.Extensions.DependencyInjection.Abstractions": "10.0.4",
120-
"Microsoft.Extensions.Primitives": "10.0.4",
119+
"Microsoft.Extensions.DependencyInjection.Abstractions": "10.0.5",
120+
"Microsoft.Extensions.Primitives": "10.0.5",
121121
"System.ValueTuple": "4.6.1"
122122
}
123123
},
124124
"Microsoft.Extensions.Primitives": {
125125
"type": "Transitive",
126-
"resolved": "10.0.4",
127-
"contentHash": "lABYqiRH9HgYJsjzO3W7+cucUwWXhEkiyrRylANdIubnzcESlkIsLowXpQ4E+sc7kjMLbk1hk5oxw4qTKowTEg==",
126+
"resolved": "10.0.5",
127+
"contentHash": "/HUHJ0tw/LQvD0DZrz50eQy/3z7PfX7WWEaXnjKTV9/TNdcgFlNTZGo49QhS7PTmhDqMyHRMqAXSBxLh0vso4g==",
128128
"dependencies": {
129129
"System.Memory": "4.6.3",
130130
"System.Runtime.CompilerServices.Unsafe": "6.1.2"
@@ -147,8 +147,8 @@
147147
},
148148
"System.Diagnostics.DiagnosticSource": {
149149
"type": "Transitive",
150-
"resolved": "10.0.4",
151-
"contentHash": "WBD8SloNQ9Fp+6Iz+H42w5/VdwYPz9q7iuT6V5ng2FrtR1bYsewmQ3i2PqRR4NnuSZobJ/XtiKkbQyrheDHHdQ==",
150+
"resolved": "10.0.5",
151+
"contentHash": "CCbzHQ26L3jskdwHh+4bxxW84lUMIrAAmeSlpO69AlrQV0DKbj1/I+feLaLSuZeqXPr9UlSy0OcgZoXOk2a6/g==",
152152
"dependencies": {
153153
"System.Memory": "4.6.3",
154154
"System.Runtime.CompilerServices.Unsafe": "6.1.2"

0 commit comments

Comments
 (0)