update to .net6

This commit is contained in:
2021-11-14 15:45:28 +08:00
parent 98ec9ae231
commit 74c6cb6027
+2 -2
View File
@@ -3,7 +3,7 @@ name: PublishNugetPackage
on:
push:
tags:
- '*'
- "*"
jobs:
publish:
@@ -14,7 +14,7 @@ jobs:
- name: Setup .NET Core
uses: actions/setup-dotnet@v1
with:
dotnet-version: '5.0.100'
dotnet-version: "6.0.100"
- name: Publish
run: |
version=`git describe --tags`