Skip to content

Commit

Permalink
Saved project file, removed broken line
Browse files Browse the repository at this point in the history
  • Loading branch information
megastary committed Aug 23, 2021
1 parent fc10a15 commit 38194b4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
<ItemGroup>
<PackageReference Include="Cake.Powershell" Version="1.0.1" />
<PackageReference Include="Microsoft.Web.WebView2" Version="1.0.902.49" />
<PackageReference Include="System.Management.Automation" Version="7.1.4" />
</ItemGroup>

</Project>
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ public MainWindow()
LazyAdminWebView.WebView = webView;

// TEST: Map mock PowerShell (TextBox) from XAML to
LazyAdminPowerShell.PowerShell = PowerShell;
//LazyAdminPowerShell.PowerShell = PowerShell;
}

protected override void OnContentRendered(EventArgs e)
Expand Down

0 comments on commit 38194b4

Please sign in to comment.