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 d6c7924 commit 902b570Copy full SHA for 902b570
.github/workflows/publish.yml
@@ -109,4 +109,4 @@ jobs:
109
env:
110
TCLI_AUTH_TOKEN: ${{ secrets.THUNDERSTORE_API_TOKEN }}
111
run: |
112
- dotnet build -c Release -target:ThunderstorePublish
+ dotnet build -c Release -f netstandard2.1 -target:ThunderstorePublish
0 commit comments