Upgrade all netcore3.1 to net5.0

This commit is contained in:
crobibero
2020-11-15 13:31:47 -07:00
parent 2f426dfc97
commit 185fac0677
26 changed files with 33 additions and 33 deletions

View File

@@ -1,4 +1,4 @@
ARG DOTNET_VERSION=3.1
ARG DOTNET_VERSION=5.0
FROM mcr.microsoft.com/dotnet/core/sdk:${DOTNET_VERSION}-buster