Skip to content

Commit bcebba6

Browse files
committed
ci : version add
1 parent 2d93718 commit bcebba6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/webapi.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,8 @@ jobs:
2424
- uses: actions/checkout@v4
2525
- name: setup dotnet
2626
uses: actions/setup-dotnet@v4
27+
with:
28+
dotnet-version: 9.0.100
2729
- name: restore dependencies
2830
run: dotnet restore ./src/api/server/Server.csproj
2931
- name: build

0 commit comments

Comments
 (0)