Skip to content

Commit 42e1e9a

Browse files
committed
github actions pipeline updated
1 parent 0b45632 commit 42e1e9a

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- name: Set up .NET Core
1919
uses: actions/setup-dotnet@v2
2020
with:
21-
dotnet-version: 6.0.x
21+
dotnet-version: 8.0.x
2222

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

src/Calabonga.AspNetCore.AppDefinitions.sln

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,9 @@ EndProject
88
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{A2917A48-EECC-441F-B3B2-BFA9567C1FBF}"
99
ProjectSection(SolutionItems) = preProject
1010
.editorconfig = .editorconfig
11+
..\.github\FUNDING.yml = ..\.github\FUNDING.yml
1112
..\LICENSE = ..\LICENSE
13+
..\.github\workflows\main.yml = ..\.github\workflows\main.yml
1214
..\README.md = ..\README.md
1315
EndProjectSection
1416
EndProject

0 commit comments

Comments
 (0)