awesome-compose/react-aspnet-mongodb/backend/aspnetapp.csproj
Esteban Solano Granados bd401b3c93 API enhancements
Signed-off-by: GitHub <noreply@github.com>
2022-06-13 21:22:28 +00:00

12 lines
347 B
XML

<Project Sdk="Microsoft.NET.Sdk.Web">
<PropertyGroup>
<TargetFramework>net6.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="MongoDb.Driver" Version="2.16.0" />
<PackageReference Include="Swashbuckle.AspNetCore" Version="6.2.3" />
</ItemGroup>
</Project>