Skip to content

Commit f1c8b4f

Browse files
Update dotnet.yml
1 parent 12475ee commit f1c8b4f

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/dotnet.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,16 +5,16 @@ name: .NET Build
55

66
on:
77
push:
8-
branches: [ "main" ]
8+
branches: [ main ]
99
pull_request:
10-
branches: [ "main" ]
10+
branches: [ main ]
1111

1212
env:
13-
DOTNET_VERSION: '6.0.x' # The .NET SDK version to use
13+
DOTNET_VERSION: '8.0.x' # The .NET SDK version to use
1414

1515
jobs:
1616
build:
17-
17+
name: Build All Projects
1818
runs-on: ubuntu-latest
1919

2020
strategy:

0 commit comments

Comments
 (0)