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 7667009 commit 7dcee48Copy full SHA for 7dcee48
.github/workflows/deploy.yml
@@ -16,7 +16,7 @@ jobs:
16
- name: Build with dotnet
17
run: dotnet build --configuration Release --no-restore
18
- name: Publish
19
- run: dotnet publish CodeBeamMudExtensions.sln -c Release --output ./Release
+ run: dotnet publish CodeBeamMudExtensions.sln -c Release -f net7.0 --output ./Release
20
21
- name: 📂 Sync files
22
uses: SamKirkland/[email protected]
0 commit comments