Skip to content

Commit

Permalink
Switches from .NET 6 to .NET 8
Browse files Browse the repository at this point in the history
  • Loading branch information
alanedwardes committed Jul 31, 2024
1 parent f501de4 commit d89f405
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion PublishLambda.ps1
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
$ErrorActionPreference = "Stop"

$OutputFolder = "hosting/Estranged.Lfs.Hosting.Lambda/bin/Release/net6.0/linux-x64/publish"
$OutputFolder = "hosting/Estranged.Lfs.Hosting.Lambda/bin/Release/net8.0/linux-x64/publish"
$OutputFile = "Estranged.Lfs.Hosting.Lambda.zip"
$InputProject = "hosting/Estranged.Lfs.Hosting.Lambda/Estranged.Lfs.Hosting.Lambda.csproj"

Expand Down

0 comments on commit d89f405

Please sign in to comment.