It's not terribly difficult on the surface, but they didn't solve enough to address *my* scenarios.
I'm *still* going to have to deal with variants of a given library based on
- OS {Windows 5/6/7/8, 8RT, Phone (7/8), Xbox, any...others?}
- Arch {x86, x64, ARM, Any}
- Runtime { msvcrt, VC7, VC7.1, VC8, VC9, VC10, VC11, GCC}
- Binding { static, dynamic, SxS}
- Flavor { thread-safe, non-thread-safe, etc...}
At this point, to do any work to supporting the ExtensionSDK explicitly model is ... just seems like wasting time supporting an incomplete model. Like I said, I'd rather have a pkg converter than to bother inserting code into Nuget to support those directly (since there likely won't be that many ExtensionSDKs anyway).
G