aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/distrib/csharp/update_version.sh
diff options
context:
space:
mode:
authorGravatar Jan Tattermusch <jtattermusch@users.noreply.github.com>2018-05-18 16:08:54 -0700
committerGravatar GitHub <noreply@github.com>2018-05-18 16:08:54 -0700
commitf2979e32185804ee707ab18da844d74496aeb479 (patch)
tree6b6654b973b951dcf030d0b11d1fa44a2a9d8770 /test/distrib/csharp/update_version.sh
parentbec3b5ada2c5e5d782dff0b7b5018df646b65cb0 (diff)
parent47cf9906c75cf82f6e70eb7b5814df26d9fa6f36 (diff)
Merge pull request #15388 from jtattermusch/backport_15331
update C# distribtests (backport to v1.12.x)
Diffstat (limited to 'test/distrib/csharp/update_version.sh')
-rwxr-xr-xtest/distrib/csharp/update_version.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/distrib/csharp/update_version.sh b/test/distrib/csharp/update_version.sh
index 734ec21ba2..9759cc5648 100755
--- a/test/distrib/csharp/update_version.sh
+++ b/test/distrib/csharp/update_version.sh
@@ -28,4 +28,4 @@ then
fi
# Replaces version placeholder with value provided as first argument.
-sed -ibak "s/__GRPC_NUGET_VERSION__/${CSHARP_VERSION}/g" DistribTest/packages.config DistribTest/DistribTest.csproj DistribTest/project.json
+sed -ibak "s/__GRPC_NUGET_VERSION__/${CSHARP_VERSION}/g" DistribTest/packages.config DistribTest/DistribTest.csproj DistribTest/DistribTestDotNet.csproj