aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/csharp/Grpc.Examples/project.json
diff options
context:
space:
mode:
Diffstat (limited to 'src/csharp/Grpc.Examples/project.json')
-rw-r--r--src/csharp/Grpc.Examples/project.json3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/csharp/Grpc.Examples/project.json b/src/csharp/Grpc.Examples/project.json
index 5329f390e4..98bd5d852c 100644
--- a/src/csharp/Grpc.Examples/project.json
+++ b/src/csharp/Grpc.Examples/project.json
@@ -20,11 +20,12 @@
"System.IO": ""
}
},
- "netstandard1.5": {
+ "netcoreapp1.0": {
"imports": [
"portable-net45"
],
"dependencies": {
+ "Microsoft.NETCore.App": "1.0.0",
"NETStandard.Library": "1.6.0"
}
}