Skip to content

Commit

Permalink
Update workflow to net6
Browse files Browse the repository at this point in the history
  • Loading branch information
valincius committed Nov 12, 2021
1 parent 3e791b1 commit 4cffb31
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,7 @@ jobs:
- name: Setup dotnet
uses: actions/setup-dotnet@v1
with:
dotnet-version: '5.0.x'
include-prerelease: true
dotnet-version: '6.0.x'
- run: dotnet build
- run: dotnet publish DemoApp -c Release -o release --nologo

Expand Down

0 comments on commit 4cffb31

Please sign in to comment.