.Net Standard 2.0 Porting to .Net Standard 2.0 Part 2: Porting MEF 1.0 to MEF 2.0 on .Net Core Porting an existing MEF 1.0 .Net 4.0 implementation to MEF 2.0 on .Net Core In Part 1 I discussed the basic setup of porting an existing .Net 4.0 code base over to a .Net Standard 2.0 project. In this
.Net Standard 2.0 Porting to .Net Standard 2.0 Part 1: Project Setup Porting an existing .Net 4.0 project to .Net Standard 2.0 In the introduction I discussed the objectives of this project and main issues we believe will need to be overcome. In this post I will discuss creating a .Net Standard Project from