Skip to content

Commit 88468a2

Browse files
Set TargetFramework to net6.0
1 parent 83c1da6 commit 88468a2

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
@@ -34,7 +34,7 @@ param(
3434
#Requires -Version 6.0
3535

3636
$PowerShellVersion = '7'
37-
$TargetFramework = 'netcoreapp3.1'
37+
$TargetFramework = 'net6.0'
3838

3939
function Get-FunctionsCoreToolsDir {
4040
if ($CoreToolsDir) {

0 commit comments

Comments
 (0)