I thought I would try and create a C# DLL using .NET Standard 2.0 instead of .NET Framework 4.6.2. I have the code compiling for the most part and can see the DLL in the bin folder.
But, there is no TLB file which I need for my C++ application to be able to use the library.
Have a missed a step?