Skip to content

Commit 425356d

Browse files
committed
updating workflows to use .NET 10.x for CI/CD
1 parent e259e5c commit 425356d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/main_apicolombia.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
- name: Set up .NET Core
2424
uses: actions/setup-dotnet@v1
2525
with:
26-
dotnet-version: '8.0.x'
26+
dotnet-version: '10.0.x'
2727
include-prerelease: true
2828

2929
- name: Build with dotnet

.github/workflows/pull_request_apicolombia.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- name: Set up .NET Core
2121
uses: actions/setup-dotnet@v3
2222
with:
23-
dotnet-version: '8.0.x'
23+
dotnet-version: '10.0.x'
2424

2525
- name: Restore dependencies
2626
run: dotnet restore

0 commit comments

Comments
 (0)