From a23408d67ef968b54dacd637fc64611d284f2864 Mon Sep 17 00:00:00 2001 From: Serge Camille Date: Sat, 5 Jun 2021 17:58:05 +0200 Subject: [PATCH] Add Net5.0 to test matrix --- .github/workflows/test.yml | 2 +- S7.sln | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 226aa6f..fa94a91 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -15,7 +15,7 @@ jobs: strategy: matrix: os: [windows-latest, ubuntu-latest, macos-latest] - test-framework: [netcoreapp3.1] + test-framework: [netcoreapp3.1, net5.0] include: - os: ubuntu-latest installSnap7: true diff --git a/S7.sln b/S7.sln index 2ae0e52..dbfaf5c 100644 --- a/S7.sln +++ b/S7.sln @@ -9,6 +9,7 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution ProjectSection(SolutionItems) = preProject appveyor.yml = appveyor.yml README.md = README.md + .github\workflows\test.yml = .github\workflows\test.yml EndProjectSection EndProject Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "S7.Net.UnitTest", "S7.Net.UnitTest\S7.Net.UnitTest.csproj", "{303CCED6-9ABC-4899-A509-743341AAA804}"