Upgrade to .net5 rc1 and fix all breaking changes in the web api since .net core 2.2
This commit is contained in:
parent
482a74839a
commit
b743539c74
6 changed files with 27 additions and 29 deletions
|
@ -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/
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue