From cd97d9119b1dc128eb87ce4ee68203757753bf2e Mon Sep 17 00:00:00 2001 From: Stefan Nikolei Date: Fri, 1 Dec 2023 13:18:08 +0100 Subject: [PATCH] Update testproject to net8 and c# to 12 --- .github/workflows/build-and-test.yml | 6 +++--- msbuild/props/SixLabors.Global.props | 2 +- .../SharedInfrastructure.Tests.csproj | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/build-and-test.yml b/.github/workflows/build-and-test.yml index 39fc9ae..e0f5d29 100644 --- a/.github/workflows/build-and-test.yml +++ b/.github/workflows/build-and-test.yml @@ -13,15 +13,15 @@ jobs: matrix: options: - os: ubuntu-latest - framework: net6.0 + framework: net8.0 runtime: -x64 codecov: false - os: macos-latest - framework: net6.0 + framework: net8.0 runtime: -x64 codecov: false - os: windows-latest - framework: net6.0 + framework: net8.0 runtime: -x64 codecov: true diff --git a/msbuild/props/SixLabors.Global.props b/msbuild/props/SixLabors.Global.props index 6a96964..7af6096 100644 --- a/msbuild/props/SixLabors.Global.props +++ b/msbuild/props/SixLabors.Global.props @@ -62,7 +62,7 @@ - 10.0 + 12.0 true strict;IOperation true diff --git a/tests/SharedInfrastructure.Tests/SharedInfrastructure.Tests.csproj b/tests/SharedInfrastructure.Tests/SharedInfrastructure.Tests.csproj index 65dfed4..3248073 100644 --- a/tests/SharedInfrastructure.Tests/SharedInfrastructure.Tests.csproj +++ b/tests/SharedInfrastructure.Tests/SharedInfrastructure.Tests.csproj @@ -1,7 +1,7 @@ - net6.0; + net8.0; SharedInfrastructure.Tests SharedInfrastructure.Tests enable