Skip to content

Commit 4c6ed66

Browse files
committed
Update .net target on ubuntu gha.
1 parent 1331f5a commit 4c6ed66

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/sipsorcery-core-ubuntu.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,12 @@ jobs:
99
build:
1010
strategy:
1111
matrix:
12-
framework: [ 'net8.0' ]
12+
framework: [ 'net10.0' ]
1313
runs-on: ubuntu-latest
1414
steps:
1515
- uses: actions/checkout@v1
1616
- uses: actions/setup-dotnet@v1
1717
with:
18-
dotnet-version: '8.0.x'
18+
dotnet-version: '10.0.x'
1919
- name: Unit tests
2020
run: dotnet test test/unit/SIPSorcery.UnitTests.csproj --framework ${{ matrix.framework }} -c Release

0 commit comments

Comments
 (0)