From 311d43fe035cd71fbc25276159c9cace1feb23fe Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=86=D0=B2=D0=B0=D0=BD=20=D0=9E=D0=BD=D1=96=D1=89=D0=B5?= =?UTF-8?q?=D0=BD=D0=BA=D0=BE?= Date: Mon, 13 Jan 2025 10:15:40 +0300 Subject: [PATCH] fixes --- Content.Server/Content.Server.csproj | 1 + global.json | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/Content.Server/Content.Server.csproj b/Content.Server/Content.Server.csproj index dfbfccd5a1..1231125268 100644 --- a/Content.Server/Content.Server.csproj +++ b/Content.Server/Content.Server.csproj @@ -13,6 +13,7 @@ enable true + diff --git a/global.json b/global.json index de3fa63978..ed820b550b 100644 --- a/global.json +++ b/global.json @@ -1,5 +1,5 @@ { "sdk": { - "version": "8.0.202" + "version": "8.0.205" } }