Skip to content

Commit

Permalink
Merge branch 'main' into dotnet-upgrade-to-net8
Browse files Browse the repository at this point in the history
  • Loading branch information
dhelper authored Aug 1, 2024
2 parents 57c26e1 + 6ecbbbf commit 6ee26e1
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 6ee26e1

Please sign in to comment.