Marko Apfel

Results 2 comments of Marko Apfel

This need is based on sharing `.proto` files via NuGet packages accordingly to the described approach in [SO: Sharing one gRPC proto file for all solutions](https://stackoverflow.com/a/66844713/11196877)

To workaround this missing capability, these (similar) approaches are helpful. ## Using a package `.targets` file Using a `.targets` as part of the package, located in a `build` folder on...