Skip to content

Commit 50a36d1

Browse files
committed
Merge branch 'dotnet-upgrade-to-net8' of https://github.com/aws-samples/serverless-test-samples into dotnet-upgrade-to-net8
2 parents 5eafcb4 + 6ee26e1 commit 50a36d1

File tree

3 files changed

+17
-18
lines changed

3 files changed

+17
-18
lines changed

.github/workflows/dotnet.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,9 @@ jobs:
2323
- name: Setup .NET
2424
uses: actions/setup-dotnet@v4
2525
with:
26-
dotnet-version: |
26+
dotnet-version: |
2727
6.0.x
2828
8.0.x
29-
3029
- name: Build
3130
run: find dotnet-test-samples -name "*.sln" -exec dotnet build {} \;
3231
- name: Test

typescript-test-samples/lambda-handler-dynamodb/package-lock.json

Lines changed: 10 additions & 10 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

typescript-test-samples/typescript-test-intro/list-buckets/package-lock.json

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)