Skip to content

Commit

Permalink
Removing the NotifyIconWpf nuget package and replacing it with an ide…
Browse files Browse the repository at this point in the history
…ntical version that is strong name signed.
  • Loading branch information
HighEncryption committed May 11, 2018
1 parent 4ac4b15 commit 797fa32
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 4 deletions.
6 changes: 3 additions & 3 deletions SyncPro.UI/SyncPro.UI.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -53,9 +53,9 @@
<HintPath>..\packages\EntityFramework.6.1.3\lib\net45\EntityFramework.SqlServer.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="Hardcodet.Wpf.TaskbarNotification, Version=1.0.5.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\packages\Hardcodet.NotifyIcon.Wpf.1.0.8\lib\net451\Hardcodet.Wpf.TaskbarNotification.dll</HintPath>
<Private>True</Private>
<Reference Include="Hardcodet.Wpf.TaskbarNotification, Version=1.0.5.0, Culture=neutral, PublicKeyToken=9314a97d14db5d98, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\lib\NotifyIconWpf\Hardcodet.Wpf.TaskbarNotification.dll</HintPath>
</Reference>
<Reference Include="Microsoft.Expression.Interactions, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
<HintPath>..\packages\System.Windows.Interactivity.WPF.2.0.20525\lib\net40\Microsoft.Expression.Interactions.dll</HintPath>
Expand Down
1 change: 0 additions & 1 deletion SyncPro.UI/packages.config
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
<packages>
<package id="EntityFramework" version="6.1.3" targetFramework="net45" />
<package id="Extended.Wpf.Toolkit" version="3.1" targetFramework="net45" />
<package id="Hardcodet.NotifyIcon.Wpf" version="1.0.8" targetFramework="net452" />
<package id="Newtonsoft.Json" version="9.0.1" targetFramework="net45" />
<package id="System.Windows.Interactivity.WPF" version="2.0.20525" targetFramework="net452" />
</packages>
Binary file not shown.
Binary file not shown.

0 comments on commit 797fa32

Please sign in to comment.