diff --git a/.github/workflows/test-pr.yaml b/.github/workflows/test-pr.yaml index 102dfb1..09d5bbe 100644 --- a/.github/workflows/test-pr.yaml +++ b/.github/workflows/test-pr.yaml @@ -95,7 +95,7 @@ jobs: fetch-depth: 0 - uses: actions/setup-dotnet@v3 with: - dotnet-version: "7.x.x" + dotnet-version: "8.x.x" - name: "Cache: .nuke/temp, ~/.nuget/packages" uses: actions/cache@v3 with: diff --git a/build.test/build.test.csproj b/build.test/build.test.csproj index 6c20c68..aaa7fbc 100644 --- a/build.test/build.test.csproj +++ b/build.test/build.test.csproj @@ -1,7 +1,7 @@ - net7.0 + net8.0 enable enable diff --git a/build/_build.csproj b/build/_build.csproj index d6be38f..b9522d2 100644 --- a/build/_build.csproj +++ b/build/_build.csproj @@ -2,7 +2,7 @@ Exe - net7.0 + net8.0 CS0649;CS0169 enable diff --git a/features/src/nuke/devcontainer-feature.json b/features/src/nuke/devcontainer-feature.json index 85daa59..c8ac1a9 100644 --- a/features/src/nuke/devcontainer-feature.json +++ b/features/src/nuke/devcontainer-feature.json @@ -16,10 +16,7 @@ } }, "installsAfter": [ - "ghcr.io/devcontainers/features/dotnet", - "dotnet", "ghcr.io/bushero/devcontainers/features/dotnet", - "bash", "ghcr.io/bushero/devcontainers/features/bash" ] }