We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2629e88 commit 70ba59aCopy full SHA for 70ba59a
build.ps1
@@ -22,7 +22,7 @@ $outputPath = $durableAppPath
22
23
$sharedDependenciesPath = "$outputPath/Dependencies/"
24
25
-$netCoreTFM = 'net6.0'
+$netCoreTFM = 'net8.0'
26
$publishPathSuffix = "bin/$Configuration/$netCoreTFM/publish"
27
28
#region BUILD ARTIFACTS ===========================================================================
0 commit comments