Skip to content

Commit

Permalink
Merge branch 'dotnet-upgrade-to-net8' of https://github.com/aws-sampl…
Browse files Browse the repository at this point in the history
…es/serverless-test-samples into dotnet-upgrade-to-net8
  • Loading branch information
dhelper committed Aug 1, 2024
2 parents 5eafcb4 + 6ee26e1 commit 50a36d1
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 18 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,9 @@ jobs:
- name: Setup .NET
uses: actions/setup-dotnet@v4
with:
dotnet-version: |
dotnet-version: |
6.0.x
8.0.x
- name: Build
run: find dotnet-test-samples -name "*.sln" -exec dotnet build {} \;
- name: Test
Expand Down
20 changes: 10 additions & 10 deletions typescript-test-samples/lambda-handler-dynamodb/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 50a36d1

Please sign in to comment.