From 600b56033d2d38fdcef83e1b82dfd4f1bab3b248 Mon Sep 17 00:00:00 2001 From: Glax Date: Mon, 16 Sep 2024 21:11:50 +0200 Subject: [PATCH] Upgrade to Dotnet 8.0 LangVer 12 --- CLI/CLI.csproj | 3 ++- Dockerfile | 2 +- Logging/Logging.csproj | 3 ++- Tranga/Tranga.csproj | 3 ++- 4 files changed, 7 insertions(+), 4 deletions(-) diff --git a/CLI/CLI.csproj b/CLI/CLI.csproj index abf151f..f4f37e2 100644 --- a/CLI/CLI.csproj +++ b/CLI/CLI.csproj @@ -2,9 +2,10 @@ Exe - net7.0 + net8.0 enable enable + 12 diff --git a/Dockerfile b/Dockerfile index e3938b3..5162023 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # syntax=docker/dockerfile:1 -ARG DOTNET=7.0 +ARG DOTNET=8.0 FROM mcr.microsoft.com/dotnet/runtime:$DOTNET AS base WORKDIR /publish diff --git a/Logging/Logging.csproj b/Logging/Logging.csproj index 6836c68..ccbcb6c 100644 --- a/Logging/Logging.csproj +++ b/Logging/Logging.csproj @@ -1,9 +1,10 @@ - net7.0 + net8.0 enable enable + 12 diff --git a/Tranga/Tranga.csproj b/Tranga/Tranga.csproj index 58cb6de..fece562 100644 --- a/Tranga/Tranga.csproj +++ b/Tranga/Tranga.csproj @@ -1,10 +1,11 @@ - net7.0 + net8.0 enable enable Exe + 12