aboutsummaryrefslogtreecommitdiffhomepage
path: root/templates/src/csharp/Grpc.Examples.MathServer
diff options
context:
space:
mode:
Diffstat (limited to 'templates/src/csharp/Grpc.Examples.MathServer')
-rw-r--r--templates/src/csharp/Grpc.Examples.MathServer/project.json.template3
1 files changed, 0 insertions, 3 deletions
diff --git a/templates/src/csharp/Grpc.Examples.MathServer/project.json.template b/templates/src/csharp/Grpc.Examples.MathServer/project.json.template
index 67151dbcfa..f0fc4b97da 100644
--- a/templates/src/csharp/Grpc.Examples.MathServer/project.json.template
+++ b/templates/src/csharp/Grpc.Examples.MathServer/project.json.template
@@ -10,9 +10,6 @@
"frameworks": {
"net45": { },
"netcoreapp1.0": {
- "imports": [
- "portable-net45"
- ],
"dependencies": {
"Microsoft.NETCore.App": "1.0.0",
"NETStandard.Library": "1.6.0"