We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6f531d6 commit 018e49cCopy full SHA for 018e49c
.github/workflows/PublishNuGet.yml
@@ -13,8 +13,6 @@ jobs:
13
strategy: # 使用矩阵策略遍历所有目标框架 [^1]
14
matrix:
15
frameworks:
16
- - 'net462'
17
- - 'net48'
18
- 'net8.0-windows'
19
steps:
20
- name: Checkout Code
0 commit comments