Skip to content

Commit b312aa5

Browse files
authored
Merge pull request #10 from Calabonga/net10-migration
CI/CD migrated to NET10
2 parents da0b562 + c0a8e6f commit b312aa5

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Nuget Package (NET9)
1+
name: Nuget Package (NET10)
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: 9.0.x
21+
dotnet-version: 10.0.x
2222

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

0 commit comments

Comments
 (0)