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 @@ + + + +