Skip to content

Commit

Permalink
Merge pull request #49 from nils-a/release/0.1.1
Browse files Browse the repository at this point in the history
add net 3.1 in CI
  • Loading branch information
nils-a authored Aug 24, 2023
2 parents 9d0e22c + 0466ffe commit 46bd57d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,9 +49,10 @@ jobs:
run: git fetch --prune --unshallow
- uses: actions/setup-dotnet@v3.2.0
with:
# codecov needs 2.1, unittests needs 3.1, gitversion needs 5.0
# codecov needs 2.1, gitReleaseManager needs 3.1, gitVersion needs 5.0
dotnet-version: |
2.1.818
3.1.x
5.0.x
6.0.x
7.0.x
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,10 @@ jobs:
run: git fetch --prune --unshallow
- uses: actions/setup-dotnet@v3.2.0
with:
# codecov needs 2.1, gitversion needs 5.0
# codecov needs 2.1, gitReleaseManager needs 3.1, gitVersion needs 5.0
dotnet-version: |
2.1.818
3.1.x
5.0.x
6.0.x
7.0.x
Expand Down

0 comments on commit 46bd57d

Please sign in to comment.