diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 0f80a94..9255426 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -16,7 +16,7 @@ jobs: - name: Setup .NET uses: actions/setup-dotnet@v1 with: - dotnet-version: 6.0.x + dotnet-version: 8.0.x - name: Restore dependencies run: dotnet restore - name: Build diff --git a/src/ErrorOr.csproj b/src/ErrorOr.csproj index 5f968a9..520ae18 100644 --- a/src/ErrorOr.csproj +++ b/src/ErrorOr.csproj @@ -1,7 +1,7 @@ - netstandard2.0;net60 + netstandard2.0;net8.0 enable enable diff --git a/tests/Tests.csproj b/tests/Tests.csproj index f0c3a82..f702f25 100644 --- a/tests/Tests.csproj +++ b/tests/Tests.csproj @@ -1,29 +1,29 @@ - - - - net6.0 - enable - enable - - false - - - - - - - - runtime; build; native; contentfiles; analyzers; buildtransitive - all - - - runtime; build; native; contentfiles; analyzers; buildtransitive - all - - - - - - - - + + + + net8.0 + enable + enable + + false + + + + + + + + runtime; build; native; contentfiles; analyzers; buildtransitive + all + + + runtime; build; native; contentfiles; analyzers; buildtransitive + all + + + + + + + +