Core.Blueprint.Service/Core.Blueprint.Service.Domain/Core.Blueprint.Service.Domain.csproj
Sergio Matias Urquin b2635193dc Add project files.
2025-04-29 18:44:41 -06:00

10 lines
209 B
XML

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net8.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
</Project>