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>2020-05-06 14:53:21 +0300
committerGitHub <noreply@github.com>2020-05-06 14:53:21 +0300
commit000046f6c8b248788d00a56d1d1137ec01eda065 (patch)
treed4ea71e60fd07c226c6ffa8fc476227474815e1f /eng/build.sh
parentf4acc94752e6115b35adb7cfa5b520cfae0ad85b (diff)
Change netcoreapp5.0 to net5.0 (#35176)
* Change netcoreapp5.0 to net5.0 * Remove tfm downgrades * Rename S.R.CS.Unsfae include folder
Diffstat (limited to 'eng/build.sh')
-rwxr-xr-xeng/build.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/eng/build.sh b/eng/build.sh
index 7d5b1c021b0..64496fd1080 100755
--- a/eng/build.sh
+++ b/eng/build.sh
@@ -42,7 +42,7 @@ usage()
echo ""
echo "Libraries settings:"
- echo " --framework Build framework: netcoreapp5.0 or net472 (short: -f)"
+ echo " --framework Build framework: net5.0 or net472 (short: -f)"
echo " --coverage Collect code coverage when testing"
echo " --testscope Test scope, allowed values: innerloop, outerloop, all"
echo " --testnobuild Skip building tests when invoking -test"