Files
LaDOSE/LaDOSE.Src/LaDOSE.Api/LaDOSE.Api.csproj

21 lines
482 B
XML
Raw Normal View History

2018-10-04 21:13:32 +02:00
<Project Sdk="Microsoft.NET.Sdk.Web">
<PropertyGroup>
<TargetFramework>netcoreapp2.1</TargetFramework>
</PropertyGroup>
<ItemGroup>
<Folder Include="wwwroot\" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="Microsoft.AspNetCore.App" />
2018-10-05 00:18:37 +02:00
<PackageReference Include="Pomelo.EntityFrameworkCore.MySql" Version="2.1.2" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\LaDOSE.Entity\LaDOSE.Entity.csproj" />
2018-10-04 21:13:32 +02:00
</ItemGroup>
</Project>