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.sh
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.sh')
-rwxr-xr-xeng/build.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/eng/build.sh b/eng/build.sh
index 128e720d3c0..1b20d7a922b 100755
--- a/eng/build.sh
+++ b/eng/build.sh
@@ -62,8 +62,8 @@ usage()
echo "Libraries settings:"
echo " --allconfigurations Build packages for all build configurations."
echo " --coverage Collect code coverage when testing."
- echo " --framework (-f) Build framework: net6.0 or net48."
- echo " [Default: net6.0]"
+ echo " --framework (-f) Build framework: net7.0 or net48."
+ echo " [Default: net7.0]"
echo " --testnobuild Skip building tests when invoking -test."
echo " --testscope Test scope, allowed values: innerloop, outerloop, all."
echo ""