Skip to content

Commit 51b4a5a

Browse files
authored
Bump to .net 6.0
1 parent 80abe3f commit 51b4a5a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/demo.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- name: Setup .NET
2323
uses: actions/setup-dotnet@v1
2424
with:
25-
dotnet-version: '5.0.x'
25+
dotnet-version: '6.0.x'
2626

2727
- name: Publish Blogifier
2828
run: dotnet publish -c Release -o release --nologo

0 commit comments

Comments
 (0)