aspnetcore/blazor
Steve Sanderson 163d6f7c54 Decouple migrating code from non-migrating code (#1725)
* Stop referencing BlazorBuildToolsExe in .Browser.JS

* Have Components projects always reference .Blazor.Mono as a package, not from source

* Finish decoupling of .Browser.JS from Blazor.BuildTools

* Fix reference resolver unit test to find Mono BCL in .Blazor.Mono package

* Remove typo

* Have .Browser.JS consume jsinterop only via an NPM package reference

* Reference JSInterop .NET libraries only via NuGet package references, not directly from source

* Update dependency resolver unit test

* Update package name in package-lock.json

* When bundling jsinterop DLL into Build package, don't re-sign it (treat it as external)
2018-11-26 18:52:09 +00:00
..
benchmarks/Microsoft.AspNetCore.Blazor.E2EPerformance
samples Decouple migrating code from non-migrating code (#1725) 2018-11-26 18:52:09 +00:00
src Code migration phase 3 - Move Mono binaries to their own package (#1718) 2018-11-23 13:31:43 +00:00
tooling