diff --git a/.config/dotnet-tools.json b/.config/dotnet-tools.json index 7050cf9..5660f4b 100644 --- a/.config/dotnet-tools.json +++ b/.config/dotnet-tools.json @@ -3,7 +3,7 @@ "isRoot": true, "tools": { "cake.tool": { - "version": "3.1.0", + "version": "4.0.0", "commands": [ "dotnet-cake" ] diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 1e86e58..73236af 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -26,6 +26,13 @@ jobs: with: fetch-depth: 0 + - name: Install .NET SDK 7.0.x - 8.0.x + uses: actions/setup-dotnet@v3 + with: + dotnet-version: | + 7.0.x + 8.0.x + - name: Install .NET SDK uses: actions/setup-dotnet@v3 with: diff --git a/global.json b/global.json index f4d190d..34fe4ca 100644 --- a/global.json +++ b/global.json @@ -1,6 +1,6 @@ { "sdk": { - "version": "7.0.403", + "version": "8.0.100", "rollForward": "latestMinor", "allowPrerelease": false } diff --git a/src/ARI.TestWeb/ARI.TestWeb.csproj b/src/ARI.TestWeb/ARI.TestWeb.csproj index cacec29..41508b3 100644 --- a/src/ARI.TestWeb/ARI.TestWeb.csproj +++ b/src/ARI.TestWeb/ARI.TestWeb.csproj @@ -2,7 +2,7 @@ Exe - net7.0 + net8.0 enable enable false diff --git a/src/ARI.Tests/ARI.Tests.csproj b/src/ARI.Tests/ARI.Tests.csproj index 06d1a30..9fb1f5b 100644 --- a/src/ARI.Tests/ARI.Tests.csproj +++ b/src/ARI.Tests/ARI.Tests.csproj @@ -1,7 +1,7 @@  - net7.0 + net7.0;net8.0 enable enable false @@ -45,10 +45,10 @@ - - + + - + runtime; build; native; contentfiles; analyzers; buildtransitive all @@ -56,9 +56,9 @@ runtime; build; native; contentfiles; analyzers; buildtransitive all - - - + + + diff --git a/src/ARI/ARI.csproj b/src/ARI/ARI.csproj index 5e50fda..ddd901d 100644 --- a/src/ARI/ARI.csproj +++ b/src/ARI/ARI.csproj @@ -2,7 +2,7 @@ Exe - net7.0 + net7.0;net8.0 enable true enable @@ -36,24 +36,24 @@ - + - - - + + + - + - - - + + + - +