Skip to content

Commit 0174bae

Browse files
committed
Fix CI fail
1 parent 6964339 commit 0174bae

8 files changed

+8
-8
lines changed

.github/workflows/BitMono.API.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
- uses: actions/setup-dotnet@v4
2929
name: Setup .NET
3030
with:
31-
dotnet-version: 8.x
31+
dotnet-version: 9.x
3232

3333
- uses: ./.github/actions/project-build
3434
id: project-build

.github/workflows/BitMono.Core.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
- uses: actions/setup-dotnet@v4
2929
name: Setup .NET
3030
with:
31-
dotnet-version: 8.x
31+
dotnet-version: 9.x
3232

3333
- uses: ./.github/actions/project-build
3434
id: project-build

.github/workflows/BitMono.Host.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
- uses: actions/setup-dotnet@v4
2929
name: Setup .NET
3030
with:
31-
dotnet-version: 8.x
31+
dotnet-version: 9.x
3232

3333
- uses: ./.github/actions/project-build
3434
id: project-build

.github/workflows/BitMono.Obfuscation.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
- uses: actions/setup-dotnet@v4
2929
name: Setup .NET
3030
with:
31-
dotnet-version: 8.x
31+
dotnet-version: 9.x
3232

3333
- uses: ./.github/actions/project-build
3434
id: project-build

.github/workflows/BitMono.Protections.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
- uses: actions/setup-dotnet@v4
2929
name: Setup .NET
3030
with:
31-
dotnet-version: 8.x
31+
dotnet-version: 9.x
3232

3333
- uses: ./.github/actions/project-build
3434
id: project-build

.github/workflows/BitMono.Runtime.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
- uses: actions/setup-dotnet@v4
2929
name: Setup .NET
3030
with:
31-
dotnet-version: 8.x
31+
dotnet-version: 9.x
3232

3333
- uses: ./.github/actions/project-build
3434
id: project-build

.github/workflows/BitMono.Shared.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
- uses: actions/setup-dotnet@v4
2929
name: Setup .NET
3030
with:
31-
dotnet-version: 8.x
31+
dotnet-version: 9.x
3232

3333
- uses: ./.github/actions/project-build
3434
id: project-build

.github/workflows/BitMono.Utilities.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
- uses: actions/setup-dotnet@v4
2929
name: Setup .NET
3030
with:
31-
dotnet-version: 8.x
31+
dotnet-version: 9.x
3232

3333
- uses: ./.github/actions/project-build
3434
id: project-build

0 commit comments

Comments
 (0)