Skip to content

Commit

Permalink
Updated github actions to use .NET 6
Browse files Browse the repository at this point in the history
  • Loading branch information
openbullet committed Jan 27, 2022
1 parent ab4197c commit c4419ff
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@ jobs:
shell: bash
id: tag_name
run: echo ::set-output name=SOURCE_TAG::${GITHUB_REF#refs/tags/}
- name: Setup .NET 5
- name: Setup .NET 6
uses: actions/setup-dotnet@v1
with:
dotnet-version: 5.0.x
dotnet-version: 6.0.x
- name: Setup .NET 2.1
uses: actions/setup-dotnet@v1
with:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/unittests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ jobs:
runs-on: windows-2019
steps:
- uses: actions/checkout@v2
- name: Setup .NET 5
- name: Setup .NET 6
uses: actions/setup-dotnet@v1
with:
dotnet-version: 5.0.x
dotnet-version: 6.0.x
- name: Unittests
run: dotnet test

0 comments on commit c4419ff

Please sign in to comment.