We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5e75ea5 commit dd16572Copy full SHA for dd16572
1 file changed
.github/workflows/deploy.yml
@@ -20,7 +20,7 @@ jobs:
20
- name: Build with dotnet
21
run: dotnet build --configuration Release --no-restore
22
- name: Publish
23
- run: dotnet publish /home/runner/work/BCSS/BCSS/BCSSViewer.Wasm/BCSSViewer.Wasm.csproj -c Release -f net8.0 --output ./Release
+ run: dotnet publish /home/runner/work/BCSS/BCSS/BCSSViewer.Wasm/BCSSViewer.Wasm.csproj -c Release -f net9.0 --output ./Release
24
25
- name: 📂 Sync files
26
if: ${{ github.repository_owner == 'CodeBeamOrg' }}
0 commit comments