diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 7b964ecb..1081f6dd 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.101 - 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.101 - 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.101 - 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.101 - name: Build run: dotnet build -c Release - name: Pack diff --git a/global.json b/global.json index e69d70fb..f176b79b 100644 --- a/global.json +++ b/global.json @@ -1,6 +1,6 @@ { "sdk": { - "version": "10.0.100", + "version": "10.0.101", "rollForward": "latestMajor", "allowPrerelease": true }