mirror of https://github.com/grpc/grpc.git
parent
149e06973e
commit
1d3cc21910
7 changed files with 39 additions and 50 deletions
@ -1,11 +0,0 @@ |
||||
// This file exists only to prevent VS2015 from mistakenly picking up |
||||
// project.json file when building .csproj project. |
||||
// See https://github.com/Microsoft/msbuild/issues/394 |
||||
{ |
||||
"frameworks": { |
||||
"net45": { } |
||||
}, |
||||
"runtimes": { |
||||
"win": { } |
||||
} |
||||
} |
@ -1,22 +0,0 @@ |
||||
{ |
||||
"buildOptions": { |
||||
"emitEntryPoint": true |
||||
}, |
||||
"dependencies": { |
||||
"Grpc.Auth": "__GRPC_NUGET_VERSION__", |
||||
"Grpc.Core": "__GRPC_NUGET_VERSION__", |
||||
// Necessary for native deps to get copied correctly. |
||||
"Microsoft.NETCore.Platforms": "1.0.1" |
||||
}, |
||||
"frameworks": { |
||||
"net45": { }, |
||||
"netcoreapp1.0": { |
||||
"dependencies": { |
||||
"Microsoft.NETCore.App": { |
||||
"type": "platform", |
||||
"version": "1.0.0" |
||||
} |
||||
} |
||||
} |
||||
} |
||||
} |
Loading…
Reference in new issue