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:
authorAnirudh Agnihotry <anirudhagnihotry098@gmail.com>2020-10-08 01:36:58 +0300
committerGitHub <noreply@github.com>2020-10-08 01:36:58 +0300
commit2db717954a3fd9ca5119143ccc633fef3dfa3bb8 (patch)
tree870f976ed2b7218c7fec2ab04b9bd3c7a1d2e1d4 /eng/build.sh
parent4fef87c65e7466000884aeb9dee6498b162fe2fa (diff)
Add a new net6.0 TargetFramework (#42709)
* upgrade to net6.0 * add comment and update package version * address feedback and fix failures * address feedbacl * address feedback
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 1179f8efd27..03dd722b8a6 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: net5.0 or net48."
- echo " [Default: net5.0]"
+ echo " --framework (-f) Build framework: net6.0 or net48."
+ echo " [Default: net6.0]"
echo " --testnobuild Skip building tests when invoking -test."
echo " --testscope Test scope, allowed values: innerloop, outerloop, all."
echo ""