diff --git a/.github/workflows/wf_build-and-test.yaml b/.github/workflows/wf_build-and-test.yaml
index 297a1043..548d067a 100644
--- a/.github/workflows/wf_build-and-test.yaml
+++ b/.github/workflows/wf_build-and-test.yaml
@@ -48,12 +48,6 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- - name: Setup dotnet
- uses: actions/setup-dotnet@v4
- with:
- dotnet-version: |
- 6.0.x
- 8.0.x
- name: Build (Debug)
run: dotnet build ${{ github.workspace }}/Build.csproj
- name: Verify
diff --git a/Directory.Packages.props b/Directory.Packages.props
index 3035d861..975872c8 100644
--- a/Directory.Packages.props
+++ b/Directory.Packages.props
@@ -8,11 +8,11 @@
-
+
-
+
@@ -25,9 +25,6 @@
-
-
-
@@ -37,6 +34,6 @@
-
+
diff --git a/RabbitMQ.AMQP.Client/RabbitMQ.AMQP.Client.csproj b/RabbitMQ.AMQP.Client/RabbitMQ.AMQP.Client.csproj
index 2f4e8432..4ae0a1e1 100644
--- a/RabbitMQ.AMQP.Client/RabbitMQ.AMQP.Client.csproj
+++ b/RabbitMQ.AMQP.Client/RabbitMQ.AMQP.Client.csproj
@@ -1,7 +1,7 @@
- net6.0;net8.0;netstandard2.0
+ net8.0;netstandard2.0
true
true
false
diff --git a/Tests/Tests.csproj b/Tests/Tests.csproj
index 3ef03f6e..56f68c85 100644
--- a/Tests/Tests.csproj
+++ b/Tests/Tests.csproj
@@ -1,11 +1,11 @@
- net6.0;net8.0;net472
+ net8.0;net472
- net6.0;net8.0
+ net8.0