aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/csharp/Grpc.Core.Tests/project.json
diff options
context:
space:
mode:
Diffstat (limited to 'src/csharp/Grpc.Core.Tests/project.json')
-rw-r--r--src/csharp/Grpc.Core.Tests/project.json15
1 files changed, 9 insertions, 6 deletions
diff --git a/src/csharp/Grpc.Core.Tests/project.json b/src/csharp/Grpc.Core.Tests/project.json
index dc90e04ccf..0671804314 100644
--- a/src/csharp/Grpc.Core.Tests/project.json
+++ b/src/csharp/Grpc.Core.Tests/project.json
@@ -10,23 +10,26 @@
"emitEntryPoint": true
},
"dependencies": {
- "Grpc.Core": "0.14.0-anexperiment",
+ "Grpc.Core": {
+ "version": "0.0.1",
+ "taget": "project"
+ },
"Newtonsoft.Json": "8.0.3",
"NUnit": "3.2.0",
"NUnitLite": "3.2.0-*"
},
"frameworks": {
"net45": { },
- "dotnet54": {
+ "netstandard1.5": {
"imports": [
"portable-net45"
],
"dependencies": {
- "Microsoft.NETCore.App": {
- "type": "platform",
- "version": "1.0.0-rc2-23931"
- }
+ "NETStandard.Library": "1.5.0-rc2-24027"
}
}
+ },
+ "runtimes": {
+ "win7-x64": { }
}
}