Skip to content

Commit

Permalink
deps(c#): Update c# (#64)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Sep 19, 2024
1 parent 8ae9550 commit 694976f
Show file tree
Hide file tree
Showing 6 changed files with 17 additions and 17 deletions.
12 changes: 6 additions & 6 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.1",
"contentHash": "7S76LyBFVUhXhLwRsZK24BXqiNOrfo91ALTiQiUBh797gyLQBtsUB0xxM7LKhLIfX6o5RC8fdB3AxKzomSsDGA=="
"resolved": "8.3.2",
"contentHash": "YyMsBE9lT0pJg2bEDzlfEWdlk6xHExW6jr1dxC7+YUqqVmOGL5nZROpxbXQRTe5TrfIs7BvkVsGULv/hq6tGIA=="
},
"EFCore.NamingConventions": {
"type": "Transitive",
Expand All @@ -106,8 +106,8 @@
},
"Google.Protobuf": {
"type": "Transitive",
"resolved": "3.28.1",
"contentHash": "i4EN7Z+OUdoRBNiVMIG6CfMh6UowXiUx+BKgE+GHLbAX5ArSmpUTFUDwgRNwNfYdosl6GXuBlDiHCcXSHw43+A=="
"resolved": "3.28.2",
"contentHash": "Z86ZKAB+v1B/m0LTM+EVamvZlYw/g3VND3/Gs4M/+aDIxa2JE9YPKjDxTpf0gv2sh26hrve3eI03brxBmzn92g=="
},
"Humanizer.Core": {
"type": "Transitive",
Expand Down Expand Up @@ -540,15 +540,15 @@
"tbclient": {
"type": "Project",
"dependencies": {
"Google.Protobuf": "[3.28.1, )"
"Google.Protobuf": "[3.28.2, )"
}
},
"tbm.shared": {
"type": "Project",
"dependencies": {
"Autofac": "[8.1.0, )",
"Autofac.Extensions.DependencyInjection": "[10.0.0, )",
"CommunityToolkit.Diagnostics": "[8.3.1, )",
"CommunityToolkit.Diagnostics": "[8.3.2, )",
"EFCore.NamingConventions": "[8.0.3, )",
"Microsoft.EntityFrameworkCore": "[8.0.8, )",
"Microsoft.Extensions.Hosting": "[8.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.1",
"contentHash": "7S76LyBFVUhXhLwRsZK24BXqiNOrfo91ALTiQiUBh797gyLQBtsUB0xxM7LKhLIfX6o5RC8fdB3AxKzomSsDGA=="
"resolved": "8.3.2",
"contentHash": "YyMsBE9lT0pJg2bEDzlfEWdlk6xHExW6jr1dxC7+YUqqVmOGL5nZROpxbXQRTe5TrfIs7BvkVsGULv/hq6tGIA=="
},
"EFCore.NamingConventions": {
"type": "Transitive",
Expand Down Expand Up @@ -910,7 +910,7 @@
"dependencies": {
"Autofac": "[8.1.0, )",
"Autofac.Extensions.DependencyInjection": "[10.0.0, )",
"CommunityToolkit.Diagnostics": "[8.3.1, )",
"CommunityToolkit.Diagnostics": "[8.3.2, )",
"EFCore.NamingConventions": "[8.0.3, )",
"Microsoft.EntityFrameworkCore": "[8.0.8, )",
"Microsoft.Extensions.Hosting": "[8.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.1, )",
"resolved": "8.3.1",
"contentHash": "7S76LyBFVUhXhLwRsZK24BXqiNOrfo91ALTiQiUBh797gyLQBtsUB0xxM7LKhLIfX6o5RC8fdB3AxKzomSsDGA=="
"requested": "[8.3.2, )",
"resolved": "8.3.2",
"contentHash": "YyMsBE9lT0pJg2bEDzlfEWdlk6xHExW6jr1dxC7+YUqqVmOGL5nZROpxbXQRTe5TrfIs7BvkVsGULv/hq6tGIA=="
},
"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.0" />
<PackageReference Include="Autofac.Extensions.DependencyInjection" Version="10.0.0" />
<PackageReference Include="CommunityToolkit.Diagnostics" Version="8.3.1" />
<PackageReference Include="CommunityToolkit.Diagnostics" Version="8.3.2" />
<PackageReference Include="EFCore.NamingConventions" Version="8.0.3" />
<PackageReference Include="Microsoft.EntityFrameworkCore" Version="8.0.8" />
<PackageReference Include="Microsoft.Extensions.Hosting" Version="8.0.0" />
Expand Down
2 changes: 1 addition & 1 deletion c#/tbClient/TbClient.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
<Compile Include="..\..\tbclient.protobuf\tbm_csharp\**" Link="%(RecursiveDir)%(Filename)%(Extension)" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="Google.Protobuf" Version="3.28.1" />
<PackageReference Include="Google.Protobuf" Version="3.28.2" />
</ItemGroup>
</Project>
6 changes: 3 additions & 3 deletions c#/tbClient/packages.lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
"net8.0": {
"Google.Protobuf": {
"type": "Direct",
"requested": "[3.28.1, )",
"resolved": "3.28.1",
"contentHash": "i4EN7Z+OUdoRBNiVMIG6CfMh6UowXiUx+BKgE+GHLbAX5ArSmpUTFUDwgRNwNfYdosl6GXuBlDiHCcXSHw43+A=="
"requested": "[3.28.2, )",
"resolved": "3.28.2",
"contentHash": "Z86ZKAB+v1B/m0LTM+EVamvZlYw/g3VND3/Gs4M/+aDIxa2JE9YPKjDxTpf0gv2sh26hrve3eI03brxBmzn92g=="
}
}
}
Expand Down

0 comments on commit 694976f

Please sign in to comment.