ashmind / SharpLab

.NET language playground
https://sharplab.io
BSD 2-Clause "Simplified" License
2.73k stars 202 forks source link

Update setup.ps1 #1345

Closed WeihanLi closed 3 days ago

WeihanLi commented 2 months ago

update net7.0 to net8.0 for the $binPath, fixes error

Line |
 101 |      $acl = Get-Acl $binPath
     |             ~~~~~~~~~~~~~~~~
     | Cannot find path './bin/Debug/net7.0' because it does not exist.
ashmind commented 3 days ago

Thanks for submitting -- I just updated to 9.0 so I'll have to update that, but I am happy to merge this first either way.