From 7a47d05870509aa25d9e540556dfbd3d9d9939ff Mon Sep 17 00:00:00 2001
From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com>
Date: Fri, 11 Nov 2022 00:28:47 +0000
Subject: [PATCH] Update dotnet monorepo to v7
---
Dockerfile | 2 +-
TShockAPI/TShockAPI.csproj | 2 +-
TShockLauncher/TShockLauncher.csproj | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/Dockerfile b/Dockerfile
index 186bee70e..c10b3c53e 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -28,7 +28,7 @@ RUN \
dotnet publish -o output/ -r "${ARCH}" -v m -f net6.0 -c Release -p:PublishSingleFile=true --self-contained false
# Runtime image
-FROM --platform=${TARGETPLATFORM} mcr.microsoft.com/dotnet/runtime:6.0 AS runner
+FROM --platform=${TARGETPLATFORM} mcr.microsoft.com/dotnet/runtime:7.0 AS runner
WORKDIR /server
COPY --from=builder /TShock/TShockLauncher/output ./
diff --git a/TShockAPI/TShockAPI.csproj b/TShockAPI/TShockAPI.csproj
index be3b637d5..026356e6c 100644
--- a/TShockAPI/TShockAPI.csproj
+++ b/TShockAPI/TShockAPI.csproj
@@ -35,7 +35,7 @@
-
+
diff --git a/TShockLauncher/TShockLauncher.csproj b/TShockLauncher/TShockLauncher.csproj
index 60558895c..2a1c27f36 100644
--- a/TShockLauncher/TShockLauncher.csproj
+++ b/TShockLauncher/TShockLauncher.csproj
@@ -30,7 +30,7 @@
-
+