Core.Blueprint.DAL/Core.Blueprint.DAL.Logs/Core.Blueprint.DAL.Logs.csproj
Sergio Matias Urquin 6358f5f199 Add project files.
2025-04-29 18:39:57 -06:00

15 lines
378 B
XML

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net8.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Microsoft.Extensions.Logging" Version="9.0.0" />
<PackageReference Include="Serilog" Version="4.2.0" />
</ItemGroup>
</Project>