Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
dominikus1993 committed Jan 26, 2024
1 parent 32c0144 commit 701dc57
Show file tree
Hide file tree
Showing 13 changed files with 2,215 additions and 1,695 deletions.
6 changes: 3 additions & 3 deletions Directory.Packages.props
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,10 @@
<PackageVersion Include="MemoryPack" Version="1.9.16" />
<PackageVersion Include="Meziantou.Extensions.Logging.Xunit" Version="1.0.6" />
<PackageVersion Include="Microsoft.EntityFrameworkCore.Design" Version="7.0.11" />
<PackageVersion Include="Microsoft.Extensions.Configuration" Version="8.0.0-rc.2.23479.6" />
<PackageVersion Include="Microsoft.Extensions.Hosting" Version="8.0.0-rc.2.23479.6" />
<PackageVersion Include="Microsoft.Extensions.Configuration" Version="8.0.0" />
<PackageVersion Include="Microsoft.Extensions.Hosting" Version="8.0.0" />
<PackageVersion Include="Microsoft.Extensions.Http.Polly" Version="7.0.7" />
<PackageVersion Include="Microsoft.Extensions.Logging" Version="8.0.0-rc.2.23479.6" />
<PackageVersion Include="Microsoft.Extensions.Logging" Version="8.0.0" />
<PackageVersion Include="Newtonsoft.Json" Version="13.0.3" />
<PackageVersion Include="Npgsql.EntityFrameworkCore.PostgreSQL" Version="7.0.11" />
<PackageVersion Include="Npgsql.OpenTelemetry" Version="7.0.6" />
Expand Down
2 changes: 1 addition & 1 deletion global.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"sdk": {
"version": "8.0.100-rc.1.23463.5",
"version": "8.0.100",
"rollForward": "latestFeature",
"allowPrerelease": true
}
Expand Down
862 changes: 690 additions & 172 deletions src/Apps/Basket.Api/packages.lock.json

Large diffs are not rendered by default.

340 changes: 170 additions & 170 deletions src/Apps/Catalog.Api/packages.lock.json

Large diffs are not rendered by default.

338 changes: 169 additions & 169 deletions src/BuildingBlocks/Logging/packages.lock.json

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,6 @@ public sealed class RabbitMqPublisherConfig<T>
{
public string Exchange { get; set; } = "eshop";
public string Topic { get; set; } = "#";

public TimeSpan? TTL { get; set; } = null;
}
334 changes: 167 additions & 167 deletions src/BuildingBlocks/Messaging/packages.lock.json

Large diffs are not rendered by default.

336 changes: 168 additions & 168 deletions src/BuildingBlocks/Telemetry/packages.lock.json

Large diffs are not rendered by default.

338 changes: 169 additions & 169 deletions src/Modules/Basket/packages.lock.json

Large diffs are not rendered by default.

330 changes: 165 additions & 165 deletions src/Modules/Catalog/packages.lock.json

Large diffs are not rendered by default.

342 changes: 171 additions & 171 deletions tests/BuildingBlocks/Messaging.Tests/packages.lock.json

Large diffs are not rendered by default.

344 changes: 172 additions & 172 deletions tests/Modules/Basket.Tests/packages.lock.json

Large diffs are not rendered by default.

336 changes: 168 additions & 168 deletions tests/Modules/Catalog.Tests/packages.lock.json

Large diffs are not rendered by default.

0 comments on commit 701dc57

Please sign in to comment.