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 83c1da6 commit 88468a2Copy full SHA for 88468a2
build.ps1
@@ -34,7 +34,7 @@ param(
34
#Requires -Version 6.0
35
36
$PowerShellVersion = '7'
37
-$TargetFramework = 'netcoreapp3.1'
+$TargetFramework = 'net6.0'
38
39
function Get-FunctionsCoreToolsDir {
40
if ($CoreToolsDir) {
0 commit comments