Skip to content

Commit f4eb0f3

Browse files
deps(c#): Update dependency CommunityToolkit.Diagnostics to 8.4.0
1 parent 8d636a0 commit f4eb0f3

File tree

4 files changed

+10
-10
lines changed

4 files changed

+10
-10
lines changed

c#/crawler/packages.lock.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -91,8 +91,8 @@
9191
},
9292
"CommunityToolkit.Diagnostics": {
9393
"type": "Transitive",
94-
"resolved": "8.3.2",
95-
"contentHash": "YyMsBE9lT0pJg2bEDzlfEWdlk6xHExW6jr1dxC7+YUqqVmOGL5nZROpxbXQRTe5TrfIs7BvkVsGULv/hq6tGIA=="
94+
"resolved": "8.4.0",
95+
"contentHash": "/9Nuy8EWo0ZYQsjn3h4OGxjCWVYXl3TV3fvv29f8IVqplXgXGRzIpbtHEHGOfykh+TPbzUclzIfMCBzmgblKDA=="
9696
},
9797
"EFCore.NamingConventions": {
9898
"type": "Transitive",
@@ -532,7 +532,7 @@
532532
"dependencies": {
533533
"Autofac": "[8.1.1, )",
534534
"Autofac.Extensions.DependencyInjection": "[10.0.0, )",
535-
"CommunityToolkit.Diagnostics": "[8.3.2, )",
535+
"CommunityToolkit.Diagnostics": "[8.4.0, )",
536536
"EFCore.NamingConventions": "[9.0.0, )",
537537
"Microsoft.EntityFrameworkCore": "[9.0.0, )",
538538
"Microsoft.Extensions.Hosting": "[9.0.0, )",

c#/imagePipeline/packages.lock.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -132,8 +132,8 @@
132132
},
133133
"CommunityToolkit.Diagnostics": {
134134
"type": "Transitive",
135-
"resolved": "8.3.2",
136-
"contentHash": "YyMsBE9lT0pJg2bEDzlfEWdlk6xHExW6jr1dxC7+YUqqVmOGL5nZROpxbXQRTe5TrfIs7BvkVsGULv/hq6tGIA=="
135+
"resolved": "8.4.0",
136+
"contentHash": "/9Nuy8EWo0ZYQsjn3h4OGxjCWVYXl3TV3fvv29f8IVqplXgXGRzIpbtHEHGOfykh+TPbzUclzIfMCBzmgblKDA=="
137137
},
138138
"EFCore.NamingConventions": {
139139
"type": "Transitive",
@@ -894,7 +894,7 @@
894894
"dependencies": {
895895
"Autofac": "[8.1.1, )",
896896
"Autofac.Extensions.DependencyInjection": "[10.0.0, )",
897-
"CommunityToolkit.Diagnostics": "[8.3.2, )",
897+
"CommunityToolkit.Diagnostics": "[8.4.0, )",
898898
"EFCore.NamingConventions": "[9.0.0, )",
899899
"Microsoft.EntityFrameworkCore": "[9.0.0, )",
900900
"Microsoft.Extensions.Hosting": "[9.0.0, )",

c#/shared/packages.lock.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,9 @@
2323
},
2424
"CommunityToolkit.Diagnostics": {
2525
"type": "Direct",
26-
"requested": "[8.3.2, )",
27-
"resolved": "8.3.2",
28-
"contentHash": "YyMsBE9lT0pJg2bEDzlfEWdlk6xHExW6jr1dxC7+YUqqVmOGL5nZROpxbXQRTe5TrfIs7BvkVsGULv/hq6tGIA=="
26+
"requested": "[8.4.0, )",
27+
"resolved": "8.4.0",
28+
"contentHash": "/9Nuy8EWo0ZYQsjn3h4OGxjCWVYXl3TV3fvv29f8IVqplXgXGRzIpbtHEHGOfykh+TPbzUclzIfMCBzmgblKDA=="
2929
},
3030
"EFCore.NamingConventions": {
3131
"type": "Direct",

c#/shared/tbm.Shared.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<ItemGroup>
33
<PackageReference Include="Autofac" Version="8.1.1" />
44
<PackageReference Include="Autofac.Extensions.DependencyInjection" Version="10.0.0" />
5-
<PackageReference Include="CommunityToolkit.Diagnostics" Version="8.3.2" />
5+
<PackageReference Include="CommunityToolkit.Diagnostics" Version="8.4.0" />
66
<PackageReference Include="EFCore.NamingConventions" Version="9.0.0" />
77
<PackageReference Include="Microsoft.EntityFrameworkCore" Version="9.0.0" />
88
<PackageReference Include="Microsoft.Extensions.Hosting" Version="9.0.0" />

0 commit comments

Comments
 (0)