aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/csharp/Grpc.Examples.MathServer/project.json
diff options
context:
space:
mode:
Diffstat (limited to 'src/csharp/Grpc.Examples.MathServer/project.json')
-rw-r--r--src/csharp/Grpc.Examples.MathServer/project.json15
1 files changed, 9 insertions, 6 deletions
diff --git a/src/csharp/Grpc.Examples.MathServer/project.json b/src/csharp/Grpc.Examples.MathServer/project.json
index 4abf8a5e34..791cd1dcb8 100644
--- a/src/csharp/Grpc.Examples.MathServer/project.json
+++ b/src/csharp/Grpc.Examples.MathServer/project.json
@@ -10,20 +10,23 @@
"emitEntryPoint": true
},
"dependencies": {
- "Grpc.Examples": "1.0.0"
+ "Grpc.Examples": {
+ "version": "1.0.0",
+ "taget": "project"
+ }
},
"frameworks": {
"net45": { },
- "dotnet54": {
+ "netstandard1.5": {
"imports": [
"portable-net45"
],
"dependencies": {
- "Microsoft.NETCore.App": {
- "type": "platform",
- "version": "1.0.0-rc2-23931"
- }
+ "NETStandard.Library": "1.5.0-rc2-24027"
}
}
+ },
+ "runtimes": {
+ "win7-x64": { }
}
}