File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -71,7 +71,7 @@ Start-PSBuild
7171Congratulations! If everything went right, PowerShell is now built.
7272The ` Start-PSBuild ` script will output the location of the executable:
7373
74- ` ./src/powershell-unix/bin/Debug/net5 .0/linux-x64/publish/pwsh ` .
74+ ` ./src/powershell-unix/bin/Debug/net6 .0/linux-x64/publish/pwsh ` .
7575
7676You should now be running the PowerShell Core that you just built, if you run the above executable.
7777You can run our cross-platform Pester tests with ` Start-PSPester ` , and our xUnit tests with ` Start-PSxUnit ` .
Original file line number Diff line number Diff line change @@ -36,4 +36,4 @@ We cannot do this for you in the build module due to #[847][].
3636
3737Start a PowerShell session by running ` pwsh ` , and then use ` Start-PSBuild ` from the module.
3838
39- After building, PowerShell will be at ` ./src/powershell-unix/bin/Debug/net5 .0/osx-x64/publish/pwsh ` .
39+ After building, PowerShell will be at ` ./src/powershell-unix/bin/Debug/net6 .0/osx-x64/publish/pwsh ` .
You can’t perform that action at this time.
0 commit comments