diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 724f88c..a3a75e8 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -29,7 +29,7 @@ jobs: uses: actions/setup-dotnet@v4.0.0 with: dotnet-version: | - 8.0.203 + 8.0.204 7.0.404 - name: Build library run: dotnet build -c Release -v normal diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index f421d10..986f045 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -35,7 +35,7 @@ jobs: uses: actions/setup-dotnet@v4.0.0 with: dotnet-version: | - 8.0.203 + 8.0.204 7.0.404 - name: Autobuild diff --git a/global.json b/global.json index 108d42a..e0119f2 100644 --- a/global.json +++ b/global.json @@ -1,6 +1,6 @@ { "sdk": { - "version": "8.0.203", + "version": "8.0.204", "rollForward": "latestMinor" } }