Skip to content

Commit

Permalink
[gh-1345] Update setup.ps1 to .NET 9
Browse files Browse the repository at this point in the history
  • Loading branch information
ashmind committed Nov 18, 2024
1 parent 2945a0b commit d7d0ee1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion #scripts/setup.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ try {
[Security.AccessControl.AccessControlType]::Allow
)

$binPath = './bin/Debug/net8.0'
$binPath = './bin/Debug/net9.0'
$acl = Get-Acl $binPath
$acl.AddAccessRule($aclRule);
Set-Acl $binPath -AclObject $acl
Expand Down

0 comments on commit d7d0ee1

Please sign in to comment.