From aae693b224cff95c1b887ae23eee83a1dc11f7c2 Mon Sep 17 00:00:00 2001 From: Jimmy Bogard Date: Wed, 9 Feb 2022 20:59:41 -0600 Subject: [PATCH] Updating to .NET 6 --- .github/workflows/ci.yml | 8 ++------ .github/workflows/release.yml | 8 ++------ .../NServiceBus.Extensions.Diagnostics.Tests.csproj | 2 +- 3 files changed, 5 insertions(+), 13 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 333db84..6403535 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -15,14 +15,10 @@ jobs: uses: actions/checkout@v2 with: fetch-depth: 0 - - name: Setup dotnet 5.0 + - name: Setup dotnet 6.0 uses: actions/setup-dotnet@v1 with: - dotnet-version: '5.0.100' - - name: Setup dotnet 3.1 - uses: actions/setup-dotnet@v1 - with: - dotnet-version: '3.1.x' + dotnet-version: '6.0.101' - name: Build and Test run: ./Build.ps1 shell: pwsh diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 1955e05..fc487fa 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -12,14 +12,10 @@ jobs: uses: actions/checkout@v2 with: fetch-depth: 0 - - name: Setup dotnet 5.0 + - name: Setup dotnet 6.0 uses: actions/setup-dotnet@v1 with: - dotnet-version: '5.0.100' - - name: Setup dotnet 3.1 - uses: actions/setup-dotnet@v1 - with: - dotnet-version: '3.1.x' + dotnet-version: '6.0.101' - name: Build and Test run: ./Build.ps1 shell: pwsh diff --git a/test/NServiceBus.Extensions.Diagnostics.Tests/NServiceBus.Extensions.Diagnostics.Tests.csproj b/test/NServiceBus.Extensions.Diagnostics.Tests/NServiceBus.Extensions.Diagnostics.Tests.csproj index 6ccddc7..368a868 100644 --- a/test/NServiceBus.Extensions.Diagnostics.Tests/NServiceBus.Extensions.Diagnostics.Tests.csproj +++ b/test/NServiceBus.Extensions.Diagnostics.Tests/NServiceBus.Extensions.Diagnostics.Tests.csproj @@ -1,7 +1,7 @@ - netcoreapp3.1 + net6.0 false