aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/csharp/Grpc.Examples.MathServer
diff options
context:
space:
mode:
authorGravatar Jan Tattermusch <jtattermusch@google.com>2016-09-05 16:33:46 +0200
committerGravatar Jan Tattermusch <jtattermusch@google.com>2016-09-05 18:14:26 +0200
commitb9a6f792410a0d245a10eafe2bcc734e2e9dbd26 (patch)
tree11d6687e20d7ddb305162e8ca164b7cd1378a580 /src/csharp/Grpc.Examples.MathServer
parent350458f714433c82328ee805a3fc1e45fbd168d3 (diff)
cleanup of project.json files
Diffstat (limited to 'src/csharp/Grpc.Examples.MathServer')
-rw-r--r--src/csharp/Grpc.Examples.MathServer/project.json3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/csharp/Grpc.Examples.MathServer/project.json b/src/csharp/Grpc.Examples.MathServer/project.json
index ad319478ab..c0725a1468 100644
--- a/src/csharp/Grpc.Examples.MathServer/project.json
+++ b/src/csharp/Grpc.Examples.MathServer/project.json
@@ -56,9 +56,6 @@
"frameworks": {
"net45": { },
"netcoreapp1.0": {
- "imports": [
- "portable-net45"
- ],
"dependencies": {
"Microsoft.NETCore.App": "1.0.0",
"NETStandard.Library": "1.6.0"