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.
2 parents 0c8aeff + 313b999 commit d4a907eCopy full SHA for d4a907e
.github/workflows/deploy.yml
@@ -10,13 +10,13 @@ jobs:
10
- name: Setup .NET Core
11
uses: actions/[email protected]
12
with:
13
- dotnet-version: 7.0.x
+ dotnet-version: 8.0.x
14
- name: Install dependencies
15
run: dotnet restore
16
- name: Build with dotnet
17
run: dotnet build --configuration Release --no-restore
18
- name: Publish
19
- run: dotnet publish /home/runner/work/BCSS/BCSS/BCSSViewer.Wasm/BCSSViewer.Wasm.csproj -c Release -f net7.0 --output ./Release
+ run: dotnet publish /home/runner/work/BCSS/BCSS/BCSSViewer.Wasm/BCSSViewer.Wasm.csproj -c Release -f net8.0 --output ./Release
20
21
- name: 📂 Sync files
22
if: ${{ github.repository_owner == 'CodeBeamOrg' }}
0 commit comments