diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md index fc3482eb7..3badafcdf 100644 --- a/.github/CONTRIBUTING.md +++ b/.github/CONTRIBUTING.md @@ -76,10 +76,10 @@ The build script `build.ps1` can be used to bootstrap, build and test the projec * Bootstrap: `./build.ps1 -Bootstrap` * Build: * Targeting .NET 4.6.2 (Windows only): `./build.ps1 -Configuration Debug -Framework net462` - * Targeting .NET Core: `./build.ps1 -Configuration Debug -Framework netcoreapp2.1` + * Targeting .NET Core: `./build.ps1 -Configuration Debug -Framework net6.0` * Test: * Targeting .NET 4.6.2 (Windows only): `./build.ps1 -Test -Configuration Debug -Framework net462` - * Targeting .NET Core: `./build.ps1 -Test -Configuration Debug -Framework netcoreapp2.1` + * Targeting .NET Core: `./build.ps1 -Test -Configuration Debug -Framework net6.0` After build, the produced artifacts can be found at `/bin/Debug`. diff --git a/README.md b/README.md index 9d5805331..24d962a9b 100644 --- a/README.md +++ b/README.md @@ -234,10 +234,10 @@ The build script `build.ps1` can be used to bootstrap, build and test the projec * Bootstrap: `./build.ps1 -Bootstrap` * Build: * Targeting .NET 4.6.2 (Windows only): `./build.ps1 -Configuration Debug -Framework net462` - * Targeting .NET Core: `./build.ps1 -Configuration Debug -Framework netcoreapp2.1` + * Targeting .NET Core: `./build.ps1 -Configuration Debug -Framework net6.0` * Test: * Targeting .NET 4.6.2 (Windows only): `./build.ps1 -Test -Configuration Debug -Framework net462` - * Targeting .NET Core: `./build.ps1 -Test -Configuration Debug -Framework netcoreapp2.1` + * Targeting .NET Core: `./build.ps1 -Test -Configuration Debug -Framework net6.0` After build, the produced artifacts can be found at `/bin/Debug`. In order to isolate your imported module to the one locally built, be sure to run