Skip to content

Commit

Permalink
test: add net5.0 target to test netstandard
Browse files Browse the repository at this point in the history
  • Loading branch information
cengelha committed Sep 11, 2023
1 parent a8f0009 commit 633930b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
name: Test
strategy:
matrix:
framwork: [net6.0, net7.0]
framwork: [net5.0, net6.0, net7.0] # net5.0 to test netstandard
os: [windows-latest, macos-latest, ubuntu-latest]
runs-on: ${{ matrix.os }}
steps:
Expand Down
2 changes: 1 addition & 1 deletion libNOM.test/libNOM.test.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<!-- Application -->
<PropertyGroup>
<TargetFrameworks>net6.0;net7.0</TargetFrameworks>
<TargetFrameworks>net5.0;net6.0;net7.0</TargetFrameworks> <!-- net5.0 to test netstandard -->
<IsTestProject>true</IsTestProject>
</PropertyGroup>

Expand Down

0 comments on commit 633930b

Please sign in to comment.