From 743325291dcd43e727d1d59f4d75dbc4f0047706 Mon Sep 17 00:00:00 2001 From: Havret Date: Fri, 22 Nov 2019 21:46:01 +0100 Subject: [PATCH] AMQNET-630: Update .NET Core version to 3.0 and C# to 8.0 --- .travis.yml | 6 +++--- src/HelloWorld/HelloWorld.csproj | 2 +- src/PingPong/PingPong.csproj | 2 +- src/StructuredMessage/StructuredMessage.csproj | 2 +- src/Transactions/Transactions.csproj | 2 +- .../Apache-NMS-AMQP-Interop-Test.csproj | 4 ++-- test/Apache-NMS-AMQP-Test/Apache-NMS-AMQP-Test.csproj | 4 ++-- 7 files changed, 11 insertions(+), 11 deletions(-) diff --git a/.travis.yml b/.travis.yml index 1c04b323..a9b56c23 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,7 +1,7 @@ language: csharp solution: apache-nms-amqp.sln mono: none -dotnet: 2.2.401 +dotnet: 3.0.101 script: - - dotnet build -p:AppTargetFramework=netcoreapp2.2 -c Release - - dotnet test ./test/Apache-NMS-AMQP-Test/Apache-NMS-AMQP-Test.csproj -f netcoreapp2.2 -c Release --filter Category!=Windows \ No newline at end of file + - dotnet build -p:AppTargetFramework=netcoreapp3.0 -c Release + - dotnet test ./test/Apache-NMS-AMQP-Test/Apache-NMS-AMQP-Test.csproj -f netcoreapp3.0 -c Release --filter Category!=Windows \ No newline at end of file diff --git a/src/HelloWorld/HelloWorld.csproj b/src/HelloWorld/HelloWorld.csproj index 3e156c1f..81154972 100644 --- a/src/HelloWorld/HelloWorld.csproj +++ b/src/HelloWorld/HelloWorld.csproj @@ -17,7 +17,7 @@ under the License. --> - net462;netcoreapp2.2 + net462;netcoreapp3.0 $(AppTargetFramework) Exe HelloWorld diff --git a/src/PingPong/PingPong.csproj b/src/PingPong/PingPong.csproj index 1e3ab205..45a5c086 100644 --- a/src/PingPong/PingPong.csproj +++ b/src/PingPong/PingPong.csproj @@ -18,7 +18,7 @@ with the License. You may obtain a copy of the License at Exe - netcoreapp2.2 + netcoreapp3.0 diff --git a/src/StructuredMessage/StructuredMessage.csproj b/src/StructuredMessage/StructuredMessage.csproj index c7c0500e..339e8370 100644 --- a/src/StructuredMessage/StructuredMessage.csproj +++ b/src/StructuredMessage/StructuredMessage.csproj @@ -17,7 +17,7 @@ under the License. --> - net462;netcoreapp2.2 + net462;netcoreapp3.0 $(AppTargetFramework) Exe StructuredMessage diff --git a/src/Transactions/Transactions.csproj b/src/Transactions/Transactions.csproj index 51f9be84..fb350599 100644 --- a/src/Transactions/Transactions.csproj +++ b/src/Transactions/Transactions.csproj @@ -18,7 +18,7 @@ under the License. Exe - netcoreapp2.2 + netcoreapp3.0 $(AppTargetFramework) diff --git a/test/Apache-NMS-AMQP-Interop-Test/Apache-NMS-AMQP-Interop-Test.csproj b/test/Apache-NMS-AMQP-Interop-Test/Apache-NMS-AMQP-Interop-Test.csproj index f7ce890a..a3aa4c7a 100644 --- a/test/Apache-NMS-AMQP-Interop-Test/Apache-NMS-AMQP-Interop-Test.csproj +++ b/test/Apache-NMS-AMQP-Interop-Test/Apache-NMS-AMQP-Interop-Test.csproj @@ -16,11 +16,11 @@ under the License. --> - net462;netcoreapp2.2 + net462;netcoreapp3.0 $(AppTargetFramework) NMS.AMQP.Test NMS.AMQP.Interop.Test - 7.3 + 8.0 diff --git a/test/Apache-NMS-AMQP-Test/Apache-NMS-AMQP-Test.csproj b/test/Apache-NMS-AMQP-Test/Apache-NMS-AMQP-Test.csproj index 68c69372..acb27e78 100644 --- a/test/Apache-NMS-AMQP-Test/Apache-NMS-AMQP-Test.csproj +++ b/test/Apache-NMS-AMQP-Test/Apache-NMS-AMQP-Test.csproj @@ -16,11 +16,11 @@ under the License. --> - net462;netcoreapp2.2 + net462;netcoreapp3.0 $(AppTargetFramework) NMS.AMQP.Test NMS.AMQP.Test - 7.3 + 8.0