update project.json templates to RTM .NET core nugets

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

@ -34,9 +34,9 @@
"net45"
],
"dependencies": {
"Microsoft.NETCore.Portable.Compatibility": "1.0.1-rc2-24027",
"NETStandard.Library": "1.5.0-rc2-24027",
"System.Threading.Tasks": "4.0.11-rc2-24027"
"Microsoft.NETCore.Portable.Compatibility": "1.0.1",
"NETStandard.Library": "1.6.0",
"System.Threading.Tasks": "4.0.11"
}
}
}

@ -17,7 +17,7 @@
"portable-net45"
],
"dependencies": {
"NETStandard.Library": "1.5.0-rc2-24027"
"NETStandard.Library": "1.6.0"
}
}
},

@ -42,8 +42,8 @@
"portable-net45"
],
"dependencies": {
"NETStandard.Library": "1.5.0-rc2-24027",
"System.Threading.Thread": "4.0.0-rc2-24027"
"NETStandard.Library": "1.6.0",
"System.Threading.Thread": "4.0.0"
}
}
}

@ -14,7 +14,7 @@
"portable-net45"
],
"dependencies": {
"NETStandard.Library": "1.5.0-rc2-24027"
"NETStandard.Library": "1.6.0"
}
}
}

@ -14,7 +14,7 @@
"portable-net45"
],
"dependencies": {
"NETStandard.Library": "1.5.0-rc2-24027"
"NETStandard.Library": "1.6.0"
}
}
}

@ -16,7 +16,7 @@
"portable-net45"
],
"dependencies": {
"NETStandard.Library": "1.5.0-rc2-24027"
"NETStandard.Library": "1.6.0"
}
}
}

@ -20,7 +20,7 @@
"portable-net45"
],
"dependencies": {
"NETStandard.Library": "1.5.0-rc2-24027"
"NETStandard.Library": "1.6.0"
}
}
}

@ -16,7 +16,7 @@
"portable-net45"
],
"dependencies": {
"NETStandard.Library": "1.5.0-rc2-24027"
"NETStandard.Library": "1.6.0"
}
}
}

@ -39,7 +39,7 @@
"portable-net45"
],
"dependencies": {
"NETStandard.Library": "1.5.0-rc2-24027"
"NETStandard.Library": "1.6.0"
}
}
}

@ -15,7 +15,7 @@
"net45"
],
"dependencies": {
"NETStandard.Library": "1.5.0-rc2-24027"
"NETStandard.Library": "1.6.0"
}
}
}

@ -15,7 +15,7 @@
"net45"
],
"dependencies": {
"NETStandard.Library": "1.5.0-rc2-24027"
"NETStandard.Library": "1.6.0"
}
}
}

@ -15,7 +15,7 @@
"net45"
],
"dependencies": {
"NETStandard.Library": "1.5.0-rc2-24027"
"NETStandard.Library": "1.6.0"
}
}
}

@ -15,7 +15,7 @@
"net45"
],
"dependencies": {
"NETStandard.Library": "1.5.0-rc2-24027"
"NETStandard.Library": "1.6.0"
}
}
}

@ -30,8 +30,8 @@
"net45"
],
"dependencies": {
"NETStandard.Library": "1.5.0-rc2-24027",
"System.Linq.Expressions": "4.0.11-rc2-24027"
"NETStandard.Library": "1.6.0",
"System.Linq.Expressions": "4.1.0"
}
}
}

Loading…
Cancel
Save