mirror of
https://github.com/ScoopInstaller/Scoop.git
synced 2026-09-05 13:05:52 +00:00
5 lines
157 B
PowerShell
5 lines
157 B
PowerShell
$fwdir = gci C:\Windows\Microsoft.NET\Framework\ -dir | sort -desc | select -first 1
|
|
|
|
pushd $psscriptroot
|
|
& "$($fwdir.fullname)\csc.exe" /nologo shim.cs
|
|
popd |