Skip to content

Commit

Permalink
Updated NuGet package
Browse files Browse the repository at this point in the history
  • Loading branch information
devedse committed Jul 25, 2017
1 parent 31116a6 commit b4790c8
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
8 changes: 5 additions & 3 deletions DeveImageOptimizerWPF/DeveImageOptimizerWPF.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,8 @@
<StartupObject />
</PropertyGroup>
<ItemGroup>
<Reference Include="DeveImageOptimizer, Version=1.0.56.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\packages\DeveImageOptimizer.1.0.56-CI\lib\netstandard1.5\DeveImageOptimizer.dll</HintPath>
<Reference Include="DeveImageOptimizer, Version=1.0.60.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\packages\DeveImageOptimizer.1.0.60\lib\netstandard1.5\DeveImageOptimizer.dll</HintPath>
</Reference>
<Reference Include="GalaSoft.MvvmLight, Version=5.3.0.19026, Culture=neutral, PublicKeyToken=e7570ab207bcb616, processorArchitecture=MSIL">
<HintPath>..\packages\MvvmLightLibs.5.3.0.0\lib\net45\GalaSoft.MvvmLight.dll</HintPath>
Expand Down Expand Up @@ -234,7 +234,9 @@
<Generator>ResXFileCodeGenerator</Generator>
<LastGenOutput>Resources.Designer.cs</LastGenOutput>
</EmbeddedResource>
<None Include="packages.config" />
<None Include="packages.config">
<SubType>Designer</SubType>
</None>
<None Include="Properties\Settings.settings">
<Generator>SettingsSingleFileGenerator</Generator>
<LastGenOutput>Settings.Designer.cs</LastGenOutput>
Expand Down
2 changes: 1 addition & 1 deletion DeveImageOptimizerWPF/packages.config
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="CommonServiceLocator" version="1.3" targetFramework="net462" />
<package id="DeveImageOptimizer" version="1.0.56-CI" targetFramework="net462" />
<package id="DeveImageOptimizer" version="1.0.60" targetFramework="net462" />
<package id="Fody" version="2.1.2" targetFramework="net462" developmentDependency="true" />
<package id="ILRepack" version="2.0.13" targetFramework="net462" />
<package id="ImageSharp" version="1.0.0-alpha9-00173" targetFramework="net462" />
Expand Down

0 comments on commit b4790c8

Please sign in to comment.