From 43e0cccd4771c05ab1c507b773da1a885d36a998 Mon Sep 17 00:00:00 2001 From: Antoine Rybacki <15911822+Lifeismana@users.noreply.github.com> Date: Thu, 16 Nov 2023 13:34:46 +0100 Subject: [PATCH] Bump to net8 --- .github/workflows/build.yml | 2 +- .github/workflows/sk2-ci.yml | 2 +- DepotDownloader/DepotDownloader.csproj | 6 +++--- global.json | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 265a1562..eb247caf 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -30,7 +30,7 @@ jobs: - name: Setup .NET Core uses: actions/setup-dotnet@v2 with: - dotnet-version: 6.0.x + dotnet-version: 8.0.x - name: Build run: dotnet publish -c ${{ matrix.configuration }} -o artifacts diff --git a/.github/workflows/sk2-ci.yml b/.github/workflows/sk2-ci.yml index 185be88c..8b0a6f8d 100644 --- a/.github/workflows/sk2-ci.yml +++ b/.github/workflows/sk2-ci.yml @@ -22,7 +22,7 @@ jobs: - name: Setup .NET Core uses: actions/setup-dotnet@v2 with: - dotnet-version: 6.0.x + dotnet-version: 8.0.x - name: Configure NuGet run: | diff --git a/DepotDownloader/DepotDownloader.csproj b/DepotDownloader/DepotDownloader.csproj index 98ded2a7..8ecf2489 100644 --- a/DepotDownloader/DepotDownloader.csproj +++ b/DepotDownloader/DepotDownloader.csproj @@ -1,7 +1,7 @@ - + Exe - net6.0 + net8.0 true LatestMajor 2.5.0 @@ -12,7 +12,7 @@ - + diff --git a/global.json b/global.json index 1b8195c4..c19a2e05 100644 --- a/global.json +++ b/global.json @@ -1,6 +1,6 @@ { "sdk": { - "version": "6.0.100", + "version": "8.0.100", "rollForward": "latestMinor" } }