Upgrade to .net5 rc1 and fix all breaking changes in the web api since .net core 2.2

This commit is contained in:
runebaas 2020-09-22 13:06:57 +02:00
parent 482a74839a
commit b743539c74
No known key found for this signature in database
GPG key ID: 2677AF508D0300D6
6 changed files with 27 additions and 29 deletions

View file

@ -1,4 +1,4 @@
FROM mcr.microsoft.com/dotnet/core/aspnet:5.0-focal
FROM mcr.microsoft.com/dotnet/aspnet:5.0
COPY ./app /app/