chore: include .net 5 for the build tools

This commit is contained in:
Jamie 2021-11-09 22:04:29 +00:00
commit 6ae0a5b461

View file

@ -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