aboutsummaryrefslogtreecommitdiffhomepage
path: root/templates/src/csharp
diff options
context:
space:
mode:
authorGravatar Jan Tattermusch <jtattermusch@google.com>2016-09-09 11:43:52 +0200
committerGravatar Jan Tattermusch <jtattermusch@google.com>2016-09-15 18:18:26 +0200
commit6555499306be65b2772a0dadccd9e2ecb66c6485 (patch)
tree85eda4923a1a15dcb07d306adc6cf50aa9099511 /templates/src/csharp
parent826c8d798564b2738a006c1421fcf8710ffd155f (diff)
add shutdownhook for CoreCLR
Diffstat (limited to 'templates/src/csharp')
-rw-r--r--templates/src/csharp/Grpc.Core/project.json.template1
1 files changed, 1 insertions, 0 deletions
diff --git a/templates/src/csharp/Grpc.Core/project.json.template b/templates/src/csharp/Grpc.Core/project.json.template
index ed5d649936..fcbef536c6 100644
--- a/templates/src/csharp/Grpc.Core/project.json.template
+++ b/templates/src/csharp/Grpc.Core/project.json.template
@@ -40,6 +40,7 @@
"netstandard1.5": {
"dependencies": {
"NETStandard.Library": "1.6.0",
+ "System.Runtime.Loader": "4.0.0",
"System.Threading.Thread": "4.0.0"
}
}