mirror of
https://github.com/docker/awesome-compose.git
synced 2025-04-28 23:31:47 +02:00
11 lines
273 B
XML
11 lines
273 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" />
|
||
|
</ItemGroup>
|
||
|
</Project>
|