diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS new file mode 100644 index 0000000..82a4af3 --- /dev/null +++ b/.github/CODEOWNERS @@ -0,0 +1 @@ +* @localstack/smurf \ No newline at end of file diff --git a/.github/workflows/run-samples.yml b/.github/workflows/run-samples.yml index 513ec41..4d9d43e 100644 --- a/.github/workflows/run-samples.yml +++ b/.github/workflows/run-samples.yml @@ -92,7 +92,7 @@ jobs: - name: Set up .NET uses: actions/setup-dotnet@v4 with: - dotnet-version: '9.0' + dotnet-version: '10.0' - name: Install System Dependencies # Essential tools for script execution, app packaging, and database connectivity. diff --git a/samples/function-app-storage-http/dotnet/scripts/deploy.sh b/samples/function-app-storage-http/dotnet/scripts/deploy.sh old mode 100644 new mode 100755 index 49e5b0c..00c35a8 --- a/samples/function-app-storage-http/dotnet/scripts/deploy.sh +++ b/samples/function-app-storage-http/dotnet/scripts/deploy.sh @@ -8,7 +8,7 @@ FUNCTION_APP_NAME="${PREFIX}-func-${SUFFIX}" STORAGE_ACCOUNT_NAME="${PREFIX}storage${SUFFIX}" RESOURCE_GROUP_NAME="${PREFIX}-rg" RUNTIME="DOTNET-ISOLATED" -RUNTIME_VERSION="9" +RUNTIME_VERSION="10" PLAYER_NAMES="Alice,Anastasia,Paolo,Leo,Mia" INPUT_STORAGE_CONTAINER_NAME="input" OUTPUT_STORAGE_CONTAINER_NAME="output" diff --git a/samples/function-app-storage-http/dotnet/src/sample/sample.csproj b/samples/function-app-storage-http/dotnet/src/sample/sample.csproj index 1829250..d7c6345 100644 --- a/samples/function-app-storage-http/dotnet/src/sample/sample.csproj +++ b/samples/function-app-storage-http/dotnet/src/sample/sample.csproj @@ -1,6 +1,6 @@ - net9.0 + net10.0 v4 Exe enable @@ -8,15 +8,15 @@ - - + + - - + + - +