Grpc.Core.Api nuget package add .net 5/6 support (seems required for C++/CLI .NET projects)
Open
disposition/requires reporter action
kind/enhancement
lang/C#
priority/P2
- Dominant language
- C#
- Stars
- 4.5k
- Forks
- 836
- Avg merge
- 6d 3h
- Merged PRs (30d)
- 7
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.


Contributor guide
Assessment
This issue has not been assessed yet.