diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 7168b06..a93d299 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -53,6 +53,7 @@ jobs: 5.0 6.0 7.0 + 8.0 - name: Cache Tools uses: actions/cache@704facf57e6136b1bc63b828d79edcd491f0ee84 # v3 with: diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index 3b3cb81..154bcd9 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -43,6 +43,7 @@ jobs: 5.0 6.0 7.0 + 8.0 - name: Cache Tools uses: actions/cache@704facf57e6136b1bc63b828d79edcd491f0ee84 # v3 diff --git a/global.json b/global.json index 110572a..3660ff8 100644 --- a/global.json +++ b/global.json @@ -1,7 +1,7 @@ { "sdk": { "allowPrerelease": true, - "version": "7.0.404", + "version": "8.0.100", "rollForward": "latestFeature" } } \ No newline at end of file diff --git a/src/Spectre.Console.Registrars.Microsoft-Di.Tests/Spectre.Console.Registrars.Microsoft-Di.Tests.csproj b/src/Spectre.Console.Registrars.Microsoft-Di.Tests/Spectre.Console.Registrars.Microsoft-Di.Tests.csproj index 50382c3..e086422 100644 --- a/src/Spectre.Console.Registrars.Microsoft-Di.Tests/Spectre.Console.Registrars.Microsoft-Di.Tests.csproj +++ b/src/Spectre.Console.Registrars.Microsoft-Di.Tests/Spectre.Console.Registrars.Microsoft-Di.Tests.csproj @@ -10,7 +10,7 @@ runtime; build; native; contentfiles; analyzers; buildtransitive all - + diff --git a/src/Spectre.Console.Registrars.Microsoft-Di/Spectre.Console.Registrars.Microsoft-Di.csproj b/src/Spectre.Console.Registrars.Microsoft-Di/Spectre.Console.Registrars.Microsoft-Di.csproj index ee66ad9..3aa04d0 100644 --- a/src/Spectre.Console.Registrars.Microsoft-Di/Spectre.Console.Registrars.Microsoft-Di.csproj +++ b/src/Spectre.Console.Registrars.Microsoft-Di/Spectre.Console.Registrars.Microsoft-Di.csproj @@ -30,7 +30,7 @@ - + runtime; build; native; contentfiles; analyzers; buildtransitive all