aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools/run_tests/build_csharp_coreclr.bat
diff options
context:
space:
mode:
authorGravatar David Garcia Quintas <dgq@google.com>2016-09-12 22:57:29 -0700
committerGravatar David Garcia Quintas <dgq@google.com>2016-09-12 22:57:29 -0700
commitebe7c176133f237f5b3df1bc12fdfb6fd692b25c (patch)
tree9fef9f1280b52502cd05277e67e3ebde7543e185 /tools/run_tests/build_csharp_coreclr.bat
parent331b9c02f9372ef832e612d48b90991c181ba8a7 (diff)
parent6e51f992c6bfdfba61d984ab173305da455bd2e7 (diff)
Merge branch 'master' of github.com:grpc/grpc into lb_add_md
Diffstat (limited to 'tools/run_tests/build_csharp_coreclr.bat')
-rw-r--r--tools/run_tests/build_csharp_coreclr.bat2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/run_tests/build_csharp_coreclr.bat b/tools/run_tests/build_csharp_coreclr.bat
index cead6d0e02..b6e3ccbd2b 100644
--- a/tools/run_tests/build_csharp_coreclr.bat
+++ b/tools/run_tests/build_csharp_coreclr.bat
@@ -33,7 +33,7 @@ cd /d %~dp0\..\..\src\csharp
dotnet restore . || goto :error
-dotnet build -f netstandard1.5 --configuration %MSBUILD_CONFIG% "**/project.json" || goto :error
+dotnet build --configuration %MSBUILD_CONFIG% "**/project.json" || goto :error
endlocal