Skip to content

Commit 6274926

Browse files
author
Sergei Calabonga
committed
pipeline updated net9
1 parent cd6d441 commit 6274926

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: .NET Core
1+
name: Nuget Package (NET9)
22

33
on:
44
push:
@@ -18,7 +18,7 @@ jobs:
1818
- name: Set up .NET Core
1919
uses: actions/setup-dotnet@v2
2020
with:
21-
dotnet-version: 8.0.x
21+
dotnet-version: 9.0.x
2222

2323
- name: Install dependencies
2424
run: dotnet restore src/Calabonga.AspNetCore.AppDefinitions.sln

0 commit comments

Comments
 (0)