Skip to content

Commit

Permalink
Update postgres
Browse files Browse the repository at this point in the history
  • Loading branch information
iancooper committed Dec 13, 2023
1 parent 35d959a commit 0d3571a
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 10 deletions.
4 changes: 0 additions & 4 deletions samples/WebApiWithWorkerAndSweeper/Orders.API/Program.cs
Original file line number Diff line number Diff line change
@@ -1,17 +1,13 @@
using System.ComponentModel;
using System.Data.Common;
using System.Reflection;
using System.Text.Json;
using System.Text.Json.Serialization;
using System.Transactions;
using Orders.Data;
using Paramore.Brighter.MessagingGateway.AzureServiceBus;
using Paramore.Brighter.MsSql;
using Paramore.Brighter.Outbox.MsSql;
using Paramore.Brighter.Extensions.DependencyInjection;
using Paramore.Brighter;
using Orders.Domain;
using Orders.Domain.Entities;
using Orders.Domain.Events;
using Paramore.Brighter.MessagingGateway.AzureServiceBus.ClientProvider;

Expand Down
5 changes: 0 additions & 5 deletions samples/WebApiWithWorkerAndSweeper/Orders.Worker/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -3,18 +3,13 @@
using System.Text.Json.Serialization;
using Microsoft.AspNetCore.Diagnostics.HealthChecks;
using Microsoft.Extensions.Diagnostics.HealthChecks;
using OpenTelemetry;
using OpenTelemetry.Resources;
using OpenTelemetry.Trace;
using Orders.Data;
using Orders.Domain;
using Orders.Domain.Commands;
using Orders.Domain.Events;
using Paramore.Brighter;
using Paramore.Brighter.MessagingGateway.AzureServiceBus;
using Paramore.Brighter.MessagingGateway.AzureServiceBus.ClientProvider;
using Paramore.Brighter.MsSql;
using Paramore.Brighter.Outbox.MsSql;
using Paramore.Brighter.ServiceActivator;
using Paramore.Brighter.ServiceActivator.Extensions.DependencyInjection;
using Paramore.Brighter.ServiceActivator.Extensions.Diagnostics.HealthChecks;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="Npgsql" Version="8.0.0" />
<PackageReference Include="Npgsql" Version="8.0.1" />
<PackageReference Update="MinVer" Version="4.3.0">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
Expand Down

0 comments on commit 0d3571a

Please sign in to comment.