Skip to content

Commit e6e8f9f

Browse files
committed
Updated dotnet framework in build pipeline scripts
1 parent a032c16 commit e6e8f9f

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/macos.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
- name: Install .NET Core
2525
uses: actions/setup-dotnet@v5
2626
with:
27-
dotnet-version: 8.0.x
27+
dotnet-version: 10.0.x
2828

2929
- name: Install dependencies
3030
run: dotnet restore ./FindExecutable.sln

.github/workflows/ubuntu.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
- name: Install .NET Core
2525
uses: actions/setup-dotnet@v5
2626
with:
27-
dotnet-version: 8.0.x
27+
dotnet-version: 10.0.x
2828

2929
- name: Install dependencies
3030
run: dotnet restore ./FindExecutable.sln

.github/workflows/windows.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
- name: Install .NET Core
2525
uses: actions/setup-dotnet@v5
2626
with:
27-
dotnet-version: 8.0.x
27+
dotnet-version: 10.0.x
2828

2929
- name: Install dependencies
3030
run: dotnet restore ./FindExecutable.sln

0 commit comments

Comments
 (0)