Skip to content

Commit 01351b8

Browse files
Merge pull request #46 from dotnet/jamesmontemagno-patch-3
Update dotnet.yml
2 parents 12475ee + f1c8b4f commit 01351b8

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)