Skip to content

Commit

Permalink
Merge pull request #1345 from WeihanLi/patch-1
Browse files Browse the repository at this point in the history
Update setup.ps1
  • Loading branch information
ashmind authored Nov 18, 2024
2 parents be6745e + 91ef711 commit 13f374e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions #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/net7.0'
$binPath = './bin/Debug/net8.0'
$acl = Get-Acl $binPath
$acl.AddAccessRule($aclRule);
Set-Acl $binPath -AclObject $acl
Expand All @@ -110,4 +110,4 @@ Write-Host ""
Write-Host "SharpLab setup done." -ForegroundColor White
Write-Host "Run " -ForegroundColor White -NoNewLine
Write-Host "sl run" -ForegroundColor Cyan -NoNewLine
Write-Host " to start." -ForegroundColor White -NoNewLine
Write-Host " to start." -ForegroundColor White -NoNewLine

0 comments on commit 13f374e

Please sign in to comment.