We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1331f5a commit 4c6ed66Copy full SHA for 4c6ed66
.github/workflows/sipsorcery-core-ubuntu.yml
@@ -9,12 +9,12 @@ jobs:
9
build:
10
strategy:
11
matrix:
12
- framework: [ 'net8.0' ]
+ framework: [ 'net10.0' ]
13
runs-on: ubuntu-latest
14
steps:
15
- uses: actions/checkout@v1
16
- uses: actions/setup-dotnet@v1
17
with:
18
- dotnet-version: '8.0.x'
+ dotnet-version: '10.0.x'
19
- name: Unit tests
20
run: dotnet test test/unit/SIPSorcery.UnitTests.csproj --framework ${{ matrix.framework }} -c Release
0 commit comments