Install .NET 5 as part of build

This commit is contained in:
Patrik Svensson 2021-12-15 22:47:05 +01:00
parent 8ce40bac3c
commit 8fcd2e59d6

View File

@ -24,6 +24,11 @@ jobs:
- name: Checkout
uses: actions/checkout@master
- name: Setup dotnet 5.0.301
uses: actions/setup-dotnet@v1
with:
dotnet-version: 5.0.301
- name: Setup dotnet 6.0.100
uses: actions/setup-dotnet@v1
with: