mirror of
https://github.com/docker/awesome-compose.git
synced 2025-04-28 23:31:47 +02:00
Added backend
Signed-off-by: GitHub <noreply@github.com>
This commit is contained in:
parent
c4c4136352
commit
718df2a62d
8 changed files with 473 additions and 22 deletions
10
react-aspnet-mongodb/backend/aspnetapp.csproj
Normal file
10
react-aspnet-mongodb/backend/aspnetapp.csproj
Normal file
|
@ -0,0 +1,10 @@
|
|||
<Project Sdk="Microsoft.NET.Sdk.Web">
|
||||
<PropertyGroup>
|
||||
<TargetFramework>net6.0</TargetFramework>
|
||||
<ImplicitUsings>enable</ImplicitUsings>
|
||||
|
||||
</PropertyGroup>
|
||||
<ItemGroup>
|
||||
<PackageReference Include="MongoDb.Driver" Version="2.16.0" />
|
||||
</ItemGroup>
|
||||
</Project>
|
Loading…
Add table
Add a link
Reference in a new issue