diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 73a9cea..7bc040a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -34,6 +34,7 @@ jobs: with: dotnet-version: | 6.0.x + 7.0.100-rc.2.22477.23 - run: dotnet --info diff --git a/global.json b/global.json index b7e9313..fad48d8 100644 --- a/global.json +++ b/global.json @@ -1,7 +1,7 @@ { "sdk": { - "version": "6.0.100", + "version": "7.0.100-rc.2.22477.23", "rollForward": "latestMajor", - "allowPrerelease": false + "allowPrerelease": true } } \ No newline at end of file diff --git a/test/Duende.Bff.EntityFramework.Tests/Duende.Bff.EntityFramework.Tests.csproj b/test/Duende.Bff.EntityFramework.Tests/Duende.Bff.EntityFramework.Tests.csproj index 28f8ea1..1bd875d 100644 --- a/test/Duende.Bff.EntityFramework.Tests/Duende.Bff.EntityFramework.Tests.csproj +++ b/test/Duende.Bff.EntityFramework.Tests/Duende.Bff.EntityFramework.Tests.csproj @@ -1,6 +1,6 @@  - net6.0 + net6.0;net7.0 diff --git a/test/Duende.Bff.Tests/Duende.Bff.Tests.csproj b/test/Duende.Bff.Tests/Duende.Bff.Tests.csproj index fabb2a4..1f8027c 100644 --- a/test/Duende.Bff.Tests/Duende.Bff.Tests.csproj +++ b/test/Duende.Bff.Tests/Duende.Bff.Tests.csproj @@ -1,7 +1,7 @@  - net6.0 + net6.0;net7.0