diff --git a/.github/workflows/nuget-publish.yml b/.github/workflows/nuget-publish.yml index 1c434e3..cda033e 100644 --- a/.github/workflows/nuget-publish.yml +++ b/.github/workflows/nuget-publish.yml @@ -14,7 +14,7 @@ jobs: - name: Setup .NET Core uses: actions/setup-dotnet@v1 with: - dotnet-version: "6.0.100" + dotnet-version: "7.0.100" - name: Publish run: | version=`git describe --tags` diff --git a/README.md b/README.md index 655ac47..23c5f9b 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,6 @@ # YYApi 基于Asp.net Core 3/5的一个基础辅助包 -![CI](https://github.com/YY-Tech/YYApi/workflows/CI/badge.svg) - +[![PublishNugetPackage](https://github.com/simcu/simapi-net/actions/workflows/nuget-publish.yml/badge.svg)](https://github.com/simcu/simapi-net/actions/workflows/nuget-publish.yml) ### 包含了以下组件: 1. 统一的参数检测,基础认证服务