RohitWagh
RohitWagh

Reputation: 2097

Where did Microsoft.Extensions.Compilation.Abstractions go after DNX

I have been working on migrating a DNX project into aspnet core 2.0 project. While doing so, i have hit roadblock.

The code uses IMetadataReference from Microsoft.Extensions.Compilation.Abstractions lib for reading assemblies metadata. With DNX being obsolete now, i could not find what Microsoft.Extensions.Compilation.Abstractions has been changed to now.

i have been looking in history and commits for aspnet on github but it does not provide any clue. while the dnx history provides details only till Microsoft.Extensions.Compilation.Abstractions and nothing after that.

Upvotes: 0

Views: 126

Answers (0)

Related Questions