Skip to content

Commit 9507f14

Browse files
author
Piotr Stachaczynski
committed
f:update workflows
1 parent a46b9d2 commit 9507f14

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build-and-publish-inferpage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- name: Setup .NET
1616
uses: actions/setup-dotnet@v4
1717
with:
18-
dotnet-version: '8.0.x'
18+
dotnet-version: '10.0.x'
1919

2020
- name: Restore dependencies
2121
run: dotnet restore src/MaIN.InferPage

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- name: Setup .NET
1919
uses: actions/setup-dotnet@v3
2020
with:
21-
dotnet-version: '8.0.x' # Change to your project’s .NET version
21+
dotnet-version: '10.0.x' # Change to your project’s .NET version
2222

2323
- name: Restore dependencies
2424
run: dotnet restore

0 commit comments

Comments
 (0)