Revert files that shouldn't change back in v11

This commit is contained in:
Sebastiaan Janssen
2022-09-19 16:37:24 +02:00
parent 85147fb5e8
commit db5d05d641
201 changed files with 933 additions and 1859 deletions

View File

@@ -2,7 +2,7 @@
## Build
############################################
FROM mcr.microsoft.com/dotnet/sdk:6.0.300 AS build
FROM mcr.microsoft.com/dotnet/nightly/sdk:7.0 AS build
WORKDIR /nupkg
COPY nupkg .
@@ -17,7 +17,7 @@ RUN dotnet publish --no-restore --configuration Release -o /dist
## Run
############################################
FROM mcr.microsoft.com/dotnet/aspnet:6.0.5 AS run
FROM mcr.microsoft.com/dotnet/nightly/aspnet:7.0 AS run
WORKDIR /cypress
COPY --from=build dist .