Add Mongodb dependency to csproj file

This commit is contained in:
Luke Else 2022-02-18 10:35:07 +00:00
parent d67d4a8a04
commit 44478b95c7

View File

@ -1,10 +1,11 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net6.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
</Project>
<ItemGroup>
<PackageReference Include="MongoDB.Driver" Version="*"/>
</ItemGroup>
</Project>