Repro Steps:
Expected:
Projects should be created successfully.
Actual:
Fail creating UWP project.

Fail creating Web project.

More info:
This looks like a strong naming problem. @v-atian -- please elaborate on "from dev folder". Did you build this yourself or get a CI build?
Actually, it looks more like we're stamping NuGet.VisualStudio.Interop.dll with a version which is a surprise to the VS templates, which expect v1.0.0.0 (as per error). Will coordinate a fix with @alpaix.
Per Drew's email, dev branch build 1838 has this fix.
@rrelyea @drewgil I think we should keep this bug alive because it still happened on VS14 CI build 1838 and 1839
Drew is OOF today. Ankit will take a look.
Update:
//cc: @rrelyea
@mishra14 I'm not blocked on dev15, this issue just happened on Dev14.
@v-atian : Can you please verify with dev build 1857?
@mishra14 @rrelyea Verify this issue on latest CI\NuGet.Client\Dev\1857, it have been fixed. Thanks