Skip to content

Commit c139b14

Browse files
authored
Change target framework to net10.0 in deploy.yml
Updated the target framework for publishing from net9.0 to net10.0.
1 parent 8576e5c commit c139b14

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/deploy.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,13 @@ jobs:
1515
dotnet-version: |
1616
8.0.x
1717
9.0.x
18+
10.0.x
1819
- name: Install dependencies
1920
run: dotnet restore
2021
- name: Build with dotnet
2122
run: dotnet build --configuration Release --no-restore
2223
- name: Publish
23-
run: dotnet publish /home/runner/work/CodeBeam.MudBlazor.Extensions/CodeBeam.MudBlazor.Extensions/CodeBeam.MudBlazor.Extensions.Docs.Wasm/CodeBeam.MudBlazor.Extensions.Docs.Wasm.csproj -c Release -f net9.0 --output ./Release
24+
run: dotnet publish /home/runner/work/CodeBeam.MudBlazor.Extensions/CodeBeam.MudBlazor.Extensions/CodeBeam.MudBlazor.Extensions.Docs.Wasm/CodeBeam.MudBlazor.Extensions.Docs.Wasm.csproj -c Release -f net10.0 --output ./Release
2425

2526
- name: 📂 Sync files
2627
if: ${{ github.repository_owner == 'CodeBeamOrg' }}

0 commit comments

Comments
 (0)