Closed WeihanLi closed 3 days ago
update net7.0 to net8.0 for the $binPath, fixes error
net7.0
net8.0
Line | 101 | $acl = Get-Acl $binPath | ~~~~~~~~~~~~~~~~ | Cannot find path './bin/Debug/net7.0' because it does not exist.
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.
update
net7.0
tonet8.0
for the $binPath, fixes error