removed runtime nodes from project.json libraries

pull/7623/head
Alexander Polcyn 9 years ago
parent 77008b0338
commit 84f0f791e9
  1. 5
      src/csharp/Grpc.Examples.MathClient/project.json
  2. 5
      src/csharp/Grpc.Examples.MathServer/project.json
  3. 5
      src/csharp/Grpc.IntegrationTesting.QpsWorker/project.json
  4. 5
      src/csharp/Grpc.IntegrationTesting.StressClient/project.json

@ -42,11 +42,6 @@
}
}
},
"runtimes": {
"win7-x64": { },
"debian.8-x64": { },
"osx.10.11-x64": { }
},
"dependencies": {
"Grpc.Examples": {

@ -42,11 +42,6 @@
}
}
},
"runtimes": {
"win7-x64": { },
"debian.8-x64": { },
"osx.10.11-x64": { }
},
"dependencies": {
"Grpc.Examples": {

@ -44,11 +44,6 @@
}
}
},
"runtimes": {
"win7-x64": { },
"debian.8-x64": { },
"osx.10.11-x64": { }
},
"dependencies": {
"Grpc.IntegrationTesting": {

@ -44,11 +44,6 @@
}
}
},
"runtimes": {
"win7-x64": { },
"debian.8-x64": { },
"osx.10.11-x64": { }
},
"dependencies": {
"Grpc.IntegrationTesting": {

Loading…
Cancel
Save