diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index d7705c4..3b02b5c 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -20,6 +20,7 @@ jobs: uses: actions/setup-dotnet@v3 with: dotnet-version: | + 8.0.x 7.0.x 6.0.x 3.1.x @@ -45,11 +46,11 @@ jobs: # dotnet test --framework=net6.0 tests/Dtmgrpc.Tests/Dtmgrpc.Tests.csproj --collect:"XPlat Code Coverage" # dotnet test --framework=net6.0 tests/Dtmworkflow.Tests/Dtmworkflow.Tests.csproj --collect:"XPlat Code Coverage" - - name: Run tests on net7.0 + - name: Run tests on net8.0 run: | - dotnet test --framework=net7.0 tests/Dtmcli.Tests/Dtmcli.Tests.csproj --collect:"XPlat Code Coverage" - dotnet test --framework=net7.0 tests/Dtmgrpc.Tests/Dtmgrpc.Tests.csproj --collect:"XPlat Code Coverage" - dotnet test --framework=net7.0 tests/Dtmworkflow.Tests/Dtmworkflow.Tests.csproj --collect:"XPlat Code Coverage" + dotnet test --framework=net8.0 tests/Dtmcli.Tests/Dtmcli.Tests.csproj --collect:"XPlat Code Coverage" + dotnet test --framework=net8.0 tests/Dtmgrpc.Tests/Dtmgrpc.Tests.csproj --collect:"XPlat Code Coverage" + dotnet test --framework=net8.0 tests/Dtmworkflow.Tests/Dtmworkflow.Tests.csproj --collect:"XPlat Code Coverage" - name: Prepare Codecov continue-on-error: true diff --git a/.github/workflows/release_stable.yml b/.github/workflows/release_stable.yml index 3a4d084..77451b8 100644 --- a/.github/workflows/release_stable.yml +++ b/.github/workflows/release_stable.yml @@ -15,7 +15,7 @@ jobs: - name: Setup .NET Core uses: actions/setup-dotnet@v3 with: - dotnet-version: 7.0.x + dotnet-version: 8.0.x - name: Build with dotnet run: | dotnet build --configuration Release --source https://api.nuget.org/v3/index.json src/Dtmcli/Dtmcli.csproj diff --git a/.github/workflows/release_unstable.yml b/.github/workflows/release_unstable.yml index 8b4691a..1c7177d 100644 --- a/.github/workflows/release_unstable.yml +++ b/.github/workflows/release_unstable.yml @@ -15,7 +15,7 @@ jobs: - name: Setup .NET Core uses: actions/setup-dotnet@v3 with: - dotnet-version: 7.0.x + dotnet-version: 8.0.x - name: Build with dotnet run: | dotnet build --configuration Release --source https://api.nuget.org/v3/index.json src/Dtmcli/Dtmcli.csproj diff --git a/samples/DtmOnDaprSample/DtmOnDaprSample.csproj b/samples/DtmOnDaprSample/DtmOnDaprSample.csproj index 2047817..e640a25 100644 --- a/samples/DtmOnDaprSample/DtmOnDaprSample.csproj +++ b/samples/DtmOnDaprSample/DtmOnDaprSample.csproj @@ -1,7 +1,7 @@  - net7.0 + net8.0 true $(NoWarn);1591 8704306e-de65-470d-89b2-2b7b65ff3b64 diff --git a/samples/DtmSample/DtmSample.csproj b/samples/DtmSample/DtmSample.csproj index e3612ed..a648294 100644 --- a/samples/DtmSample/DtmSample.csproj +++ b/samples/DtmSample/DtmSample.csproj @@ -1,7 +1,7 @@  - net7.0 + net8.0 true $(NoWarn);1591 8704306e-de65-470d-89b2-2b7b65ff3b64 diff --git a/tests/BusiGrpcService/BusiGrpcService.csproj b/tests/BusiGrpcService/BusiGrpcService.csproj index 210cbae..b896af4 100644 --- a/tests/BusiGrpcService/BusiGrpcService.csproj +++ b/tests/BusiGrpcService/BusiGrpcService.csproj @@ -1,7 +1,7 @@  - net7.0 + net8.0 enable diff --git a/tests/Dtmcli.Tests/Dtmcli.Tests.csproj b/tests/Dtmcli.Tests/Dtmcli.Tests.csproj index 95000e0..063bd26 100644 --- a/tests/Dtmcli.Tests/Dtmcli.Tests.csproj +++ b/tests/Dtmcli.Tests/Dtmcli.Tests.csproj @@ -1,7 +1,7 @@  - net7.0 + net8.0 false diff --git a/tests/Dtmgrpc.IntegrationTests/Dtmgrpc.IntegrationTests.csproj b/tests/Dtmgrpc.IntegrationTests/Dtmgrpc.IntegrationTests.csproj index 7ae908a..28b9aec 100644 --- a/tests/Dtmgrpc.IntegrationTests/Dtmgrpc.IntegrationTests.csproj +++ b/tests/Dtmgrpc.IntegrationTests/Dtmgrpc.IntegrationTests.csproj @@ -1,7 +1,7 @@  - net7.0 + net8.0 false diff --git a/tests/Dtmgrpc.Tests/Dtmgrpc.Tests.csproj b/tests/Dtmgrpc.Tests/Dtmgrpc.Tests.csproj index d46e68c..428f82a 100644 --- a/tests/Dtmgrpc.Tests/Dtmgrpc.Tests.csproj +++ b/tests/Dtmgrpc.Tests/Dtmgrpc.Tests.csproj @@ -1,7 +1,7 @@  - net7.0 + net8.0 false diff --git a/tests/Dtmworkflow.Tests/Dtmworkflow.Tests.csproj b/tests/Dtmworkflow.Tests/Dtmworkflow.Tests.csproj index 08f9171..f6bd27d 100644 --- a/tests/Dtmworkflow.Tests/Dtmworkflow.Tests.csproj +++ b/tests/Dtmworkflow.Tests/Dtmworkflow.Tests.csproj @@ -1,7 +1,7 @@ - net7.0 + net8.0 enable enable