diff --git a/ILSpy/MainWindow.xaml.cs b/ILSpy/MainWindow.xaml.cs index e9c8e3bc7..d1a2ef0bc 100644 --- a/ILSpy/MainWindow.xaml.cs +++ b/ILSpy/MainWindow.xaml.cs @@ -702,6 +702,7 @@ namespace ICSharpCode.ILSpy case ".nupkg": LoadedNugetPackage package = new LoadedNugetPackage(file); var selectionDialog = new NugetPackageBrowserDialog(package); + selectionDialog.Owner = this; if (selectionDialog.ShowDialog() != true) break; foreach (var entry in selectionDialog.SelectedItems) {