Browse Source

Revert "[ASP.NET Core] Inline completions (#8546)" (#8618)

This reverts commit 49f05b16e7a02a22b468fd00898a28934462b959.
n-stefan 1 year ago
parent
commit
1ecedf4951
1 changed files with 0 additions and 1 deletions
  1. 0 1
      frameworks/CSharp/aspnetcore/aspnetcore.dockerfile

+ 0 - 1
frameworks/CSharp/aspnetcore/aspnetcore.dockerfile

@@ -5,7 +5,6 @@ RUN dotnet publish -c Release -o out /p:DatabaseProvider=Npgsql
 
 FROM mcr.microsoft.com/dotnet/aspnet:8.0.0-rc.2 AS runtime
 ENV URLS http://+:8080
-ENV DOTNET_SYSTEM_NET_SOCKETS_INLINE_COMPLETIONS 1
 
 WORKDIR /app
 COPY --from=build /app/out ./