Merge pull request #9971 from jtattermusch/csharp_fix_healthcheck_nuget

Fix Grpc.HealthCheck and Grpc.Reflection packages
v1.1.x
Jan Tattermusch 8 years ago committed by GitHub
commit 3313dc1d74
  1. 7
      src/csharp/Grpc.Examples/project.json
  2. 7
      src/csharp/Grpc.HealthCheck/project.json
  3. 5
      src/csharp/Grpc.IntegrationTesting/project.json
  4. 7
      src/csharp/Grpc.Reflection/project.json
  5. 7
      templates/src/csharp/Grpc.Examples/project.json.template
  6. 7
      templates/src/csharp/Grpc.HealthCheck/project.json.template
  7. 5
      templates/src/csharp/Grpc.IntegrationTesting/project.json.template
  8. 7
      templates/src/csharp/Grpc.Reflection/project.json.template

@ -9,12 +9,7 @@
"Google.Protobuf": "3.0.0"
},
"frameworks": {
"net45": {
"frameworkAssemblies": {
"System.Runtime": "",
"System.IO": ""
}
},
"net45": {},
"netcoreapp1.0": {
"dependencies": {
"Microsoft.NETCore.App": {

@ -25,12 +25,7 @@
"Google.Protobuf": "3.0.0"
},
"frameworks": {
"net45": {
"frameworkAssemblies": {
"System.Runtime": "",
"System.IO": ""
}
},
"net45": {},
"netstandard1.5": {
"dependencies": {
"NETStandard.Library": "1.6.0"

@ -62,10 +62,7 @@
},
"frameworks": {
"net45": {
"frameworkAssemblies": {
"System.Runtime": "",
"System.IO": ""
}
"frameworkAssemblies": {}
},
"netcoreapp1.0": {
"imports": [

@ -25,12 +25,7 @@
"Google.Protobuf": "3.0.0"
},
"frameworks": {
"net45": {
"frameworkAssemblies": {
"System.Runtime": "",
"System.IO": ""
}
},
"net45": {},
"netstandard1.5": {
"dependencies": {
"NETStandard.Library": "1.6.0"

@ -9,12 +9,7 @@
"Google.Protobuf": "3.0.0"
},
"frameworks": {
"net45": {
"frameworkAssemblies": {
"System.Runtime": "",
"System.IO": ""
}
},
"net45": {},
"netcoreapp1.0": {
"dependencies": {
"Microsoft.NETCore.App": {

@ -27,12 +27,7 @@
"Google.Protobuf": "3.0.0"
},
"frameworks": {
"net45": {
"frameworkAssemblies": {
"System.Runtime": "",
"System.IO": ""
}
},
"net45": {},
"netstandard1.5": {
"dependencies": {
"NETStandard.Library": "1.6.0"

@ -17,10 +17,7 @@
},
"frameworks": {
"net45": {
"frameworkAssemblies": {
"System.Runtime": "",
"System.IO": ""
}
"frameworkAssemblies": {}
},
"netcoreapp1.0": {
"imports": [

@ -27,12 +27,7 @@
"Google.Protobuf": "3.0.0"
},
"frameworks": {
"net45": {
"frameworkAssemblies": {
"System.Runtime": "",
"System.IO": ""
}
},
"net45": {},
"netstandard1.5": {
"dependencies": {
"NETStandard.Library": "1.6.0"

Loading…
Cancel
Save