Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 0 additions & 6 deletions .github/workflows/build-core-lib.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,12 +42,6 @@ jobs:
- name: Checkout source
uses: actions/checkout@v4

# - name: Setup .NET 8.0
# uses: actions/setup-dotnet@v4
# with:
# dotnet-version: 8.0.x
# dotnet-quality: ga

# - name: Setup .NET 9.0
# uses: actions/setup-dotnet@v4
# with:
Expand Down
20 changes: 10 additions & 10 deletions .github/workflows/deploy_demo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
runs-on: ubuntu-latest
name: Build and deploy Demo site
env:
DOTNET_VERSION: "net9.0"
DOTNET_VERSION: "net10.0"
DOTNET_CLI_TELEMETRY_OPTOUT: 1
DOTNET_SKIP_FIRST_TIME_EXPERIENCE: 1
DOTNET_NOLOGO: true
Expand All @@ -37,17 +37,17 @@ jobs:
- name: Checkout source
uses: actions/checkout@v4

- name: .NET Setup SDKs
# - name: Setup .NET 9.0
# uses: actions/setup-dotnet@v4
# with:
# dotnet-version: 9.0.205
# dotnet-quality: ga

- name: Setup .NET 10.0
uses: actions/setup-dotnet@v4
with:
dotnet-version: 9.0.205
dotnet-quality: ga

#- name: Setup .NET 10.0
# uses: actions/setup-dotnet@v4
# with:
# dotnet-version: 10.0.x
# dotnet-quality: preview
dotnet-version: 10.0.x
dotnet-quality: preview

- name: NPM Install
uses: actions/setup-node@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy_preview.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
- name: Checkout source
uses: actions/checkout@v4

# - name: .NET Setup SDKs
# - name: Setup .NET 9.0
# uses: actions/setup-dotnet@v4
# with:
# dotnet-version: 9.0.205
Expand Down
Loading