Skip to content

Commit 455eebe

Browse files
authored
Update documentation about the building of PSReadLine (#4286)
1 parent 1ea00df commit 455eebe

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/CONTRIBUTING.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,10 +76,10 @@ The build script `build.ps1` can be used to bootstrap, build and test the projec
7676
* Bootstrap: `./build.ps1 -Bootstrap`
7777
* Build:
7878
* Targeting .NET 4.6.2 (Windows only): `./build.ps1 -Configuration Debug -Framework net462`
79-
* Targeting .NET Core: `./build.ps1 -Configuration Debug -Framework netcoreapp2.1`
79+
* Targeting .NET Core: `./build.ps1 -Configuration Debug -Framework net6.0`
8080
* Test:
8181
* Targeting .NET 4.6.2 (Windows only): `./build.ps1 -Test -Configuration Debug -Framework net462`
82-
* Targeting .NET Core: `./build.ps1 -Test -Configuration Debug -Framework netcoreapp2.1`
82+
* Targeting .NET Core: `./build.ps1 -Test -Configuration Debug -Framework net6.0`
8383

8484
After build, the produced artifacts can be found at `<your-local-repo-root>/bin/Debug`.
8585

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -234,10 +234,10 @@ The build script `build.ps1` can be used to bootstrap, build and test the projec
234234
* Bootstrap: `./build.ps1 -Bootstrap`
235235
* Build:
236236
* Targeting .NET 4.6.2 (Windows only): `./build.ps1 -Configuration Debug -Framework net462`
237-
* Targeting .NET Core: `./build.ps1 -Configuration Debug -Framework netcoreapp2.1`
237+
* Targeting .NET Core: `./build.ps1 -Configuration Debug -Framework net6.0`
238238
* Test:
239239
* Targeting .NET 4.6.2 (Windows only): `./build.ps1 -Test -Configuration Debug -Framework net462`
240-
* Targeting .NET Core: `./build.ps1 -Test -Configuration Debug -Framework netcoreapp2.1`
240+
* Targeting .NET Core: `./build.ps1 -Test -Configuration Debug -Framework net6.0`
241241

242242
After build, the produced artifacts can be found at `<your-local-repo-root>/bin/Debug`.
243243
In order to isolate your imported module to the one locally built, be sure to run

0 commit comments

Comments
 (0)