Henry.zhang
Results
3
comments of
Henry.zhang
Under .net 6, when I am trying to build a docker file, there is an error as below. 
FROM mcr.microsoft.com/dotnet/aspnet:6.0 AS base WORKDIR /app RUN apt-get update -qq && apt-get -y install libgdiplus libc6-dev EXPOSE 80
when is ready for .NET 5.0?