Skip to content

Commit

Permalink
Merge pull request #20 from Ellerbach/fix/workflow-net6-support
Browse files Browse the repository at this point in the history
Move workflows to net6
  • Loading branch information
mtirionMSFT authored Jan 30, 2023
2 parents 7199a30 + ab3b490 commit b6e59b5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- name: Setup .NET
uses: actions/setup-dotnet@v1
with:
dotnet-version: 5.x
dotnet-version: 6.x

# Loop through all the solutions in src and restore, build & test
- name: Restore, build & test
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release-and-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,11 @@ jobs:
id: gitversion
uses: gittools/actions/gitversion/[email protected]

# Setup .NET 5
# Setup .NET 6
- name: Setup .NET
uses: actions/setup-dotnet@v1
with:
dotnet-version: 5.x
dotnet-version: 6.x

# Build the tools & create the zip-file
- name: Build & Package
Expand Down

0 comments on commit b6e59b5

Please sign in to comment.