Integracion_DGA/BLL/BLL.csproj

15 lines
345 B
XML
Raw Normal View History

2025-06-24 12:32:36 -04:00
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net8.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="..\DAL\DAL.csproj" />
<ProjectReference Include="..\DAS\DAS.csproj" />
</ItemGroup>
</Project>