Update docfx.yml

This commit is contained in:
IGeekFan
2022-12-29 17:21:13 +08:00
committed by GitHub
parent 1613307f26
commit f53863c982

View File

@ -14,7 +14,7 @@ jobs:
- name: Setup .NET Core
uses: actions/setup-dotnet@v1
with:
dotnet-version: 6.0.x
dotnet-version: 7.0.x
- name: Remove Examples
run: dotnet sln FreeSql.sln remove (ls -r Examples/**/*.csproj)
- name: Remove FreeSql.Tests