From 97a8c23bc18fdc12c52f4ccfe724f17727570acf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Crocquesel?= <88554524+scrocquesel@users.noreply.github.com> Date: Sat, 17 Feb 2024 21:24:56 +0100 Subject: [PATCH] feat(deps): update dotnet monorepo to v8 * chore(deps): update dotnet monorepo to v8 --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/main.yml | 2 +- .github/workflows/pr.yml | 2 +- ApiTester/ApiTester.csproj | 4 ++-- OVHCredentials/OVHCredentials.csproj | 11 ++++------- OVHCredentialsTest/OVHCredentialsTest.csproj | 6 +++--- 5 files changed, 11 insertions(+), 14 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 0f19876..23149d8 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -13,7 +13,7 @@ jobs: - name: Setup .NET uses: actions/setup-dotnet@v4 with: - dotnet-version: 6.0.x + dotnet-version: 8.0.x - uses: actions/setup-node@v4 with: node-version: "16" diff --git a/.github/workflows/pr.yml b/.github/workflows/pr.yml index 2941081..e7bafab 100644 --- a/.github/workflows/pr.yml +++ b/.github/workflows/pr.yml @@ -13,7 +13,7 @@ jobs: - name: Setup .NET uses: actions/setup-dotnet@v4 with: - dotnet-version: 6.0.x + dotnet-version: 8.0.x - name: Cake 🍰 - Build & Test run: | dotnet tool restore diff --git a/ApiTester/ApiTester.csproj b/ApiTester/ApiTester.csproj index 8e35a81..4bb8163 100644 --- a/ApiTester/ApiTester.csproj +++ b/ApiTester/ApiTester.csproj @@ -2,12 +2,12 @@ Exe - net6.0 + net8.0 false - + diff --git a/OVHCredentials/OVHCredentials.csproj b/OVHCredentials/OVHCredentials.csproj index 00310c8..41127d3 100644 --- a/OVHCredentials/OVHCredentials.csproj +++ b/OVHCredentials/OVHCredentials.csproj @@ -25,15 +25,12 @@ true - - - - - - - + + + + diff --git a/OVHCredentialsTest/OVHCredentialsTest.csproj b/OVHCredentialsTest/OVHCredentialsTest.csproj index c2647a6..91e552d 100644 --- a/OVHCredentialsTest/OVHCredentialsTest.csproj +++ b/OVHCredentialsTest/OVHCredentialsTest.csproj @@ -1,13 +1,13 @@ - net6.0 + net8.0 false - - + +