We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 078c4e2 commit 2e18aa0Copy full SHA for 2e18aa0
#scripts/setup.ps1
@@ -97,7 +97,7 @@ try {
97
[Security.AccessControl.AccessControlType]::Allow
98
)
99
100
- $binPath = './bin/Debug/net7.0'
+ $binPath = './bin/Debug/net8.0'
101
$acl = Get-Acl $binPath
102
$acl.AddAccessRule($aclRule);
103
Set-Acl $binPath -AclObject $acl
@@ -110,4 +110,4 @@ Write-Host ""
110
Write-Host "SharpLab setup done." -ForegroundColor White
111
Write-Host "Run " -ForegroundColor White -NoNewLine
112
Write-Host "sl run" -ForegroundColor Cyan -NoNewLine
113
-Write-Host " to start." -ForegroundColor White -NoNewLine
+Write-Host " to start." -ForegroundColor White -NoNewLine
0 commit comments