From 0acc6a00b006bcdb16e119e439dc5cad3eb6359b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 26 Dec 2024 22:06:34 +0000 Subject: [PATCH] Update all non-major dependencies --- EliteAPI.Tests/EliteAPI.Tests.csproj | 4 ++-- EliteAPI/EliteAPI.csproj | 20 ++++++++++---------- docker-compose.yml | 2 +- global.json | 2 +- 4 files changed, 14 insertions(+), 14 deletions(-) diff --git a/EliteAPI.Tests/EliteAPI.Tests.csproj b/EliteAPI.Tests/EliteAPI.Tests.csproj index 9e5a89f..fbde164 100644 --- a/EliteAPI.Tests/EliteAPI.Tests.csproj +++ b/EliteAPI.Tests/EliteAPI.Tests.csproj @@ -10,8 +10,8 @@ - - + + runtime; build; native; contentfiles; analyzers; buildtransitive diff --git a/EliteAPI/EliteAPI.csproj b/EliteAPI/EliteAPI.csproj index e0158ad..15acfa6 100644 --- a/EliteAPI/EliteAPI.csproj +++ b/EliteAPI/EliteAPI.csproj @@ -14,25 +14,25 @@ - + - - - - + + + + all runtime; build; native; contentfiles; analyzers; buildtransitive - - + + - + - + - + diff --git a/docker-compose.yml b/docker-compose.yml index a907550..ab8c5b1 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -74,7 +74,7 @@ services: networks: - eliteapi-network rabbit: - image: rabbitmq:3.8-alpine + image: rabbitmq:3.13-alpine restart: unless-stopped env_file: - .env diff --git a/global.json b/global.json index 9184ba9..62cf096 100644 --- a/global.json +++ b/global.json @@ -1,6 +1,6 @@ { "sdk": { - "version": "8.0.403", + "version": "8.0.404", "rollForward": "latestMajor", "allowPrerelease": true }