From b2affa9f88039fde9fd356faa71dfd1234ce7ca3 Mon Sep 17 00:00:00 2001 From: Ellpeck Date: Thu, 21 Dec 2023 18:33:46 +0100 Subject: [PATCH] updated to .net 8 lts --- .woodpecker/main.yml | 4 ++-- Contentless/Contentless.csproj | 9 ++++----- Test/Test.csproj | 6 +++++- 3 files changed, 11 insertions(+), 8 deletions(-) diff --git a/.woodpecker/main.yml b/.woodpecker/main.yml index ec028b4..605b82c 100644 --- a/.woodpecker/main.yml +++ b/.woodpecker/main.yml @@ -1,10 +1,10 @@ steps: build: - image: mcr.microsoft.com/dotnet/sdk:6.0 + image: mcr.microsoft.com/dotnet/sdk:8.0-jammy commands: - dotnet build Contentless test: - image: mcr.microsoft.com/dotnet/sdk:6.0 + image: mcr.microsoft.com/dotnet/sdk:8.0-jammy commands: - dotnet restore Test - dotnet run --project Contentless Test/Content/Content.mgcb Test/Test.csproj diff --git a/Contentless/Contentless.csproj b/Contentless/Contentless.csproj index 0c56164..22d2444 100644 --- a/Contentless/Contentless.csproj +++ b/Contentless/Contentless.csproj @@ -1,16 +1,15 @@  - + Exe - net6.0 + net8.0 Major - true - + Contentless.nuspec - + All diff --git a/Test/Test.csproj b/Test/Test.csproj index a6472f4..d239881 100644 --- a/Test/Test.csproj +++ b/Test/Test.csproj @@ -1,7 +1,7 @@  - net6.0 + net8.0 DesktopGL @@ -14,4 +14,8 @@ + + + +