grpc/vsprojects/nuget_package
Jan Tattermusch cd9bb5c140 bumped version of C# 2015-07-09 21:27:04 -07:00
..
.gitignore enabling creation of nuget package for grpc_csharp_ext 2015-04-20 19:44:48 -07:00
README.md fixing nits 2015-05-14 17:59:51 -07:00
buildall.bat some nuget packaging adjustments 2015-05-15 16:16:55 -07:00
grpc.native.csharp_ext.nuspec bumped version of C# 2015-07-09 21:27:04 -07:00
grpc.native.csharp_ext.props enabling creation of nuget package for grpc_csharp_ext 2015-04-20 19:44:48 -07:00
grpc.native.csharp_ext.targets enabling creation of nuget package for grpc_csharp_ext 2015-04-20 19:44:48 -07:00

README.md

gRPC Native Nuget package

Prerequisites

Multiple versions of VS installed to be able to build all the targets:

  • Visual Studio 2013
  • Visual Studio 2010 (you might need SP1 to prevent LNK1123 error)

NuGet binary

Building the package

Build all flavors of gRPC C# extension and package them as a NuGet package.

buildall.bat

nuget pack grpc.native.csharp_ext.nuspec

When building the NuGet package, ignore the "Assembly outside lib folder" warnings (they DLLs are not assemblies, they are native libraries).