aspnet / BrowserLink

Browser Link loader for Visual Studio integration
Apache License 2.0
17 stars 21 forks source link

RegistryUtil path keys should be updated to reflect TFM changes #16

Closed pranavkm closed 8 years ago

pranavkm commented 8 years ago

From: https://github.com/aspnet/BrowserLink/blob/master/src/Microsoft.VisualStudio.Web.BrowserLink.Loader/RegistryUtil.cs#L31-L33


#if DNXCORE50
        private static readonly string PathName = "dnxcore50";
#elif DNX451
        private static readonly string PathName = "dnx451";
#endif

The keys should probably change to reflect the new TFMs netstandard1.5 and net451.

jodavis commented 8 years ago

I'll make the registry key changes in WTE and then update these here,