diff --git a/.github/workflows/aspnetcore.yml b/.github/workflows/aspnetcore.yml index 51ce097e..22cd0037 100644 --- a/.github/workflows/aspnetcore.yml +++ b/.github/workflows/aspnetcore.yml @@ -9,7 +9,7 @@ jobs: - name: Setup .NET Core uses: actions/setup-dotnet@v1 with: - dotnet-version: '2.1.x' + dotnet-version: '3.1.x' - name: Build run: dotnet build --configuration Release - name: Test diff --git a/Client.Cloud.Example/Client.Cloud.Example.csproj b/Client.Cloud.Example/Client.Cloud.Example.csproj index 73809680..7135ce88 100644 --- a/Client.Cloud.Example/Client.Cloud.Example.csproj +++ b/Client.Cloud.Example/Client.Cloud.Example.csproj @@ -1,7 +1,7 @@ - netcoreapp2.1 + netcoreapp3.1 Linux Exe latest @@ -18,4 +18,8 @@ + + + + diff --git a/Client.Examples/Client.Examples.csproj b/Client.Examples/Client.Examples.csproj index e5b64907..16e576b5 100644 --- a/Client.Examples/Client.Examples.csproj +++ b/Client.Examples/Client.Examples.csproj @@ -2,7 +2,7 @@ Exe - netcoreapp2.1 + netcoreapp3.1 latest @@ -13,7 +13,7 @@ - + diff --git a/Client.IntegrationTests/Client.IntegrationTests.csproj b/Client.IntegrationTests/Client.IntegrationTests.csproj index 2a211f56..acbf17cd 100644 --- a/Client.IntegrationTests/Client.IntegrationTests.csproj +++ b/Client.IntegrationTests/Client.IntegrationTests.csproj @@ -1,13 +1,13 @@  - netcoreapp2.1 + netcoreapp3.1 false - + diff --git a/Client.UnitTests/Client.UnitTests.csproj b/Client.UnitTests/Client.UnitTests.csproj index 14b2b265..63a7b002 100644 --- a/Client.UnitTests/Client.UnitTests.csproj +++ b/Client.UnitTests/Client.UnitTests.csproj @@ -1,7 +1,7 @@  - netcoreapp2.1 + netcoreapp3.1 Zeebe.Client