Skip to content

Commit 9fc8de8

Browse files
authored
Update master.yml
1 parent 475ed19 commit 9fc8de8

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/master.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,11 @@ jobs:
1212
- uses: actions/checkout@v4
1313

1414
- name: Setup .NET SDK
15-
uses: actions/setup-dotnet@v3
15+
uses: actions/setup-dotnet@v4
1616
with:
1717
dotnet-version: |
18-
6.0.x
19-
7.0.x
18+
8.0.x
19+
9.0.x
2020
2121
- name: Install .NET dependencies
2222
run: dotnet restore
@@ -25,10 +25,10 @@ jobs:
2525
run: sudo -E bash Scripts/install-libpcap.sh
2626

2727
- name: Build
28-
run: dotnet build PacketDotNet/PacketDotNet.csproj -c Release -f "net7.0"
28+
run: dotnet build PacketDotNet/PacketDotNet.csproj -c Release -f "net9.0"
2929

3030
- name: Test
31-
run: dotnet test -c Release -f "net7.0"
31+
run: dotnet test -c Release -f "net9.0"
3232

3333
windows:
3434
runs-on: windows-latest

0 commit comments

Comments
 (0)