diff --git a/EliteAPI.Tests/EliteAPI.Tests.csproj b/EliteAPI.Tests/EliteAPI.Tests.csproj
index 36af5a85..aae6cd91 100644
--- a/EliteAPI.Tests/EliteAPI.Tests.csproj
+++ b/EliteAPI.Tests/EliteAPI.Tests.csproj
@@ -13,8 +13,8 @@
-
-
+
+
runtime; build; native; contentfiles; analyzers; buildtransitive
all
diff --git a/EliteAPI/EliteAPI.csproj b/EliteAPI/EliteAPI.csproj
index 2c3fa3e1..ade59140 100644
--- a/EliteAPI/EliteAPI.csproj
+++ b/EliteAPI/EliteAPI.csproj
@@ -15,9 +15,9 @@
-
+
-
+
@@ -27,36 +27,36 @@
-
-
-
-
-
+
+
+
+
+
all
runtime; build; native; contentfiles; analyzers; buildtransitive
-
-
+
+
-
+
-
-
+
+
compile; build; native; contentfiles; analyzers; buildtransitive
-
+
-
-
-
+
+
+
-
+
diff --git a/HypixelAPI/HypixelAPI.csproj b/HypixelAPI/HypixelAPI.csproj
index c6140b69..9ff3943e 100644
--- a/HypixelAPI/HypixelAPI.csproj
+++ b/HypixelAPI/HypixelAPI.csproj
@@ -23,7 +23,7 @@
-
+
diff --git a/docker-compose.yml b/docker-compose.yml
index bd480dcc..ac3043e3 100644
--- a/docker-compose.yml
+++ b/docker-compose.yml
@@ -38,7 +38,7 @@ services:
networks:
- eliteapi-network
cache:
- image: redis:7.4.1
+ image: redis:7.4.6
restart: always
command: redis-server --save 20 1 --loglevel warning --requirepass ${REDIS_PASSWORD:?REDIS_PASSWORD env variable is required}
ports:
@@ -66,7 +66,7 @@ services:
networks:
- eliteapi-network
prometheus:
- image: prom/prometheus:v3.5.0
+ image: prom/prometheus:v3.7.0
restart: unless-stopped
ports:
- '9090:9090'
diff --git a/global.json b/global.json
index 33c17f6f..164b47a6 100644
--- a/global.json
+++ b/global.json
@@ -1,6 +1,6 @@
{
"sdk": {
- "version": "9.0.304",
+ "version": "9.0.306",
"rollForward": "latestMajor",
"allowPrerelease": true
}