Skip to content

Commit af8a441

Browse files
Upgrade .NET version to 10 in CI workflow and deployment script
1 parent bbb8ad7 commit af8a441

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/run-samples.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
- name: Set up .NET
4949
uses: actions/setup-dotnet@v4
5050
with:
51-
dotnet-version: '9.0'
51+
dotnet-version: '10.0'
5252

5353
- name: Install System Dependencies
5454
# Essential tools for script execution, app packaging, and database connectivity.

samples/function-app-storage-http/dotnet/scripts/deploy.sh

100644100755
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ FUNCTION_APP_NAME="${PREFIX}-func-${SUFFIX}"
88
STORAGE_ACCOUNT_NAME="${PREFIX}storage${SUFFIX}"
99
RESOURCE_GROUP_NAME="${PREFIX}-rg"
1010
RUNTIME="DOTNET-ISOLATED"
11-
RUNTIME_VERSION="9"
11+
RUNTIME_VERSION="10"
1212
PLAYER_NAMES="Alice,Anastasia,Paolo,Leo,Mia"
1313
INPUT_STORAGE_CONTAINER_NAME="input"
1414
OUTPUT_STORAGE_CONTAINER_NAME="output"

0 commit comments

Comments
 (0)