How to register a COM shared as a NuGet Package in a Class Library (.NET Core)?
问题 There are 4 projects: MyProject.Domain MyProject.Services.Contracts MyProject.Services.Acomba MyProject.Services.Acomba.Tests The Acomba projects depends on a NuGet Package that I packed according to this SO Answer. All of those projects are of type Class Library (.NET Core) and target: NET451 NET452 NET461 NETSTANDARD1.5 Except for the test project which consists of a .NET Core App which target: NETCOREAPP1.0 As the Getting started with xUnit.net (.NET Core / ASP.NET Core) webpage describes.