mirror of https://github.com/grpc/grpc.git
parent
317b8acf99
commit
fab857eefc
11 changed files with 43 additions and 22 deletions
@ -0,0 +1,32 @@ |
||||
{ |
||||
"buildOptions": { |
||||
"compile": "**/*.cs", |
||||
"copyToOutput": { |
||||
"mappings": { |
||||
"nativelibs/windows_x64/grpc_csharp_ext.dll": "../../../vsprojects/x64/Debug/grpc_csharp_ext.dll", |
||||
"nativelibs/windows_x86/grpc_csharp_ext.dll": "../../../vsprojects/Debug/grpc_csharp_ext.dll" |
||||
} |
||||
}, |
||||
"emitEntryPoint": true |
||||
}, |
||||
"dependencies": { |
||||
"Grpc.IntegrationTesting": { |
||||
"target": "project" |
||||
} |
||||
}, |
||||
"frameworks": { |
||||
"net45": { }, |
||||
"netstandard1.5": { |
||||
"imports": [ |
||||
"portable-net45", |
||||
"net45" |
||||
], |
||||
"dependencies": { |
||||
"NETStandard.Library": "1.5.0-rc2-24027" |
||||
} |
||||
} |
||||
}, |
||||
"runtimes": { |
||||
"win7-x64": { } |
||||
} |
||||
} |
Loading…
Reference in new issue