- AutoMapper: 12.0.1 → 16.2.0 - Microsoft.Extensions.Hosting: 10.0.9 → 10.0.10 - Microsoft.Extensions.Options.ConfigurationExtensions: 10.0.9 → 10.0.10 - Add Microsoft.Extensions.Configuration.Abstractions 10.0.10 - Add Microsoft.Extensions.Configuration.Binder 10.0.10 - Add System.Text.Encoding.CodePages 10.0.10
38 lines
1.7 KiB
XML
38 lines
1.7 KiB
XML
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
<PropertyGroup>
|
|
<TargetFramework>net8.0</TargetFramework>
|
|
<ImplicitUsings>enable</ImplicitUsings>
|
|
<Nullable>enable</Nullable>
|
|
</PropertyGroup>
|
|
|
|
<ItemGroup>
|
|
<ProjectReference Include="..\DigitalData.EmailProfiler.Domain\DigitalData.EmailProfiler.Domain.csproj" />
|
|
<ProjectReference Include="..\DigitalData.EmailProfiler.Application\DigitalData.EmailProfiler.Application.csproj" />
|
|
</ItemGroup>
|
|
|
|
<ItemGroup>
|
|
<PackageReference Include="AutoMapper" Version="16.2.0" />
|
|
<PackageReference Include="DevExpress.Document.Processor" Version="26.1.3" />
|
|
<PackageReference Include="MailKit" Version="4.17.0" />
|
|
<PackageReference Include="Microsoft.AspNetCore.DataProtection" Version="8.0.11" />
|
|
<PackageReference Include="Microsoft.EntityFrameworkCore.SqlServer" Version="8.0.11" />
|
|
<PackageReference Include="Microsoft.EntityFrameworkCore.Tools" Version="8.0.11">
|
|
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
|
|
<PrivateAssets>all</PrivateAssets>
|
|
</PackageReference>
|
|
<PackageReference Include="Microsoft.Extensions.Hosting" Version="10.0.10" />
|
|
<PackageReference Include="Microsoft.Extensions.Options.ConfigurationExtensions" Version="10.0.10" />
|
|
<PackageReference Include="Microsoft.Identity.Client" Version="4.65.0" />
|
|
<PackageReference Include="RabbitMQ.Client" Version="7.2.1" />
|
|
<PackageReference Include="System.Text.Encoding.CodePages" Version="10.0.10" />
|
|
</ItemGroup>
|
|
|
|
<ItemGroup>
|
|
<Reference Include="Mail">
|
|
<HintPath>M:\Bibliotheken\3rdParty\Limilabs\Mail\Redistributables\net8.0\Mail.dll</HintPath>
|
|
</Reference>
|
|
</ItemGroup>
|
|
|
|
</Project>
|