Skip to content

Commit

Permalink
Fixed crash after closing welcome screen, added nuget command line pa…
Browse files Browse the repository at this point in the history
…ckage
  • Loading branch information
martinchrzan committed Jul 21, 2020
1 parent 44db32b commit 33ec2eb
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
5 changes: 5 additions & 0 deletions FileExplorerGallery/FileExplorerGallery.csproj
Expand Up @@ -195,6 +195,11 @@
</None>
</ItemGroup>
<ItemGroup>
<PackageReference Include="NuGet.CommandLine">
<Version>5.6.0</Version>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
<PrivateAssets>all</PrivateAssets>
</PackageReference>
<PackageReference Include="squirrel.windows">
<Version>1.9.1</Version>
</PackageReference>
Expand Down
1 change: 0 additions & 1 deletion FileExplorerGallery/WelcomeWindow.xaml.cs
Expand Up @@ -15,7 +15,6 @@ public WelcomeWindow()
private void Button_Click(object sender, RoutedEventArgs e)
{
this.Close();
Application.Current.MainWindow = Application.Current.Windows[0];
}
}
}

0 comments on commit 33ec2eb

Please sign in to comment.