From 9a13dc8ae47721325a1a7d6d3e0e036022472008 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 12 Nov 2024 21:42:45 +0000 Subject: [PATCH] [deps]: Update dotnet monorepo to v9 --- .config/dotnet-tools.json | 2 +- src/KeyConnector/Dockerfile | 2 +- src/KeyConnector/KeyConnector.csproj | 8 ++++---- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.config/dotnet-tools.json b/.config/dotnet-tools.json index 04065cb..d3edaae 100644 --- a/.config/dotnet-tools.json +++ b/.config/dotnet-tools.json @@ -3,7 +3,7 @@ "isRoot": true, "tools": { "dotnet-ef": { - "version": "8.0.2", + "version": "9.0.0", "commands": ["dotnet-ef"] } } diff --git a/src/KeyConnector/Dockerfile b/src/KeyConnector/Dockerfile index 5772032..8cf0dab 100644 --- a/src/KeyConnector/Dockerfile +++ b/src/KeyConnector/Dockerfile @@ -1,4 +1,4 @@ -FROM mcr.microsoft.com/dotnet/aspnet:8.0 +FROM mcr.microsoft.com/dotnet/aspnet:9.0 LABEL com.bitwarden.product="bitwarden" diff --git a/src/KeyConnector/KeyConnector.csproj b/src/KeyConnector/KeyConnector.csproj index ab06411..4f41107 100644 --- a/src/KeyConnector/KeyConnector.csproj +++ b/src/KeyConnector/KeyConnector.csproj @@ -16,13 +16,13 @@ - + all runtime; build; native; contentfiles; analyzers; buildtransitive - - - + + +