diff --git a/.github/workflows/build-and-test.yml b/.github/workflows/build-and-test.yml index 39fc9ae..7812387 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 @@ -55,7 +55,7 @@ jobs: uses: actions/setup-dotnet@v3 with: dotnet-version: | - 6.0.x + 8.0.x - name: DotNet Build shell: pwsh diff --git a/msbuild/props/SixLabors.Global.props b/msbuild/props/SixLabors.Global.props index 6a96964..7ba49af 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 @@ -115,7 +115,7 @@ - + all runtime; build; native; contentfiles; analyzers diff --git a/msbuild/props/SixLabors.Src.props b/msbuild/props/SixLabors.Src.props index bd93429..94df4b3 100644 --- a/msbuild/props/SixLabors.Src.props +++ b/msbuild/props/SixLabors.Src.props @@ -49,13 +49,13 @@ - + diff --git a/msbuild/props/SixLabors.Tests.props b/msbuild/props/SixLabors.Tests.props index aa71f12..0f49bd4 100644 --- a/msbuild/props/SixLabors.Tests.props +++ b/msbuild/props/SixLabors.Tests.props @@ -11,20 +11,20 @@ - + 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