From 10a026f551d51c4fc0fe1ecb71377e45a6094aba Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 14 Jan 2025 21:37:46 +0000 Subject: [PATCH] chore(deps): update dotnet monorepo to v9 --- Dockerfile | 4 ++-- Felicity/.config/dotnet-tools.json | 2 +- Felicity/Felicity.csproj | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Dockerfile b/Dockerfile index 54cc38a..321f4cf 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,11 +1,11 @@ #See https://aka.ms/containerfastmode to understand how Visual Studio uses this Dockerfile to build your images for faster debugging. -FROM mcr.microsoft.com/dotnet/aspnet:8.0 AS base +FROM mcr.microsoft.com/dotnet/aspnet:9.0 AS base WORKDIR /app EXPOSE 80 EXPOSE 443 -FROM mcr.microsoft.com/dotnet/sdk:8.0 AS build +FROM mcr.microsoft.com/dotnet/sdk:9.0 AS build WORKDIR /src COPY ["Felicity/Felicity.csproj", "Felicity/"] RUN dotnet restore "Felicity/Felicity.csproj" diff --git a/Felicity/.config/dotnet-tools.json b/Felicity/.config/dotnet-tools.json index fc227a2..b815088 100644 --- a/Felicity/.config/dotnet-tools.json +++ b/Felicity/.config/dotnet-tools.json @@ -3,7 +3,7 @@ "isRoot": true, "tools": { "dotnet-ef": { - "version": "7.0.10", + "version": "9.0.1", "commands": [ "dotnet-ef" ] diff --git a/Felicity/Felicity.csproj b/Felicity/Felicity.csproj index 903bbae..cf938e4 100644 --- a/Felicity/Felicity.csproj +++ b/Felicity/Felicity.csproj @@ -18,8 +18,8 @@ - - + +