Skip to content

Commit 7a1bce0

Browse files
authored
Merge pull request #488 from LogExperts/Hirogen-patch-1
Upgrade .NET Core version from 9.0.x to 10.0.x
2 parents 2086e73 + b5e9170 commit 7a1bce0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build_dotnet.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
- name: Install .NET Core
3535
uses: actions/setup-dotnet@v4
3636
with:
37-
dotnet-version: 9.0.x
37+
dotnet-version: 10.0.x
3838

3939
- name: Build application
4040
run: |

0 commit comments

Comments
 (0)