From 8d58eaee649293f1a6d22a04e73e3fe6b78206db Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 14 Nov 2023 16:02:16 +0000 Subject: [PATCH] chore(deps): update dotnet monorepo to v8 --- .config/dotnet-tools.json | 2 +- Dockerfile | 4 ++-- SteamTogether.Bot/SteamTogether.Bot.csproj | 8 ++++---- SteamTogether.Core/SteamTogether.Core.csproj | 10 +++++----- .../SteamTogether.Scraper.UnitTests.csproj | 6 +++--- SteamTogether.Scraper/SteamTogether.Scraper.csproj | 4 ++-- 6 files changed, 17 insertions(+), 17 deletions(-) diff --git a/.config/dotnet-tools.json b/.config/dotnet-tools.json index 5a8e75b..db9d6eb 100644 --- a/.config/dotnet-tools.json +++ b/.config/dotnet-tools.json @@ -7,7 +7,7 @@ "commands": ["dotnet-csharpier"] }, "dotnet-ef": { - "version": "7.0.5", + "version": "8.0.0", "commands": ["dotnet-ef"] }, "dotnet-coverage": { diff --git a/Dockerfile b/Dockerfile index 8caff81..4d517f9 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,9 +1,9 @@ # syntax=docker/dockerfile:1.4 -FROM mcr.microsoft.com/dotnet/sdk:7.0 AS sdk +FROM mcr.microsoft.com/dotnet/sdk:8.0 AS sdk -FROM mcr.microsoft.com/dotnet/runtime:7.0 AS runtime +FROM mcr.microsoft.com/dotnet/runtime:8.0 AS runtime # Install curl for the health check RUN apt-get update && apt-get install -y \ curl \ diff --git a/SteamTogether.Bot/SteamTogether.Bot.csproj b/SteamTogether.Bot/SteamTogether.Bot.csproj index c03a775..d3a8d37 100644 --- a/SteamTogether.Bot/SteamTogether.Bot.csproj +++ b/SteamTogether.Bot/SteamTogether.Bot.csproj @@ -7,14 +7,14 @@ - + all runtime; build; native; contentfiles; analyzers; buildtransitive - + - - + + diff --git a/SteamTogether.Core/SteamTogether.Core.csproj b/SteamTogether.Core/SteamTogether.Core.csproj index 8fcb2f6..ccc0f42 100644 --- a/SteamTogether.Core/SteamTogether.Core.csproj +++ b/SteamTogether.Core/SteamTogether.Core.csproj @@ -7,14 +7,14 @@ - - - + + + all runtime; build; native; contentfiles; analyzers; buildtransitive - - + + diff --git a/SteamTogether.Scraper.UnitTests/SteamTogether.Scraper.UnitTests.csproj b/SteamTogether.Scraper.UnitTests/SteamTogether.Scraper.UnitTests.csproj index bf9bfee..29451db 100644 --- a/SteamTogether.Scraper.UnitTests/SteamTogether.Scraper.UnitTests.csproj +++ b/SteamTogether.Scraper.UnitTests/SteamTogether.Scraper.UnitTests.csproj @@ -10,9 +10,9 @@ - - - + + + diff --git a/SteamTogether.Scraper/SteamTogether.Scraper.csproj b/SteamTogether.Scraper/SteamTogether.Scraper.csproj index eb6a0b1..4af7080 100644 --- a/SteamTogether.Scraper/SteamTogether.Scraper.csproj +++ b/SteamTogether.Scraper/SteamTogether.Scraper.csproj @@ -9,11 +9,11 @@ - + all runtime; build; native; contentfiles; analyzers; buildtransitive - +