Skip to content

Commit

Permalink
deps(c#): Update dependency CommunityToolkit.Diagnostics to 8.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 12, 2024
1 parent 8d636a0 commit f4eb0f3
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 deletions.
6 changes: 3 additions & 3 deletions c#/crawler/packages.lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -91,8 +91,8 @@
},
"CommunityToolkit.Diagnostics": {
"type": "Transitive",
"resolved": "8.3.2",
"contentHash": "YyMsBE9lT0pJg2bEDzlfEWdlk6xHExW6jr1dxC7+YUqqVmOGL5nZROpxbXQRTe5TrfIs7BvkVsGULv/hq6tGIA=="
"resolved": "8.4.0",
"contentHash": "/9Nuy8EWo0ZYQsjn3h4OGxjCWVYXl3TV3fvv29f8IVqplXgXGRzIpbtHEHGOfykh+TPbzUclzIfMCBzmgblKDA=="
},
"EFCore.NamingConventions": {
"type": "Transitive",
Expand Down Expand Up @@ -532,7 +532,7 @@
"dependencies": {
"Autofac": "[8.1.1, )",
"Autofac.Extensions.DependencyInjection": "[10.0.0, )",
"CommunityToolkit.Diagnostics": "[8.3.2, )",
"CommunityToolkit.Diagnostics": "[8.4.0, )",
"EFCore.NamingConventions": "[9.0.0, )",
"Microsoft.EntityFrameworkCore": "[9.0.0, )",
"Microsoft.Extensions.Hosting": "[9.0.0, )",
Expand Down
6 changes: 3 additions & 3 deletions c#/imagePipeline/packages.lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -132,8 +132,8 @@
},
"CommunityToolkit.Diagnostics": {
"type": "Transitive",
"resolved": "8.3.2",
"contentHash": "YyMsBE9lT0pJg2bEDzlfEWdlk6xHExW6jr1dxC7+YUqqVmOGL5nZROpxbXQRTe5TrfIs7BvkVsGULv/hq6tGIA=="
"resolved": "8.4.0",
"contentHash": "/9Nuy8EWo0ZYQsjn3h4OGxjCWVYXl3TV3fvv29f8IVqplXgXGRzIpbtHEHGOfykh+TPbzUclzIfMCBzmgblKDA=="
},
"EFCore.NamingConventions": {
"type": "Transitive",
Expand Down Expand Up @@ -894,7 +894,7 @@
"dependencies": {
"Autofac": "[8.1.1, )",
"Autofac.Extensions.DependencyInjection": "[10.0.0, )",
"CommunityToolkit.Diagnostics": "[8.3.2, )",
"CommunityToolkit.Diagnostics": "[8.4.0, )",
"EFCore.NamingConventions": "[9.0.0, )",
"Microsoft.EntityFrameworkCore": "[9.0.0, )",
"Microsoft.Extensions.Hosting": "[9.0.0, )",
Expand Down
6 changes: 3 additions & 3 deletions c#/shared/packages.lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@
},
"CommunityToolkit.Diagnostics": {
"type": "Direct",
"requested": "[8.3.2, )",
"resolved": "8.3.2",
"contentHash": "YyMsBE9lT0pJg2bEDzlfEWdlk6xHExW6jr1dxC7+YUqqVmOGL5nZROpxbXQRTe5TrfIs7BvkVsGULv/hq6tGIA=="
"requested": "[8.4.0, )",
"resolved": "8.4.0",
"contentHash": "/9Nuy8EWo0ZYQsjn3h4OGxjCWVYXl3TV3fvv29f8IVqplXgXGRzIpbtHEHGOfykh+TPbzUclzIfMCBzmgblKDA=="
},
"EFCore.NamingConventions": {
"type": "Direct",
Expand Down
2 changes: 1 addition & 1 deletion c#/shared/tbm.Shared.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<ItemGroup>
<PackageReference Include="Autofac" Version="8.1.1" />
<PackageReference Include="Autofac.Extensions.DependencyInjection" Version="10.0.0" />
<PackageReference Include="CommunityToolkit.Diagnostics" Version="8.3.2" />
<PackageReference Include="CommunityToolkit.Diagnostics" Version="8.4.0" />
<PackageReference Include="EFCore.NamingConventions" Version="9.0.0" />
<PackageReference Include="Microsoft.EntityFrameworkCore" Version="9.0.0" />
<PackageReference Include="Microsoft.Extensions.Hosting" Version="9.0.0" />
Expand Down

0 comments on commit f4eb0f3

Please sign in to comment.