Skip to content

Commit

Permalink
Use .NET 6 SDK
Browse files Browse the repository at this point in the history
  • Loading branch information
MattJeanes committed Nov 8, 2021
1 parent 8bf0cc3 commit cc6a3e4
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,11 @@ jobs:
steps:
- uses: actions/checkout@v2

- name: Setup .NET Core SDK
uses: actions/setup-dotnet@v1.8.2
with:
dotnet-version: '6.0.x'

- name: Set variables
id: variables
run: |
Expand Down

0 comments on commit cc6a3e4

Please sign in to comment.