Skip to content

Commit 70ba59a

Browse files
committed
Upgrade target framework to .NET 8 in build script
1 parent 2629e88 commit 70ba59a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ $outputPath = $durableAppPath
2222

2323
$sharedDependenciesPath = "$outputPath/Dependencies/"
2424

25-
$netCoreTFM = 'net6.0'
25+
$netCoreTFM = 'net8.0'
2626
$publishPathSuffix = "bin/$Configuration/$netCoreTFM/publish"
2727

2828
#region BUILD ARTIFACTS ===========================================================================

0 commit comments

Comments
 (0)