Skip to content

Commit

Permalink
Added use .NET6
Browse files Browse the repository at this point in the history
Added use .NET6
  • Loading branch information
HenkKin committed Jan 7, 2022
1 parent 27a9d01 commit 64b15a8
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,10 @@ jobs:
uses: actions/checkout@v2
with:
fetch-depth: 0
- name: Use .NET 6
uses: actions/setup-dotnet@v1
with:
dotnet-version: '6.0.x'
- name: Build and Test
run: ./Build.ps1
shell: pwsh
Expand All @@ -33,4 +37,4 @@ jobs:
uses: actions/upload-artifact@v2
with:
name: artifacts
path: artifacts/**/*
path: artifacts/**/*

0 comments on commit 64b15a8

Please sign in to comment.