Skip to content

Commit 219f3fc

Browse files
dependabot[bot]bdukes
authored andcommitted
Bump Microsoft.Extensions.Logging from 10.0.2 to 10.0.3
--- updated-dependencies: - dependency-name: Microsoft.Extensions.Logging dependency-version: 10.0.3 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 046c6eb commit 219f3fc

2 files changed

Lines changed: 188 additions & 188 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.2" />
68+
<PackageReference Include="Microsoft.Extensions.Logging" Version="10.0.3" />
6969
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="10.0.102" PrivateAssets="All" />
7070
<PackageReference Include="JetBrains.Annotations" Version="2025.2.4" PrivateAssets="all"
7171
ExcludeAssets="runtime" />
Lines changed: 187 additions & 187 deletions
Original file line numberDiff line numberDiff line change
@@ -1,188 +1,188 @@
1-
{
2-
"version": 1,
3-
"dependencies": {
4-
".NETFramework,Version=v4.7.2": {
5-
"DotNetNuke.DependencyInjection": {
6-
"type": "Direct",
7-
"requested": "[9.4.0, )",
8-
"resolved": "9.4.0",
9-
"contentHash": "9FQa8uet1h6ym1In8aZ/MgW7hPpx4wjzsgj/EHLwxapejzl+dWQtK8OhP8o/z6EdH05MVO5mcEMqQx5pPBxUdg==",
10-
"dependencies": {
11-
"Microsoft.Extensions.DependencyInjection": "2.1.1"
12-
}
13-
},
14-
"DotNetNuke.Instrumentation": {
15-
"type": "Direct",
16-
"requested": "[9.4.0, )",
17-
"resolved": "9.4.0",
18-
"contentHash": "TG/JAJS3z91zURYdCoh/7ktIa7w22x+Zh1OtzalBR2Xt7rtTMzJTBtzfHnHj5pALxeTfyRK+h3PafGQAY8xjIA==",
19-
"dependencies": {
20-
"DotNetNuke.Core": "9.4.0"
21-
}
22-
},
23-
"JetBrains.Annotations": {
24-
"type": "Direct",
25-
"requested": "[2025.2.4, )",
26-
"resolved": "2025.2.4",
27-
"contentHash": "TwbgxAkXxY+vNEhNVx/QXjJ4vqxmepOjsgRvvImQPbHkHMMb4W+ahL3laMsxXKtNT7iMy+E1B3xkqao2hf1n3A=="
28-
},
29-
"Microsoft.Extensions.Logging": {
30-
"type": "Direct",
31-
"requested": "[10.0.2, )",
32-
"resolved": "10.0.2",
33-
"contentHash": "a0EWuBs6D3d7XMGroDXm+WsAi5CVVfjOJvyxurzWnuhBN9CO+1qHKcrKV1JK7H/T4ZtHIoVCOX/YyWM8K87qtw==",
34-
"dependencies": {
35-
"Microsoft.Bcl.AsyncInterfaces": "10.0.2",
36-
"Microsoft.Extensions.DependencyInjection": "10.0.2",
37-
"Microsoft.Extensions.Logging.Abstractions": "10.0.2",
38-
"Microsoft.Extensions.Options": "10.0.2",
39-
"System.Diagnostics.DiagnosticSource": "10.0.2",
40-
"System.ValueTuple": "4.6.1"
41-
}
42-
},
43-
"Microsoft.SourceLink.GitHub": {
44-
"type": "Direct",
45-
"requested": "[10.0.102, )",
46-
"resolved": "10.0.102",
47-
"contentHash": "Oxq3RCIJSdtpIU4hLqO7XaDe/Ra3HS9Wi8rJl838SAg6Zu1iQjerA0+xXWBgUFYbgknUGCLOU0T+lzMLkvY9Qg==",
48-
"dependencies": {
49-
"Microsoft.Build.Tasks.Git": "10.0.102",
50-
"Microsoft.SourceLink.Common": "10.0.102"
51-
}
52-
},
53-
"StyleCop.Analyzers": {
54-
"type": "Direct",
55-
"requested": "[1.2.0-beta.556, )",
56-
"resolved": "1.2.0-beta.556",
57-
"contentHash": "llRPgmA1fhC0I0QyFLEcjvtM2239QzKr/tcnbsjArLMJxJlu0AA5G7Fft0OI30pHF3MW63Gf4aSSsjc5m82J1Q==",
58-
"dependencies": {
59-
"StyleCop.Analyzers.Unstable": "1.2.0.556"
60-
}
61-
},
62-
"DotNetNuke.Core": {
63-
"type": "Transitive",
64-
"resolved": "9.4.0",
65-
"contentHash": "mB+xDWis4XQg4mNxWX1QwrknzlYRZ58hu++FPOWUf6zr9gpdWoku8//lPxVRd/weeREjXKLzMrW2YSSH7EWu6g=="
66-
},
67-
"Microsoft.Bcl.AsyncInterfaces": {
68-
"type": "Transitive",
69-
"resolved": "10.0.2",
70-
"contentHash": "qE5JhRoeJbAipLqpUCZyNfNwnpAvUttXgIQDnTiJ15d8ji+/bPgoPkB3xLzK5cQTobN2D2ditUesUlDHb7p3Pg==",
71-
"dependencies": {
72-
"System.Threading.Tasks.Extensions": "4.6.3"
73-
}
74-
},
75-
"Microsoft.Build.Tasks.Git": {
76-
"type": "Transitive",
77-
"resolved": "10.0.102",
78-
"contentHash": "0i81LYX31U6UiXz4NOLbvc++u+/mVDmOt+PskrM/MygpDxkv9THKQyRUmavBpLK6iBV0abNWnn+CQgSRz//Pwg=="
79-
},
80-
"Microsoft.Extensions.DependencyInjection": {
81-
"type": "Transitive",
82-
"resolved": "10.0.2",
83-
"contentHash": "J/Zmp6fY93JbaiZ11ckWvcyxMPjD6XVwIHQXBjryTBgn7O6O20HYg9uVLFcZlNfgH78MnreE/7EH+hjfzn7VyA==",
84-
"dependencies": {
85-
"Microsoft.Bcl.AsyncInterfaces": "10.0.2",
86-
"Microsoft.Extensions.DependencyInjection.Abstractions": "10.0.2",
87-
"System.Threading.Tasks.Extensions": "4.6.3"
88-
}
89-
},
90-
"Microsoft.Extensions.DependencyInjection.Abstractions": {
91-
"type": "Transitive",
92-
"resolved": "10.0.2",
93-
"contentHash": "zOIurr59+kUf9vNcsUkCvKWZv+fPosUZXURZesYkJCvl0EzTc9F7maAO4Cd2WEV7ZJJ0AZrFQvuH6Npph9wdBw==",
94-
"dependencies": {
95-
"Microsoft.Bcl.AsyncInterfaces": "10.0.2",
96-
"System.Threading.Tasks.Extensions": "4.6.3"
97-
}
98-
},
99-
"Microsoft.Extensions.Logging.Abstractions": {
100-
"type": "Transitive",
101-
"resolved": "10.0.2",
102-
"contentHash": "RZkez/JjpnO+MZ6efKkSynN6ZztLpw3WbxNzjLCPBd97wWj1S9ZYPWi0nmT4kWBRa6atHsdM1ydGkUr8GudyDQ==",
103-
"dependencies": {
104-
"Microsoft.Extensions.DependencyInjection.Abstractions": "10.0.2",
105-
"System.Buffers": "4.6.1",
106-
"System.Diagnostics.DiagnosticSource": "10.0.2",
107-
"System.Memory": "4.6.3"
108-
}
109-
},
110-
"Microsoft.Extensions.Options": {
111-
"type": "Transitive",
112-
"resolved": "10.0.2",
113-
"contentHash": "1De2LJjmxdqopI5AYC5dIhoZQ79AR5ayywxNF1rXrXFtKQfbQOV9+n/IsZBa7qWlr0MqoGpW8+OY2v/57udZOA==",
114-
"dependencies": {
115-
"Microsoft.Extensions.DependencyInjection.Abstractions": "10.0.2",
116-
"Microsoft.Extensions.Primitives": "10.0.2",
117-
"System.ValueTuple": "4.6.1"
118-
}
119-
},
120-
"Microsoft.Extensions.Primitives": {
121-
"type": "Transitive",
122-
"resolved": "10.0.2",
123-
"contentHash": "QmSiO+oLBEooGgB3i0GRXyeYRDHjllqt3k365jwfZlYWhvSHA3UL2NEVV5m8aZa041eIlblo6KMI5txvTMpTwA==",
124-
"dependencies": {
125-
"System.Memory": "4.6.3",
126-
"System.Runtime.CompilerServices.Unsafe": "6.1.2"
127-
}
128-
},
129-
"Microsoft.SourceLink.Common": {
130-
"type": "Transitive",
131-
"resolved": "10.0.102",
132-
"contentHash": "Mk1IMb9q5tahC2NltxYXFkLBtuBvfBoCQ3pIxYQWfzbCE9o1OB9SsHe0hnNGo7lWgTA/ePbFAJLWu6nLL9K17A=="
133-
},
134-
"StyleCop.Analyzers.Unstable": {
135-
"type": "Transitive",
136-
"resolved": "1.2.0.556",
137-
"contentHash": "zvn9Mqs/ox/83cpYPignI8hJEM2A93s2HkHs8HYMOAQW0PkampyoErAiIyKxgTLqbbad29HX/shv/6LGSjPJNQ=="
138-
},
139-
"System.Buffers": {
140-
"type": "Transitive",
141-
"resolved": "4.6.1",
142-
"contentHash": "N8GXpmiLMtljq7gwvyS+1QvKT/W2J8sNAvx+HVg4NGmsG/H+2k/y9QI23auLJRterrzCiDH+IWAw4V/GPwsMlw=="
143-
},
144-
"System.Diagnostics.DiagnosticSource": {
145-
"type": "Transitive",
146-
"resolved": "10.0.2",
147-
"contentHash": "lYWBy8fKkJHaRcOuw30d67PrtVjR5754sz5Wl76s8P+vJ9FSThh9b7LIcTSODx1LY7NB3Srvg+JMnzd67qNZOw==",
148-
"dependencies": {
149-
"System.Memory": "4.6.3",
150-
"System.Runtime.CompilerServices.Unsafe": "6.1.2"
151-
}
152-
},
153-
"System.Memory": {
154-
"type": "Transitive",
155-
"resolved": "4.6.3",
156-
"contentHash": "qdcDOgnFZY40+Q9876JUHnlHu7bosOHX8XISRoH94fwk6hgaeQGSgfZd8srWRZNt5bV9ZW2TljcegDNxsf+96A==",
157-
"dependencies": {
158-
"System.Buffers": "4.6.1",
159-
"System.Numerics.Vectors": "4.6.1",
160-
"System.Runtime.CompilerServices.Unsafe": "6.1.2"
161-
}
162-
},
163-
"System.Numerics.Vectors": {
164-
"type": "Transitive",
165-
"resolved": "4.6.1",
166-
"contentHash": "sQxefTnhagrhoq2ReR0D/6K0zJcr9Hrd6kikeXsA1I8kOCboTavcUC4r7TSfpKFeE163uMuxZcyfO1mGO3EN8Q=="
167-
},
168-
"System.Runtime.CompilerServices.Unsafe": {
169-
"type": "Transitive",
170-
"resolved": "6.1.2",
171-
"contentHash": "2hBr6zdbIBTDE3EhK7NSVNdX58uTK6iHW/P/Axmm9sl1xoGSLqDvMtpecn226TNwHByFokYwJmt/aQQNlO5CRw=="
172-
},
173-
"System.Threading.Tasks.Extensions": {
174-
"type": "Transitive",
175-
"resolved": "4.6.3",
176-
"contentHash": "7sCiwilJLYbTZELaKnc7RecBBXWXA+xMLQWZKWawBxYjp6DBlSE3v9/UcvKBvr1vv2tTOhipiogM8rRmxlhrVA==",
177-
"dependencies": {
178-
"System.Runtime.CompilerServices.Unsafe": "6.1.2"
179-
}
180-
},
181-
"System.ValueTuple": {
182-
"type": "Transitive",
183-
"resolved": "4.6.1",
184-
"contentHash": "+RJT4qaekpZ7DDLhf+LTjq+E48jieKiY9ulJ+BoxKmZblIJfIJT8Ufcaa/clQqnYvWs8jugfGSMu8ylS0caG0w=="
185-
}
186-
}
187-
}
1+
{
2+
"version": 1,
3+
"dependencies": {
4+
".NETFramework,Version=v4.7.2": {
5+
"DotNetNuke.DependencyInjection": {
6+
"type": "Direct",
7+
"requested": "[9.4.0, )",
8+
"resolved": "9.4.0",
9+
"contentHash": "9FQa8uet1h6ym1In8aZ/MgW7hPpx4wjzsgj/EHLwxapejzl+dWQtK8OhP8o/z6EdH05MVO5mcEMqQx5pPBxUdg==",
10+
"dependencies": {
11+
"Microsoft.Extensions.DependencyInjection": "2.1.1"
12+
}
13+
},
14+
"DotNetNuke.Instrumentation": {
15+
"type": "Direct",
16+
"requested": "[9.4.0, )",
17+
"resolved": "9.4.0",
18+
"contentHash": "TG/JAJS3z91zURYdCoh/7ktIa7w22x+Zh1OtzalBR2Xt7rtTMzJTBtzfHnHj5pALxeTfyRK+h3PafGQAY8xjIA==",
19+
"dependencies": {
20+
"DotNetNuke.Core": "9.4.0"
21+
}
22+
},
23+
"JetBrains.Annotations": {
24+
"type": "Direct",
25+
"requested": "[2025.2.4, )",
26+
"resolved": "2025.2.4",
27+
"contentHash": "TwbgxAkXxY+vNEhNVx/QXjJ4vqxmepOjsgRvvImQPbHkHMMb4W+ahL3laMsxXKtNT7iMy+E1B3xkqao2hf1n3A=="
28+
},
29+
"Microsoft.Extensions.Logging": {
30+
"type": "Direct",
31+
"requested": "[10.0.3, )",
32+
"resolved": "10.0.3",
33+
"contentHash": "8D9Er1cGXNjNDIB+VLBNHn386L5ls2FoiG9a6o12gyn+GG3w6jdfUhzT8dtBnKcevE7/fsVA8MS3FBgFfClFtQ==",
34+
"dependencies": {
35+
"Microsoft.Bcl.AsyncInterfaces": "10.0.3",
36+
"Microsoft.Extensions.DependencyInjection": "10.0.3",
37+
"Microsoft.Extensions.Logging.Abstractions": "10.0.3",
38+
"Microsoft.Extensions.Options": "10.0.3",
39+
"System.Diagnostics.DiagnosticSource": "10.0.3",
40+
"System.ValueTuple": "4.6.1"
41+
}
42+
},
43+
"Microsoft.SourceLink.GitHub": {
44+
"type": "Direct",
45+
"requested": "[10.0.102, )",
46+
"resolved": "10.0.102",
47+
"contentHash": "Oxq3RCIJSdtpIU4hLqO7XaDe/Ra3HS9Wi8rJl838SAg6Zu1iQjerA0+xXWBgUFYbgknUGCLOU0T+lzMLkvY9Qg==",
48+
"dependencies": {
49+
"Microsoft.Build.Tasks.Git": "10.0.102",
50+
"Microsoft.SourceLink.Common": "10.0.102"
51+
}
52+
},
53+
"StyleCop.Analyzers": {
54+
"type": "Direct",
55+
"requested": "[1.2.0-beta.556, )",
56+
"resolved": "1.2.0-beta.556",
57+
"contentHash": "llRPgmA1fhC0I0QyFLEcjvtM2239QzKr/tcnbsjArLMJxJlu0AA5G7Fft0OI30pHF3MW63Gf4aSSsjc5m82J1Q==",
58+
"dependencies": {
59+
"StyleCop.Analyzers.Unstable": "1.2.0.556"
60+
}
61+
},
62+
"DotNetNuke.Core": {
63+
"type": "Transitive",
64+
"resolved": "9.4.0",
65+
"contentHash": "mB+xDWis4XQg4mNxWX1QwrknzlYRZ58hu++FPOWUf6zr9gpdWoku8//lPxVRd/weeREjXKLzMrW2YSSH7EWu6g=="
66+
},
67+
"Microsoft.Bcl.AsyncInterfaces": {
68+
"type": "Transitive",
69+
"resolved": "10.0.3",
70+
"contentHash": "TV62UsrJZPX6gbt3c4WrtXh7bmaDIcMqf9uft1cc4L6gJXOU07hDGEh+bFQh/L2Az0R1WVOkiT66lFqS6G2NmA==",
71+
"dependencies": {
72+
"System.Threading.Tasks.Extensions": "4.6.3"
73+
}
74+
},
75+
"Microsoft.Build.Tasks.Git": {
76+
"type": "Transitive",
77+
"resolved": "10.0.102",
78+
"contentHash": "0i81LYX31U6UiXz4NOLbvc++u+/mVDmOt+PskrM/MygpDxkv9THKQyRUmavBpLK6iBV0abNWnn+CQgSRz//Pwg=="
79+
},
80+
"Microsoft.Extensions.DependencyInjection": {
81+
"type": "Transitive",
82+
"resolved": "10.0.3",
83+
"contentHash": "2DLOmC0EkB2smVK8lPP1PIKEgL1arE3CMp9XSIQB/Y7ev5nnnyuM/PizKJ6QfLD08QCYoopSC9SFdbYglDomYg==",
84+
"dependencies": {
85+
"Microsoft.Bcl.AsyncInterfaces": "10.0.3",
86+
"Microsoft.Extensions.DependencyInjection.Abstractions": "10.0.3",
87+
"System.Threading.Tasks.Extensions": "4.6.3"
88+
}
89+
},
90+
"Microsoft.Extensions.DependencyInjection.Abstractions": {
91+
"type": "Transitive",
92+
"resolved": "10.0.3",
93+
"contentHash": "bwGMrRcAMWx2s/RDgja97p27rxSz2pEQW0+rX5cWAUWVETVJ/eyxGfjAl8vuG5a+lckWmPIE+vcuaZNVB5YDdw==",
94+
"dependencies": {
95+
"Microsoft.Bcl.AsyncInterfaces": "10.0.3",
96+
"System.Threading.Tasks.Extensions": "4.6.3"
97+
}
98+
},
99+
"Microsoft.Extensions.Logging.Abstractions": {
100+
"type": "Transitive",
101+
"resolved": "10.0.3",
102+
"contentHash": "lxl0WLk7ROgBFAsjcOYjQ8/DVK+VMszxGBzUhgtQmAsTNldLL5pk9NG/cWTsXHq0lUhUEAtZkEE7jOGOA8bGKQ==",
103+
"dependencies": {
104+
"Microsoft.Extensions.DependencyInjection.Abstractions": "10.0.3",
105+
"System.Buffers": "4.6.1",
106+
"System.Diagnostics.DiagnosticSource": "10.0.3",
107+
"System.Memory": "4.6.3"
108+
}
109+
},
110+
"Microsoft.Extensions.Options": {
111+
"type": "Transitive",
112+
"resolved": "10.0.3",
113+
"contentHash": "hU6WzGTPvPoLA2ng1ILvWQb3g0qORdlHNsxI8IcPLumJb3suimYUl+bbDzdo1V4KFsvVhnMWzysHpKbZaoDQPQ==",
114+
"dependencies": {
115+
"Microsoft.Extensions.DependencyInjection.Abstractions": "10.0.3",
116+
"Microsoft.Extensions.Primitives": "10.0.3",
117+
"System.ValueTuple": "4.6.1"
118+
}
119+
},
120+
"Microsoft.Extensions.Primitives": {
121+
"type": "Transitive",
122+
"resolved": "10.0.3",
123+
"contentHash": "GEcpTwo7sUoLGGNTqV1FZEuL+tTD9m81NX/mh099dqGNna07/UGZShKQNZRw4hv6nlliSUwYQgSYc7OR99Jufg==",
124+
"dependencies": {
125+
"System.Memory": "4.6.3",
126+
"System.Runtime.CompilerServices.Unsafe": "6.1.2"
127+
}
128+
},
129+
"Microsoft.SourceLink.Common": {
130+
"type": "Transitive",
131+
"resolved": "10.0.102",
132+
"contentHash": "Mk1IMb9q5tahC2NltxYXFkLBtuBvfBoCQ3pIxYQWfzbCE9o1OB9SsHe0hnNGo7lWgTA/ePbFAJLWu6nLL9K17A=="
133+
},
134+
"StyleCop.Analyzers.Unstable": {
135+
"type": "Transitive",
136+
"resolved": "1.2.0.556",
137+
"contentHash": "zvn9Mqs/ox/83cpYPignI8hJEM2A93s2HkHs8HYMOAQW0PkampyoErAiIyKxgTLqbbad29HX/shv/6LGSjPJNQ=="
138+
},
139+
"System.Buffers": {
140+
"type": "Transitive",
141+
"resolved": "4.6.1",
142+
"contentHash": "N8GXpmiLMtljq7gwvyS+1QvKT/W2J8sNAvx+HVg4NGmsG/H+2k/y9QI23auLJRterrzCiDH+IWAw4V/GPwsMlw=="
143+
},
144+
"System.Diagnostics.DiagnosticSource": {
145+
"type": "Transitive",
146+
"resolved": "10.0.3",
147+
"contentHash": "IuZXyF3K5X+mCsBKIQ87Cn/V4Nyb39vyCbzfH/AkoneSWNV/ExGQ/I0m4CEaVAeFh9fW6kp2NVObkmevd1Ys7A==",
148+
"dependencies": {
149+
"System.Memory": "4.6.3",
150+
"System.Runtime.CompilerServices.Unsafe": "6.1.2"
151+
}
152+
},
153+
"System.Memory": {
154+
"type": "Transitive",
155+
"resolved": "4.6.3",
156+
"contentHash": "qdcDOgnFZY40+Q9876JUHnlHu7bosOHX8XISRoH94fwk6hgaeQGSgfZd8srWRZNt5bV9ZW2TljcegDNxsf+96A==",
157+
"dependencies": {
158+
"System.Buffers": "4.6.1",
159+
"System.Numerics.Vectors": "4.6.1",
160+
"System.Runtime.CompilerServices.Unsafe": "6.1.2"
161+
}
162+
},
163+
"System.Numerics.Vectors": {
164+
"type": "Transitive",
165+
"resolved": "4.6.1",
166+
"contentHash": "sQxefTnhagrhoq2ReR0D/6K0zJcr9Hrd6kikeXsA1I8kOCboTavcUC4r7TSfpKFeE163uMuxZcyfO1mGO3EN8Q=="
167+
},
168+
"System.Runtime.CompilerServices.Unsafe": {
169+
"type": "Transitive",
170+
"resolved": "6.1.2",
171+
"contentHash": "2hBr6zdbIBTDE3EhK7NSVNdX58uTK6iHW/P/Axmm9sl1xoGSLqDvMtpecn226TNwHByFokYwJmt/aQQNlO5CRw=="
172+
},
173+
"System.Threading.Tasks.Extensions": {
174+
"type": "Transitive",
175+
"resolved": "4.6.3",
176+
"contentHash": "7sCiwilJLYbTZELaKnc7RecBBXWXA+xMLQWZKWawBxYjp6DBlSE3v9/UcvKBvr1vv2tTOhipiogM8rRmxlhrVA==",
177+
"dependencies": {
178+
"System.Runtime.CompilerServices.Unsafe": "6.1.2"
179+
}
180+
},
181+
"System.ValueTuple": {
182+
"type": "Transitive",
183+
"resolved": "4.6.1",
184+
"contentHash": "+RJT4qaekpZ7DDLhf+LTjq+E48jieKiY9ulJ+BoxKmZblIJfIJT8Ufcaa/clQqnYvWs8jugfGSMu8ylS0caG0w=="
185+
}
186+
}
187+
}
188188
}

0 commit comments

Comments
 (0)