aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/csharp/Grpc.HealthCheck/project.json
diff options
context:
space:
mode:
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"
}
}
}