Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
Brunobento1990 committed Apr 3, 2024
1 parent 97cbd9b commit a738ffa
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
5 changes: 2 additions & 3 deletions Mensageria/Mensageria.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Domain.Pkg" Version="1.0.44" />
<PackageReference Include="Domain.Pkg" Version="1.0.54" />
<PackageReference Include="dotenv.net" Version="3.1.3" />
<PackageReference Include="HarfBuzzSharp.NativeAssets.Linux" Version="7.3.0.1" />
<PackageReference Include="Microsoft.EntityFrameworkCore" Version="8.0.3" />
Expand All @@ -19,9 +19,8 @@
</PackageReference>
<PackageReference Include="Microsoft.Extensions.Caching.StackExchangeRedis" Version="8.0.3" />
<PackageReference Include="Microsoft.Extensions.Hosting" Version="8.0.0" />
<PackageReference Include="Microsoft.VisualStudio.Azure.Containers.Tools.Targets" Version="1.19.5" />
<PackageReference Include="Microsoft.VisualStudio.Azure.Containers.Tools.Targets" Version="1.20.0" />
<PackageReference Include="Npgsql.EntityFrameworkCore.PostgreSQL" Version="8.0.2" />
<PackageReference Include="QuestPDF" Version="2023.12.5" />
<PackageReference Include="RabbitMQ.Client" Version="6.8.1" />
<PackageReference Include="SkiaSharp.NativeAssets.Linux.NoDependencies" Version="2.88.7" />
</ItemGroup>
Expand Down
4 changes: 2 additions & 2 deletions Mensageria/Program.cs
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
using dotenv.net;
using Mensageria;
using QuestPDF.Infrastructure;
using Domain.Pkg.Cryptography;
using Mensageria.Ioc;
using Domain.Pkg.Pdfs.Configure;

var builder = Host.CreateApplicationBuilder(args);

DotEnv.Load();

QuestPDF.Settings.License = LicenseType.Community;
ConfigurePdfQuest.ConfigureQuest();

builder.Services.InjectServices();
builder.Services.InjectRepositories();
Expand Down

0 comments on commit a738ffa

Please sign in to comment.