Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/dotnet/runtime.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorViktor Hofer <viktor.hofer@microsoft.com>2021-09-08 23:04:23 +0300
committerGitHub <noreply@github.com>2021-09-08 23:04:23 +0300
commit67354a2fb4308650eb1d7db3277c862b8464c895 (patch)
tree70e85671c265c3ff162898a1480a8891e46250b7 /eng/build.ps1
parent2e93ebbb67b5e96e8168e132ecce7f4853b8d295 (diff)
Upgrade to net7.0 and remove target frameworks (#58011)
* Remove EOL tfms and upgrade to net7.0 * Make linker tests net7 aware Make installer tests run on net7.0 Don't attempt to use live apphost Fix payloads Regenerate test files Fix package testing
Diffstat (limited to 'eng/build.ps1')
-rw-r--r--eng/build.ps14
1 files changed, 2 insertions, 2 deletions
diff --git a/eng/build.ps1 b/eng/build.ps1
index 894c53eea4f..a8e8a165d6b 100644
--- a/eng/build.ps1
+++ b/eng/build.ps1
@@ -72,8 +72,8 @@ function Get-Help() {
Write-Host "Libraries settings:"
Write-Host " -allconfigurations Build packages for all build configurations."
Write-Host " -coverage Collect code coverage when testing."
- Write-Host " -framework (-f) Build framework: net6.0 or net48."
- Write-Host " [Default: net6.0]"
+ Write-Host " -framework (-f) Build framework: net7.0 or net48."
+ Write-Host " [Default: net7.0]"
Write-Host " -testnobuild Skip building tests when invoking -test."
Write-Host " -testscope Scope tests, allowed values: innerloop, outerloop, all."
Write-Host ""