diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3073c97..58f181f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -15,9 +15,9 @@ jobs: strategy: matrix: include: - - os: windows-2019 + - os: windows-2022 name: Windows - - os: ubuntu-20.04 + - os: ubuntu-22.04 name: Linux fail-fast: false steps: @@ -28,9 +28,8 @@ jobs: - name: Setup .NET SDK uses: actions/setup-dotnet@v3.2.0 with: - dotnet-version: | - 7.0.x - 6.0.x + dotnet-version: 8.0.x + dotnet-quality: 'preview' - name: Build run: dotnet build src --configuration Release - name: Upload packages diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index adcae8e..19816c6 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -8,7 +8,7 @@ env: DOTNET_NOLOGO: true jobs: release: - runs-on: ubuntu-20.04 + runs-on: ubuntu-22.04 steps: - name: Checkout uses: actions/checkout@v3.6.0 @@ -17,7 +17,8 @@ jobs: - name: Setup .NET SDK uses: actions/setup-dotnet@v3.2.0 with: - dotnet-version: 7.0.x + dotnet-version: 8.0.x + dotnet-quality: 'preview' - name: Build run: dotnet build src --configuration Release - name: Sign NuGet packages diff --git a/src/Custom.Build.props b/src/Custom.Build.props index 528e351..379e0d5 100644 --- a/src/Custom.Build.props +++ b/src/Custom.Build.props @@ -1,7 +1,7 @@ - 2.1 + 3.0 minor diff --git a/src/NServiceBus.Extensions.Logging.NLog.AcceptanceTests/NServiceBus.Extensions.Logging.NLog.AcceptanceTests.csproj b/src/NServiceBus.Extensions.Logging.NLog.AcceptanceTests/NServiceBus.Extensions.Logging.NLog.AcceptanceTests.csproj index 0ccde2c..9823df6 100644 --- a/src/NServiceBus.Extensions.Logging.NLog.AcceptanceTests/NServiceBus.Extensions.Logging.NLog.AcceptanceTests.csproj +++ b/src/NServiceBus.Extensions.Logging.NLog.AcceptanceTests/NServiceBus.Extensions.Logging.NLog.AcceptanceTests.csproj @@ -1,7 +1,7 @@ - + - net472;net6.0;net7.0 + net8.0 @@ -9,14 +9,14 @@ - - - + + + - - + + diff --git a/src/NServiceBus.Extensions.Logging.Tests/NServiceBus.Extensions.Logging.Tests.csproj b/src/NServiceBus.Extensions.Logging.Tests/NServiceBus.Extensions.Logging.Tests.csproj index 532824c..04ee6b7 100644 --- a/src/NServiceBus.Extensions.Logging.Tests/NServiceBus.Extensions.Logging.Tests.csproj +++ b/src/NServiceBus.Extensions.Logging.Tests/NServiceBus.Extensions.Logging.Tests.csproj @@ -1,7 +1,7 @@ - net472;net6.0;net7.0 + net8.0 @@ -9,15 +9,15 @@ - - + + - - + + diff --git a/src/NServiceBus.Extensions.Logging/NServiceBus.Extensions.Logging.csproj b/src/NServiceBus.Extensions.Logging/NServiceBus.Extensions.Logging.csproj index c58c5a3..73aad96 100644 --- a/src/NServiceBus.Extensions.Logging/NServiceBus.Extensions.Logging.csproj +++ b/src/NServiceBus.Extensions.Logging/NServiceBus.Extensions.Logging.csproj @@ -1,15 +1,15 @@ - net472;net6.0 + net8.0 true ..\NServiceBus.snk Allows Microsoft.Extensions.Logging to be used with NServiceBus - - + +