Skip to content

Commit

Permalink
Build fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
peters committed Jan 27, 2024
1 parent b3611c2 commit c18be46
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions Digipost.Api.Demo/Digipost.Api.Demo.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@

<ItemGroup>
<PackageReference Include="Microsoft.Extensions.Logging.Console" />
<PackageReference Include="Digipost.Api.Client.DataTypes.Core" />
</ItemGroup>

<ItemGroup>
Expand Down
1 change: 1 addition & 0 deletions Digipost.Api.Demo/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
using Digipost.Api.Client.Common;
using Digipost.Api.Client.Common.Enums;
using Digipost.Api.Client.Common.Recipient;
using Digipost.Api.Client.DataTypes.Core;
using Digipost.Api.Client.Extensions;
using Digipost.Api.Client.Send;
using Microsoft.Extensions.DependencyInjection;
Expand Down

0 comments on commit c18be46

Please sign in to comment.