aboutsummaryrefslogtreecommitdiffhomepage
path: root/templates/src/csharp/Grpc.HealthCheck.Tests/project.json.template
diff options
context:
space:
mode:
authorGravatar Craig Tiller <ctiller@google.com>2017-04-11 09:55:16 -0700
committerGravatar Craig Tiller <ctiller@google.com>2017-04-11 09:55:16 -0700
commit440df1048a0247016c6a2f317470631c6044368e (patch)
treeb1ed026ce1d7394ab3a22a0502b9eeb0e760b13c /templates/src/csharp/Grpc.HealthCheck.Tests/project.json.template
parentd9c36b6d09ee5ed07c815c5dc2f43524bb105a0c (diff)
parent6b99d804105e0f979391a95bfd51b1090d656a4e (diff)
Merge github.com:grpc/grpc into minimal_test
Diffstat (limited to 'templates/src/csharp/Grpc.HealthCheck.Tests/project.json.template')
-rw-r--r--templates/src/csharp/Grpc.HealthCheck.Tests/project.json.template26
1 files changed, 0 insertions, 26 deletions
diff --git a/templates/src/csharp/Grpc.HealthCheck.Tests/project.json.template b/templates/src/csharp/Grpc.HealthCheck.Tests/project.json.template
deleted file mode 100644
index 4a993326c3..0000000000
--- a/templates/src/csharp/Grpc.HealthCheck.Tests/project.json.template
+++ /dev/null
@@ -1,26 +0,0 @@
-%YAML 1.2
---- |
- {
- <%include file="../build_options.include" args="executable=True"/>
- "dependencies": {
- "Grpc.HealthCheck": {
- "target": "project"
- },
- "NUnit": "3.6.0",
- "NUnitLite": "3.6.0"
- },
- "frameworks": {
- "net45": { },
- "netcoreapp1.0": {
- "imports": [
- "portable-net45"
- ],
- "dependencies": {
- "Microsoft.NETCore.App": {
- "type": "platform",
- "version": "1.0.0"
- }
- }
- }
- }
- }