Add Net5.0 to test matrix

This commit is contained in:
Serge Camille
2021-06-05 17:58:05 +02:00
parent adb55dc80f
commit a23408d67e
2 changed files with 2 additions and 1 deletions

View File

@@ -15,7 +15,7 @@ jobs:
strategy: strategy:
matrix: matrix:
os: [windows-latest, ubuntu-latest, macos-latest] os: [windows-latest, ubuntu-latest, macos-latest]
test-framework: [netcoreapp3.1] test-framework: [netcoreapp3.1, net5.0]
include: include:
- os: ubuntu-latest - os: ubuntu-latest
installSnap7: true installSnap7: true

1
S7.sln
View File

@@ -9,6 +9,7 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution
ProjectSection(SolutionItems) = preProject ProjectSection(SolutionItems) = preProject
appveyor.yml = appveyor.yml appveyor.yml = appveyor.yml
README.md = README.md README.md = README.md
.github\workflows\test.yml = .github\workflows\test.yml
EndProjectSection EndProjectSection
EndProject EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "S7.Net.UnitTest", "S7.Net.UnitTest\S7.Net.UnitTest.csproj", "{303CCED6-9ABC-4899-A509-743341AAA804}" Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "S7.Net.UnitTest", "S7.Net.UnitTest\S7.Net.UnitTest.csproj", "{303CCED6-9ABC-4899-A509-743341AAA804}"