Skip to content

Commit aa66219

Browse files
committed
Update dotnet build version.
1 parent 4affd44 commit aa66219

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/main.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@ name: Build and Test
22

33
on:
44
push:
5-
branches:
5+
branches:
66
- master
77
pull_request:
8-
branches:
8+
branches:
99
- master
1010

1111
jobs:
@@ -15,17 +15,17 @@ jobs:
1515
fail-fast: false
1616
matrix:
1717
os: [windows-latest, macOS-latest, ubuntu-latest]
18-
dotnet: [6.0.302]
18+
dotnet: [6.0.400]
1919
runs-on: ${{ matrix.os }}
2020

2121
steps:
2222
- uses: actions/checkout@v3
23-
23+
2424
- name: Setup .NET
2525
uses: actions/setup-dotnet@v2
2626
with:
2727
dotnet-version: ${{ matrix.dotnet }}
28-
28+
2929
- name: Restore dependencies
3030
run: dotnet restore
3131
- name: Build

0 commit comments

Comments
 (0)