This commit is contained in:
Brett Hewitson 2022-06-21 19:27:17 +10:00
commit 2ff05fcb20

View file

@ -20,7 +20,7 @@ jobs:
- name: Set up .NET Core
uses: actions/setup-dotnet@v1
with:
dotnet-version: '5.0.x'
dotnet-version: '6.0.x'
include-prerelease: true
- name: Build with dotnet