Skip to content

Commit d7d0ee1

Browse files
committed
[gh-1345] Update setup.ps1 to .NET 9
1 parent 2945a0b commit d7d0ee1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

#scripts/setup.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ try {
9797
[Security.AccessControl.AccessControlType]::Allow
9898
)
9999

100-
$binPath = './bin/Debug/net8.0'
100+
$binPath = './bin/Debug/net9.0'
101101
$acl = Get-Acl $binPath
102102
$acl.AddAccessRule($aclRule);
103103
Set-Acl $binPath -AclObject $acl

0 commit comments

Comments
 (0)