aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/csharp/Grpc.HealthCheck/project.json
diff options
context:
space:
mode:
authorGravatar Jan Tattermusch <jtattermusch@google.com>2016-06-16 09:36:11 -0700
committerGravatar Jan Tattermusch <jtattermusch@google.com>2016-06-16 16:59:43 -0700
commit317b8acf995ef3360df4c04ba180355e6b62e59c (patch)
tree52a58c0e7420526bae8fcad9ddcc7c1f861bc9f8 /src/csharp/Grpc.HealthCheck/project.json
parent474a574ba7ebd425d140c31b264c39b8e48d303d (diff)
migrate everything to netstandard1.5
Diffstat (limited to 'src/csharp/Grpc.HealthCheck/project.json')
-rw-r--r--src/csharp/Grpc.HealthCheck/project.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/csharp/Grpc.HealthCheck/project.json b/src/csharp/Grpc.HealthCheck/project.json
index ad42df595d..c69db5f997 100644
--- a/src/csharp/Grpc.HealthCheck/project.json
+++ b/src/csharp/Grpc.HealthCheck/project.json
@@ -26,12 +26,12 @@
"System.IO": ""
}
},
- "dotnet54": {
+ "netstandard1.5": {
"imports": [
"portable-net45"
],
"dependencies": {
- "Microsoft.CSharp": "4.0.1-beta-23516"
+ "NETStandard.Library": "1.5.0-rc2-24027"
}
}
}