diff --git a/EliteAPI.Tests/EliteAPI.Tests.csproj b/EliteAPI.Tests/EliteAPI.Tests.csproj index 9e5a89f..03ddda1 100644 --- a/EliteAPI.Tests/EliteAPI.Tests.csproj +++ b/EliteAPI.Tests/EliteAPI.Tests.csproj @@ -10,14 +10,14 @@ - - + + runtime; build; native; contentfiles; analyzers; buildtransitive all - + runtime; build; native; contentfiles; analyzers; buildtransitive all diff --git a/EliteAPI/EliteAPI.csproj b/EliteAPI/EliteAPI.csproj index e0158ad..0bb2571 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..5e71d95 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.12-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 }