Skip to content

Commit

Permalink
v2.6.1
Browse files Browse the repository at this point in the history
1.修复1205解析器
2.新增默认解析实例无DI依赖
3.新增DI库
  • Loading branch information
SmallChi committed Apr 17, 2023
1 parent 131d9d7 commit 7efe24c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/dotnetcore.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
- name: Setup .NET Core
uses: actions/setup-dotnet@master
with:
dotnet-version: 7.0.100
dotnet-version: 7.0.203
- name: dotnet info
run: dotnet --info
- name: dotnet restore
Expand Down
2 changes: 1 addition & 1 deletion global.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"sdk": {
"version": "7.0.100"
"version": "7.0.203"
}
}

0 comments on commit 7efe24c

Please sign in to comment.