Skip to content

Commit

Permalink
Fix: IPC connect when User and PW is used
Browse files Browse the repository at this point in the history
  • Loading branch information
rzander committed Feb 12, 2020
1 parent e3bef11 commit c58cf9a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions SCCMCliCtrWPF/SCCMCliCtrWPF/SCCMCliCtr.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -83,8 +83,8 @@
<Private>True</Private>
</Reference>
<Reference Include="PresentationFramework.Aero" />
<Reference Include="sccmclictr.automation, Version=1.0.0.35, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\packages\sccmclictrlib.1.0.0.35\lib\net47\sccmclictr.automation.dll</HintPath>
<Reference Include="sccmclictr.automation, Version=1.0.0.36, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\packages\sccmclictrlib.1.0.0.36\lib\net47\sccmclictr.automation.dll</HintPath>
</Reference>
<Reference Include="System" />
<Reference Include="System.Data" />
Expand Down
2 changes: 1 addition & 1 deletion SCCMCliCtrWPF/SCCMCliCtrWPF/packages.config
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="NavigationPane" version="2.1.0.0" targetFramework="net45" />
<package id="sccmclictrlib" version="1.0.0.35" targetFramework="net47" />
<package id="sccmclictrlib" version="1.0.0.36" targetFramework="net47" />
<package id="WPFToolkit" version="3.5.50211.1" targetFramework="net45" />
</packages>

0 comments on commit c58cf9a

Please sign in to comment.