Skip to content

Commit

Permalink
Updates build tooling to .NET 8
Browse files Browse the repository at this point in the history
  • Loading branch information
alanedwardes committed Jul 31, 2024
1 parent c3d693c commit f501de4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/dotnet-core.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- name: Setup .NET Core
uses: actions/setup-dotnet@v1
with:
dotnet-version: 6.0.x
dotnet-version: 8.0.x
- name: Install dependencies
run: dotnet restore
- name: Build
Expand Down
2 changes: 1 addition & 1 deletion PublishLambda.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Remove-Item -LiteralPath $OutputFolder -Force -Recurse -ErrorAction Ignore

dotnet publish $InputProject `
--configuration "Release" `
--framework "net6.0" `
--framework "net8.0" `
/p:GenerateRuntimeConfigurationFiles=true `
--runtime linux-x64 `
--self-contained false
Expand Down

0 comments on commit f501de4

Please sign in to comment.