aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools/run_tests/build_csharp_coreclr.sh
diff options
context:
space:
mode:
Diffstat (limited to 'tools/run_tests/build_csharp_coreclr.sh')
-rwxr-xr-xtools/run_tests/build_csharp_coreclr.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/run_tests/build_csharp_coreclr.sh b/tools/run_tests/build_csharp_coreclr.sh
index 733b1a2083..02cf0d39cb 100755
--- a/tools/run_tests/build_csharp_coreclr.sh
+++ b/tools/run_tests/build_csharp_coreclr.sh
@@ -35,4 +35,4 @@ cd $(dirname $0)/../../src/csharp
# TODO(jtattermusch): introduce caching
dotnet restore .
-dotnet build -f netstandard1.5 --configuration $MSBUILD_CONFIG '**/project.json'
+dotnet build --configuration $MSBUILD_CONFIG '**/project.json'