Updated NuGet Dependencies (#14795)

* Updated nuget packages and fixed breaking changes in ImageSharp

* Update to .net8 rc1
This commit is contained in:
Bjarke Berg
2023-09-19 11:23:20 +02:00
committed by GitHub
parent a133a4b57b
commit 989759fa20
18 changed files with 68 additions and 62 deletions

View File

@@ -2,7 +2,7 @@
## Build
############################################
FROM mcr.microsoft.com/dotnet/nightly/sdk:8.0.100-preview.7-jammy AS build
FROM mcr.microsoft.com/dotnet/nightly/sdk:8.0.100-rc.1-jammy AS build
COPY nuget.config .
@@ -22,7 +22,7 @@ RUN dotnet publish --configuration Release --no-build --output /dist
## Run
############################################
FROM mcr.microsoft.com/dotnet/nightly/aspnet:8.0.0-preview.7-jammy AS run
FROM mcr.microsoft.com/dotnet/nightly/aspnet:8.0.0-rc.1-jammy AS run
WORKDIR /app
COPY --from=build dist .