diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 13c78a1..8e928fc 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -14,9 +14,9 @@ jobs: - name: Checkout code base uses: actions/checkout@v2 - - uses: actions/setup-dotnet@v1 + - uses: actions/setup-dotnet@v3 with: - dotnet-version: '6.0.x' + dotnet-version: '8.0.x' - name: Cleaning run: dotnet clean diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index abdea4a..286cafd 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -14,9 +14,9 @@ jobs: - name: Checkout repo uses: actions/checkout@v2 - - uses: actions/setup-dotnet@v1 + - uses: actions/setup-dotnet@v3 with: - dotnet-version: '6.0.x' + dotnet-version: '8.0.x' - uses: actions/setup-node@v2 with: diff --git a/src/EAVFW.Extensions.CommandLine/EAVFW.Extensions.CommandLine.csproj b/src/EAVFW.Extensions.CommandLine/EAVFW.Extensions.CommandLine.csproj index ce27a39..90f0315 100644 --- a/src/EAVFW.Extensions.CommandLine/EAVFW.Extensions.CommandLine.csproj +++ b/src/EAVFW.Extensions.CommandLine/EAVFW.Extensions.CommandLine.csproj @@ -1,7 +1,7 @@  - netcoreapp3.1;net6.0 + netcoreapp3.1;net6.0;net8.0 EAVFW.Extensions.CommandLine Poul Kjeldager System.CommandLine Extensions for building better CLIs @@ -27,4 +27,9 @@ + + + + +