From d871da118e76590bcb3e110afcbfa50580875940 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 11 Mar 2026 02:58:26 +0000 Subject: [PATCH] chore(deps): update dependency dotnet-sdk to v10.0.200 --- .github/workflows/build.yaml | 8 ++++---- global.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 91b9c3a19..a7d738d1e 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -20,7 +20,7 @@ jobs: - name: Setup .NET uses: actions/setup-dotnet@d4c94342e560b34958eacfc5d055d21461ed1c5d # v5.0.0 with: - dotnet-version: 10.0.100 + dotnet-version: 10.0.200 - name: Install tools run: dotnet tool restore - name: Check formatting @@ -34,7 +34,7 @@ jobs: - name: Setup .NET uses: actions/setup-dotnet@d4c94342e560b34958eacfc5d055d21461ed1c5d # v5.0.0 with: - dotnet-version: 10.0.100 + dotnet-version: 10.0.200 - name: Run tests run: dotnet test -c Debug --collect:"XPlat Code Coverage" --settings coverlet.runsettings ArchUnitNETTests/ - name: Upload coverage reports to Codecov @@ -53,7 +53,7 @@ jobs: - name: Setup .NET uses: actions/setup-dotnet@d4c94342e560b34958eacfc5d055d21461ed1c5d # v5.0.0 with: - dotnet-version: 10.0.100 + dotnet-version: 10.0.200 - name: Run tests run: dotnet test -c Debug publish-docs: @@ -140,7 +140,7 @@ jobs: - name: Setup .NET uses: actions/setup-dotnet@d4c94342e560b34958eacfc5d055d21461ed1c5d # v5.0.0 with: - dotnet-version: 10.0.100 + dotnet-version: 10.0.200 - name: Build run: dotnet build -c Release - name: Pack diff --git a/global.json b/global.json index e69d70fba..6be3d1530 100644 --- a/global.json +++ b/global.json @@ -1,6 +1,6 @@ { "sdk": { - "version": "10.0.100", + "version": "10.0.200", "rollForward": "latestMajor", "allowPrerelease": true }