Skip to content

Commit

Permalink
minor dependency update
Browse files Browse the repository at this point in the history
  • Loading branch information
poma committed Dec 3, 2018
1 parent 026ef42 commit c1ae380
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions Hotsapi.Uploader.Windows/Hotsapi.Uploader.Windows.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -65,8 +65,8 @@
</PackageReference>
<PackageReference Include="Newtonsoft.Json" Version="10.0.3" />
<PackageReference Include="NLog" Version="4.5.11" />
<PackageReference Include="NLog.Config" Version="4.5.10" />
<PackageReference Include="NLog.Schema" Version="4.5.10" />
<PackageReference Include="NLog.Config" Version="4.5.11" />
<PackageReference Include="NLog.Schema" Version="4.5.11" />
<PackageReference Include="NuGet.CommandLine" Version="4.3.0" />
<PackageReference Include="SharpCompress" Version="0.18.2" />
<PackageReference Include="Splat" Version="1.6.2" />
Expand Down Expand Up @@ -212,7 +212,6 @@
<ItemGroup>
<ZipFiles Include="$(OutDir)\*.*" Exclude="**/*.nupkg;**/*.vshost.*;**/*.xml;**/*.pdb;**/*.snk*;**/Squirrel.dll;**/NuGet.Squirrel.dll;**/Splat.dll;**/DeltaCompressionDotNet.*;**/Mono.*" />
</ItemGroup>
<Message Importance="High" Text="Result files: @(ZipFiles)" />
<Zip Files="@(ZipFiles)" WorkingDirectory="$(OutDir)" ZipFileName="../Releases/HotsApi.zip" ZipLevel="9" />
</Target>
<Target Name="BuildInstaller" Condition=" '$(Configuration)' == 'Installer'">
Expand Down

0 comments on commit c1ae380

Please sign in to comment.