diff --git a/EliteAPI.Tests/EliteAPI.Tests.csproj b/EliteAPI.Tests/EliteAPI.Tests.csproj index b30304e9..0e8b01fb 100644 --- a/EliteAPI.Tests/EliteAPI.Tests.csproj +++ b/EliteAPI.Tests/EliteAPI.Tests.csproj @@ -10,19 +10,19 @@ - - - + + + - - + + runtime; build; native; contentfiles; analyzers; buildtransitive all - + runtime; build; native; contentfiles; analyzers; buildtransitive all diff --git a/EliteAPI/Dockerfile b/EliteAPI/Dockerfile index 757bb70f..cf715cd6 100644 --- a/EliteAPI/Dockerfile +++ b/EliteAPI/Dockerfile @@ -1,7 +1,7 @@ #See https://aka.ms/customizecontainer to learn how to customize your debug container and how Visual Studio uses this Dockerfile to build your images for faster debugging. # Pyroscope native profiler libraries -FROM pyroscope/pyroscope-dotnet:0.13.0-glibc AS pyroscope +FROM pyroscope/pyroscope-dotnet:0.14.5-glibc AS pyroscope FROM mcr.microsoft.com/dotnet/aspnet:10.0 AS base WORKDIR /app diff --git a/EliteAPI/EliteAPI.csproj b/EliteAPI/EliteAPI.csproj index 80bdd47d..16984bf6 100644 --- a/EliteAPI/EliteAPI.csproj +++ b/EliteAPI/EliteAPI.csproj @@ -15,51 +15,51 @@ - + - - + + all runtime; build; native; contentfiles; analyzers; buildtransitive - - + + - - - - - + + + + + all runtime; build; native; contentfiles; analyzers; buildtransitive - - - + + + - - + + - - + + - + compile; build; native; contentfiles; analyzers; buildtransitive - + - + - - - - - + + + + + diff --git a/HypixelAPI.Networth.Tests/HypixelAPI.Networth.Tests.csproj b/HypixelAPI.Networth.Tests/HypixelAPI.Networth.Tests.csproj index d6a144d2..0cb4955d 100644 --- a/HypixelAPI.Networth.Tests/HypixelAPI.Networth.Tests.csproj +++ b/HypixelAPI.Networth.Tests/HypixelAPI.Networth.Tests.csproj @@ -8,11 +8,11 @@ - + all runtime; build; native; contentfiles; analyzers; buildtransitive - + all diff --git a/HypixelAPI.Networth/HypixelAPI.Networth.csproj b/HypixelAPI.Networth/HypixelAPI.Networth.csproj index 884e39f1..6811ce66 100644 --- a/HypixelAPI.Networth/HypixelAPI.Networth.csproj +++ b/HypixelAPI.Networth/HypixelAPI.Networth.csproj @@ -8,7 +8,7 @@ - + diff --git a/HypixelAPI.Tests/HypixelAPI.Tests.csproj b/HypixelAPI.Tests/HypixelAPI.Tests.csproj index 433ca698..f648d384 100644 --- a/HypixelAPI.Tests/HypixelAPI.Tests.csproj +++ b/HypixelAPI.Tests/HypixelAPI.Tests.csproj @@ -8,11 +8,11 @@ - + all runtime; build; native; contentfiles; analyzers; buildtransitive - + all diff --git a/HypixelAPI/HypixelAPI.csproj b/HypixelAPI/HypixelAPI.csproj index 45bd35e6..d736d475 100644 --- a/HypixelAPI/HypixelAPI.csproj +++ b/HypixelAPI/HypixelAPI.csproj @@ -21,9 +21,9 @@ - - - + + + diff --git a/docker-compose.yml b/docker-compose.yml index 771b78f8..4c2b5a7c 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -53,7 +53,7 @@ services: retries: 20 cache: - image: redis:8.4-alpine + image: redis:8.6-alpine restart: unless-stopped command: redis-server --save 300 10 --loglevel warning --requirepass ${REDIS_PASSWORD:-redis123} ports: @@ -128,7 +128,7 @@ services: prometheus: profiles: [ "observability" ] - image: prom/prometheus:v3.5.0 + image: prom/prometheus:v3.11.2 restart: unless-stopped ports: - "9090:9090" diff --git a/dotnet-tools.json b/dotnet-tools.json index fbb7b764..3a299d9f 100644 --- a/dotnet-tools.json +++ b/dotnet-tools.json @@ -3,7 +3,7 @@ "isRoot": true, "tools": { "dotnet-ef": { - "version": "10.0.1", + "version": "10.0.6", "commands": [ "dotnet-ef" ], diff --git a/global.json b/global.json index a11f48e1..6e56b2c2 100644 --- a/global.json +++ b/global.json @@ -1,6 +1,6 @@ { "sdk": { - "version": "10.0.0", + "version": "10.0.202", "rollForward": "latestMajor", "allowPrerelease": true }