Skip to content

Commit

Permalink
Merge pull request PrismLibrary#2178 from PrismLibrary/remove-lagcy-b…
Browse files Browse the repository at this point in the history
…ootstrappers

[Breaking] Remove Legacy Bootstrapper
  • Loading branch information
dansiegel authored Aug 24, 2020
2 parents d5cb510 + 59d1eba commit 5a06d41
Show file tree
Hide file tree
Showing 35 changed files with 228 additions and 1,935 deletions.
2 changes: 1 addition & 1 deletion e2e/Wpf/HelloWorld.Bootstraper/Bootstrapper.cs
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ namespace HelloWorld
{
class Bootstrapper : PrismBootstrapper
{
protected override Window CreateShell()
protected override DependencyObject CreateShell()
{
return Container.Resolve<MainWindow>();
}
Expand Down
236 changes: 0 additions & 236 deletions src/Wpf/Prism.DryIoc.Wpf/Legacy/DryIocBootstrapper.cs

This file was deleted.

61 changes: 0 additions & 61 deletions src/Wpf/Prism.DryIoc.Wpf/Legacy/DryIocExtensions.cs

This file was deleted.

Loading

0 comments on commit 5a06d41

Please sign in to comment.