From 948705b45e6f2c619f6f66a397820aaac646f471 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 16 Apr 2024 23:20:20 +0000 Subject: [PATCH] chore(deps): update dotnet monorepo to v8 --- Dockerfile | 4 ++-- Felicity/.config/dotnet-tools.json | 2 +- Felicity/Felicity.csproj | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Dockerfile b/Dockerfile index cc159ee..54cc38a 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:6.0 AS base +FROM mcr.microsoft.com/dotnet/aspnet:8.0 AS base WORKDIR /app EXPOSE 80 EXPOSE 443 -FROM mcr.microsoft.com/dotnet/sdk:6.0 AS build +FROM mcr.microsoft.com/dotnet/sdk:8.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..6d347a8 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": "8.0.4", "commands": [ "dotnet-ef" ] diff --git a/Felicity/Felicity.csproj b/Felicity/Felicity.csproj index 38319b3..d8770c5 100644 --- a/Felicity/Felicity.csproj +++ b/Felicity/Felicity.csproj @@ -18,7 +18,7 @@ - +