Open
Description
What version of gRPC and what language are you using?
dotnet core
What operating system (Linux, Windows,...) and version?
Windows
What runtime / compiler are you using (e.g. python version or version of gcc)
.net 6
What did you do?
I have a C++ cli dll reference .net 6 dll library. And the .net 6 library references Grpc.AspNetCore(which use Grpc.Core.Api).
Because C++ cli don't support .net standard dlls, it only support .net 5/6 dlls.
So my project can't work.
What did you expect to see?
Please add .net 5/6 support. So my project can work.