diff --git a/#scripts/setup.ps1 b/#scripts/setup.ps1 index e2646fdf..3db50a59 100644 --- a/#scripts/setup.ps1 +++ b/#scripts/setup.ps1 @@ -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 @@ -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 \ No newline at end of file +Write-Host " to start." -ForegroundColor White -NoNewLine