diff --git a/.config/dotnet-tools.json b/.config/dotnet-tools.json index a463179..a00f08e 100644 --- a/.config/dotnet-tools.json +++ b/.config/dotnet-tools.json @@ -3,7 +3,7 @@ "isRoot": true, "tools": { "dotnet-ef": { - "version": "8.0.19", + "version": "9.0.9", "commands": [ "dotnet-ef" ] diff --git a/Dockerfile b/Dockerfile index df1a3d2..d19602e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ ### Build -FROM mcr.microsoft.com/dotnet/sdk:9.0 AS build +FROM mcr.microsoft.com/dotnet/sdk:10.0 AS build WORKDIR /app @@ -17,7 +17,7 @@ RUN dotnet publish \ MumbleApi ### Deploy -FROM mcr.microsoft.com/dotnet/aspnet:9.0 AS final +FROM mcr.microsoft.com/dotnet/aspnet:10.0 AS final ARG BUILD_VERSION=unknown ARG COMMIT_SHA=unknown diff --git a/MumbleApi.Test/MumbleApi.Test.csproj b/MumbleApi.Test/MumbleApi.Test.csproj index 13d7931..855477a 100644 --- a/MumbleApi.Test/MumbleApi.Test.csproj +++ b/MumbleApi.Test/MumbleApi.Test.csproj @@ -11,7 +11,7 @@ - + diff --git a/MumbleApi/MumbleApi.csproj b/MumbleApi/MumbleApi.csproj index 15213c9..3b77103 100644 --- a/MumbleApi/MumbleApi.csproj +++ b/MumbleApi/MumbleApi.csproj @@ -15,10 +15,10 @@ - - - - + + + +