Upgrade to .net6 preview

This commit is contained in:
Daan Boerlage 2021-03-19 00:21:35 +01:00
parent d1d57ba714
commit 1c64328587
Signed by: daan
GPG key ID: FCE070E1E4956606
7 changed files with 24 additions and 17 deletions

View file

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