Update all the things

This commit is contained in:
Robert Marshall 2023-02-18 13:47:09 +00:00
parent 09cdc84367
commit 09e545ec3e
18 changed files with 379 additions and 87 deletions

View file

@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk.Web">
<PropertyGroup>
<TargetFramework>netcoreapp3.1</TargetFramework>
<TargetFramework>net7.0</TargetFramework>
</PropertyGroup>
<ItemGroup>
@ -10,7 +10,7 @@
</ItemGroup>
<ItemGroup>
<PackageReference Include="MongoDB.Driver" Version="2.10.4" />
<PackageReference Include="MongoDB.Driver" Version="2.19.0" />
</ItemGroup>