chore: include .net 5 for the build tools

pull/4394/head
Jamie 3 years ago
parent 1a70aa98ab
commit 6ae0a5b461

@ -106,7 +106,10 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-dotnet@v1
with:
dotnet-version: '6.0.x'
dotnet-version: '6.0.x'
- uses: actions/setup-dotnet@v1
with:
dotnet-version: '5.0.x'
- name: Nuget Cache
uses: actions/cache@v2

Loading…
Cancel
Save