You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For paket, I found the following issues that seem related: #2370#4097.
Should it be possible to use the current version of paket with Grpc.Tools, so that the equivalent functionality of the above PackageReference is achieved?
If yes, how can I set this up in paket.dependencies and/or paket.reference?
If no, is it harmful to use paket for all other nuget references, and just add Grpc.Tools as above as PackageReference?
The text was updated successfully, but these errors were encountered:
l3m
changed the title
How to setup Paket for a Grpc project
Using Paket for a Grpc project
May 20, 2022
@purkhusid Thanks, I'm aware. We have a mostly F#-solution with a C#-project for Grpc-Codegen. It works with nuget, but I'd prefer to use paket for all projects, not just for the F# ones.
Description
According to Grpc documentation, the package reference for Gprc.Tools should look something like this:
For paket, I found the following issues that seem related: #2370 #4097.
Should it be possible to use the current version of paket with Grpc.Tools, so that the equivalent functionality of the above PackageReference is achieved?
If yes, how can I set this up in
paket.dependencies
and/orpaket.reference
?If no, is it harmful to use paket for all other nuget references, and just add Grpc.Tools as above as PackageReference?
The text was updated successfully, but these errors were encountered: