address review comments

pull/6104/head
Jan Tattermusch 9 years ago
parent 317b8acf99
commit fab857eefc
  1. 3
      src/csharp/Grpc.Core.Tests/project.json
  2. 3
      src/csharp/Grpc.Examples.MathClient/project.json
  3. 3
      src/csharp/Grpc.Examples.MathServer/project.json
  4. 3
      src/csharp/Grpc.Examples.Tests/project.json
  5. 3
      src/csharp/Grpc.Examples/project.json
  6. 3
      src/csharp/Grpc.HealthCheck.Tests/project.json
  7. 3
      src/csharp/Grpc.IntegrationTesting.Client/project.json
  8. 3
      src/csharp/Grpc.IntegrationTesting.QpsWorker/project.json
  9. 3
      src/csharp/Grpc.IntegrationTesting.Server/project.json
  10. 32
      src/csharp/Grpc.IntegrationTesting.StressClient/project.json
  11. 6
      src/csharp/Grpc.IntegrationTesting/project.json

@ -11,8 +11,7 @@
},
"dependencies": {
"Grpc.Core": {
"version": "0.0.1",
"taget": "project"
"target": "project"
},
"Newtonsoft.Json": "8.0.3",
"NUnit": "3.2.0",

@ -11,8 +11,7 @@
},
"dependencies": {
"Grpc.Examples": {
"version": "1.0.0",
"taget": "project"
"target": "project"
}
},
"frameworks": {

@ -11,8 +11,7 @@
},
"dependencies": {
"Grpc.Examples": {
"version": "1.0.0",
"taget": "project"
"target": "project"
}
},
"frameworks": {

@ -11,8 +11,7 @@
},
"dependencies": {
"Grpc.Examples": {
"version": "1.0.0",
"taget": "project"
"target": "project"
},
"NUnit": "3.2.0",
"NUnitLite": "3.2.0-*"

@ -5,8 +5,7 @@
"dependencies": {
"Grpc.Core": {
"version": "0.0.1",
"taget": "project"
"target": "project"
},
"Google.Protobuf": "3.0.0-beta3"
},

@ -11,8 +11,7 @@
},
"dependencies": {
"Grpc.HealthCheck": {
"version": "0.0.1",
"taget": "project"
"target": "project"
},
"NUnit": "3.2.0",
"NUnitLite": "3.2.0-*"

@ -11,8 +11,7 @@
},
"dependencies": {
"Grpc.IntegrationTesting": {
"version": "1.0.0",
"taget": "project"
"target": "project"
}
},
"frameworks": {

@ -11,8 +11,7 @@
},
"dependencies": {
"Grpc.IntegrationTesting": {
"version": "1.0.0",
"taget": "project"
"target": "project"
}
},
"frameworks": {

@ -11,8 +11,7 @@
},
"dependencies": {
"Grpc.IntegrationTesting": {
"version": "1.0.0",
"taget": "project"
"target": "project"
}
},
"frameworks": {

@ -0,0 +1,32 @@
{
"buildOptions": {
"compile": "**/*.cs",
"copyToOutput": {
"mappings": {
"nativelibs/windows_x64/grpc_csharp_ext.dll": "../../../vsprojects/x64/Debug/grpc_csharp_ext.dll",
"nativelibs/windows_x86/grpc_csharp_ext.dll": "../../../vsprojects/Debug/grpc_csharp_ext.dll"
}
},
"emitEntryPoint": true
},
"dependencies": {
"Grpc.IntegrationTesting": {
"target": "project"
}
},
"frameworks": {
"net45": { },
"netstandard1.5": {
"imports": [
"portable-net45",
"net45"
],
"dependencies": {
"NETStandard.Library": "1.5.0-rc2-24027"
}
}
},
"runtimes": {
"win7-x64": { }
}
}

@ -12,12 +12,10 @@
},
"dependencies": {
"Grpc.Auth": {
"version": "0.0.1",
"taget": "project"
"target": "project"
},
"Grpc.Core": {
"version": "0.0.1",
"taget": "project"
"target": "project"
},
"Google.Protobuf": "3.0.0-beta3",
"CommandLineParser": "1.9.71",

Loading…
Cancel
Save