diff options
author | Jan Tattermusch <jtattermusch@users.noreply.github.com> | 2016-06-28 10:53:30 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-06-28 10:53:30 -0700 |
commit | d5fadaafeb5f465da96e6735e672128fff6609af (patch) | |
tree | 205cce11eb1a3a3925d046572ce47380c3c11b0c /src/csharp/Grpc.Core.Tests/project.json | |
parent | 94f0a50d1ea3208a0602f6eb67b6438bdb957387 (diff) | |
parent | 652c00043f94e532148acf2210ad0325310ab3cb (diff) |
Merge pull request #7102 from jtattermusch/coreclr_update
(CoreCLR support) Improvements to nugets generated by dotnet CLI.
Diffstat (limited to 'src/csharp/Grpc.Core.Tests/project.json')
-rw-r--r-- | src/csharp/Grpc.Core.Tests/project.json | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/csharp/Grpc.Core.Tests/project.json b/src/csharp/Grpc.Core.Tests/project.json index 3ad081df39..6402912d05 100644 --- a/src/csharp/Grpc.Core.Tests/project.json +++ b/src/csharp/Grpc.Core.Tests/project.json @@ -5,6 +5,10 @@ "configurations": { "Debug": { "buildOptions": { + "define": [ "SIGNED" ], + "keyFile": "../keys/Grpc.snk", + "publicSign": true, + "xmlDoc": true, "copyToOutput": { "mappings": { "nativelibs/windows_x64/grpc_csharp_ext.dll": "../../../vsprojects/x64/Debug/grpc_csharp_ext.dll", @@ -17,6 +21,10 @@ }, "Release": { "buildOptions": { + "define": [ "SIGNED" ], + "keyFile": "../keys/Grpc.snk", + "publicSign": true, + "xmlDoc": true, "copyToOutput": { "mappings": { "nativelibs/windows_x64/grpc_csharp_ext.dll": "../../../vsprojects/x64/Release/grpc_csharp_ext.dll", |