aboutsummaryrefslogtreecommitdiffhomepage
path: root/templates/src
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-09 11:43:52 +0200
commit93f62aff5f1efc0e0895d00a3142c591d4ccb111 (patch)
tree773d379179aa728574ae39ba14145e422a920452 /templates/src
parente4e30f8813c0a6ffce9bb9db1eb21de6ebbc897e (diff)
add shutdownhook for CoreCLR
Diffstat (limited to 'templates/src')
-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"
}
}