Looking for a CLI utility that converts dotnet framework assembly to a dotnet standard assembly
I have a set of trivial DotNet framework assemblies (“dlls”) that I wish to convert to dotnet stanard 2.0.
By “trivial” I mean that they contain Enum definitions and trivial interface classes, no business logic whatsoever.