diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9a3ddfc..60e2129 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -19,7 +19,9 @@ jobs: - name: Setup .NET uses: actions/setup-dotnet@v4 with: - dotnet-version: '8.0.x' + dotnet-version: | + 8.0.x + 10.0.3xx - name: Restore dependencies run: dotnet restore diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index 3a64fcc..91f94fb 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -25,7 +25,9 @@ jobs: - name: Setup .NET uses: actions/setup-dotnet@v4 with: - dotnet-version: '8.0.x' + dotnet-version: | + 8.0.x + 10.0.3xx - name: Install DocFX run: dotnet tool install -g docfx diff --git a/global.json b/global.json index 4daf48a..de9f9b5 100644 --- a/global.json +++ b/global.json @@ -1,6 +1,6 @@ { "sdk": { - "version": "10.0.204", + "version": "10.0.301", "rollForward": "latestFeature" } } \ No newline at end of file