use netcoreapp1.0 for executable projects

pull/7580/head
Jan Tattermusch 8 years ago
parent 660333a87b
commit 36d15404f5
  1. 3
      templates/src/csharp/Grpc.Core.Tests/project.json.template
  2. 3
      templates/src/csharp/Grpc.Examples.MathClient/project.json.template
  3. 3
      templates/src/csharp/Grpc.Examples.MathServer/project.json.template
  4. 3
      templates/src/csharp/Grpc.Examples.Tests/project.json.template
  5. 3
      templates/src/csharp/Grpc.HealthCheck.Tests/project.json.template
  6. 3
      templates/src/csharp/Grpc.IntegrationTesting.Client/project.json.template
  7. 3
      templates/src/csharp/Grpc.IntegrationTesting.QpsWorker/project.json.template
  8. 3
      templates/src/csharp/Grpc.IntegrationTesting.Server/project.json.template
  9. 3
      templates/src/csharp/Grpc.IntegrationTesting.StressClient/project.json.template
  10. 3
      templates/src/csharp/Grpc.IntegrationTesting/project.json.template

@ -12,11 +12,12 @@
},
"frameworks": {
"net45": { },
"netstandard1.5": {
"netcoreapp1.0": {
"imports": [
"portable-net45"
],
"dependencies": {
"Microsoft.NETCore.App": "1.0.0",
"NETStandard.Library": "1.6.0"
}
}

@ -9,11 +9,12 @@
},
"frameworks": {
"net45": { },
"netstandard1.5": {
"netcoreapp1.0": {
"imports": [
"portable-net45"
],
"dependencies": {
"Microsoft.NETCore.App": "1.0.0",
"NETStandard.Library": "1.6.0"
}
}

@ -9,11 +9,12 @@
},
"frameworks": {
"net45": { },
"netstandard1.5": {
"netcoreapp1.0": {
"imports": [
"portable-net45"
],
"dependencies": {
"Microsoft.NETCore.App": "1.0.0",
"NETStandard.Library": "1.6.0"
}
}

@ -11,11 +11,12 @@
},
"frameworks": {
"net45": { },
"netstandard1.5": {
"netcoreapp1.0": {
"imports": [
"portable-net45"
],
"dependencies": {
"Microsoft.NETCore.App": "1.0.0",
"NETStandard.Library": "1.6.0"
}
}

@ -11,11 +11,12 @@
},
"frameworks": {
"net45": { },
"netstandard1.5": {
"netcoreapp1.0": {
"imports": [
"portable-net45"
],
"dependencies": {
"Microsoft.NETCore.App": "1.0.0",
"NETStandard.Library": "1.6.0"
}
}

@ -9,12 +9,13 @@
},
"frameworks": {
"net45": { },
"netstandard1.5": {
"netcoreapp1.0": {
"imports": [
"portable-net45",
"net45"
],
"dependencies": {
"Microsoft.NETCore.App": "1.0.0",
"NETStandard.Library": "1.6.0"
}
}

@ -9,12 +9,13 @@
},
"frameworks": {
"net45": { },
"netstandard1.5": {
"netcoreapp1.0": {
"imports": [
"portable-net45",
"net45"
],
"dependencies": {
"Microsoft.NETCore.App": "1.0.0",
"NETStandard.Library": "1.6.0"
}
}

@ -9,12 +9,13 @@
},
"frameworks": {
"net45": { },
"netstandard1.5": {
"netcoreapp1.0": {
"imports": [
"portable-net45",
"net45"
],
"dependencies": {
"Microsoft.NETCore.App": "1.0.0",
"NETStandard.Library": "1.6.0"
}
}

@ -9,12 +9,13 @@
},
"frameworks": {
"net45": { },
"netstandard1.5": {
"netcoreapp1.0": {
"imports": [
"portable-net45",
"net45"
],
"dependencies": {
"Microsoft.NETCore.App": "1.0.0",
"NETStandard.Library": "1.6.0"
}
}

@ -24,12 +24,13 @@
"System.IO": ""
}
},
"netstandard1.5": {
"netcoreapp1.0": {
"imports": [
"portable-net45",
"net45"
],
"dependencies": {
"Microsoft.NETCore.App": "1.0.0",
"NETStandard.Library": "1.6.0",
"System.Linq.Expressions": "4.1.0"
}

Loading…
Cancel
Save