aboutsummaryrefslogtreecommitdiffhomepage
path: root/templates/src/csharp/Grpc.Examples.MathServer/project.json.template
diff options
context:
space:
mode:
Diffstat (limited to 'templates/src/csharp/Grpc.Examples.MathServer/project.json.template')
-rw-r--r--templates/src/csharp/Grpc.Examples.MathServer/project.json.template6
1 files changed, 4 insertions, 2 deletions
diff --git a/templates/src/csharp/Grpc.Examples.MathServer/project.json.template b/templates/src/csharp/Grpc.Examples.MathServer/project.json.template
index f0fc4b97da..ae4ea2aaac 100644
--- a/templates/src/csharp/Grpc.Examples.MathServer/project.json.template
+++ b/templates/src/csharp/Grpc.Examples.MathServer/project.json.template
@@ -11,8 +11,10 @@
"net45": { },
"netcoreapp1.0": {
"dependencies": {
- "Microsoft.NETCore.App": "1.0.0",
- "NETStandard.Library": "1.6.0"
+ "Microsoft.NETCore.App": {
+ "type": "platform",
+ "version": "1.0.0"
+ }
}
}
}