aboutsummaryrefslogtreecommitdiffhomepage
path: root/templates/src/csharp/Grpc.IntegrationTesting/project.json.template
diff options
context:
space:
mode:
Diffstat (limited to 'templates/src/csharp/Grpc.IntegrationTesting/project.json.template')
-rw-r--r--templates/src/csharp/Grpc.IntegrationTesting/project.json.template7
1 files changed, 4 insertions, 3 deletions
diff --git a/templates/src/csharp/Grpc.IntegrationTesting/project.json.template b/templates/src/csharp/Grpc.IntegrationTesting/project.json.template
index 3181511485..0a7d5e9af4 100644
--- a/templates/src/csharp/Grpc.IntegrationTesting/project.json.template
+++ b/templates/src/csharp/Grpc.IntegrationTesting/project.json.template
@@ -24,14 +24,15 @@
"System.IO": ""
}
},
- "netstandard1.5": {
+ "netcoreapp1.0": {
"imports": [
"portable-net45",
"net45"
],
"dependencies": {
- "NETStandard.Library": "1.5.0-rc2-24027",
- "System.Linq.Expressions": "4.0.11-rc2-24027"
+ "Microsoft.NETCore.App": "1.0.0",
+ "NETStandard.Library": "1.6.0",
+ "System.Linq.Expressions": "4.1.0"
}
}
}