Updating to netcore3.1 (#338)

* Updating to .NET Core 3.1

* Updating nuget packages

* Updating dockerfile for 3.1
This commit is contained in:
Eric Fleming
2019-12-17 09:08:55 -07:00
committed by Steve Smith
parent 13fc6ea546
commit e53117b952
7 changed files with 24 additions and 24 deletions

View File

@@ -6,7 +6,7 @@
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Ardalis.GuardClauses" Version="1.2.9" />
<PackageReference Include="Ardalis.GuardClauses" Version="1.3.1" />
<PackageReference Include="System.Security.Claims" Version="4.3.0" />
</ItemGroup>