Files
EmtusaHuelva/bdEmtusa/bdEmtusa.csproj
2026-09-07 12:17:10 +02:00

22 lines
670 B
XML

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net8.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Microsoft.EntityFrameworkCore.Proxies" Version="8.0.30" />
<PackageReference Include="Pomelo.EntityFrameworkCore.MySql" Version="9.0.0" />
<PackageReference Include="PropertyChanged.Fody" Version="4.1.0" />
<PackageReference Include="tsEFCore8" Version="1.0.6" />
<PackageReference Include="tsUtilidades" Version="1.1.23" />
</ItemGroup>
<ItemGroup>
<Folder Include="db\" />
</ItemGroup>
</Project>