Skip to content

Commit 49e21be

Browse files
authored
Update more docs for net6.0 TFM (PowerShell#16102)
1 parent 6d2feee commit 49e21be

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

docs/building/linux.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ Start-PSBuild
7171
Congratulations! If everything went right, PowerShell is now built.
7272
The `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

7676
You should now be running the PowerShell Core that you just built, if you run the above executable.
7777
You can run our cross-platform Pester tests with `Start-PSPester`, and our xUnit tests with `Start-PSxUnit`.

docs/building/macos.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,4 +36,4 @@ We cannot do this for you in the build module due to #[847][].
3636

3737
Start 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`.

0 commit comments

Comments
 (0)