1
0
Fork 0
mirror of https://github.com/docker/awesome-compose.git synced 2025-04-25 10:18:07 +02:00
awesome-compose/nginx-aspnet-mysql/backend/aspnetapp.csproj
Esteban Solano Granados 054de29c32 Added nginx-aspnet-mysql implementation
Signed-off-by: GitHub <noreply@github.com>
2021-03-27 07:13:52 +00:00

8 lines
No EOL
223 B
XML

<Project Sdk="Microsoft.NET.Sdk.Web">
<PropertyGroup>
<TargetFramework>net5.0</TargetFramework>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="MySql.Data" Version="8.0.23" />
</ItemGroup>
</Project>