feat(all): Обновление до netCore 9.0

This commit is contained in:
Mikhail Trubnikov
2026-05-19 11:43:05 +10:00
parent edc96bda33
commit 75e791bd8c
61 changed files with 241 additions and 235 deletions

View File

@@ -1,9 +1,9 @@
#See https://aka.ms/customizecontainer to learn how to customize your debug container and how Visual Studio uses this Dockerfile to build your images for faster debugging.
FROM 10.99.253.167:8090/dotnet/runtime:7.0 AS base
FROM 10.99.253.167:8090/dotnet/runtime:9.0 AS base
WORKDIR /app
FROM 10.99.253.167:8090/dotnet/sdk:7.0 AS build
FROM 10.99.253.167:8090/dotnet/sdk:9.0 AS build
ARG BUILD_CONFIGURATION=Release
WORKDIR /src
COPY ["NuGet.config", "."]