Skip to content

Commit

Permalink
Updated nuget package
Browse files Browse the repository at this point in the history
  • Loading branch information
devedse committed Sep 6, 2017
1 parent a36f884 commit 513e2f0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions WebOptimizationProject/WebOptimizationProject.csproj
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
<TargetFramework>netstandard1.5</TargetFramework>
<GenerateAssemblyConfigurationAttribute>false</GenerateAssemblyConfigurationAttribute>
<GenerateAssemblyCompanyAttribute>false</GenerateAssemblyCompanyAttribute>
<GenerateAssemblyProductAttribute>false</GenerateAssemblyProductAttribute>
Expand All @@ -14,7 +14,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="DeveImageOptimizer" Version="1.0.95" />
<PackageReference Include="DeveImageOptimizer" Version="1.0.97" />
<PackageReference Include="Newtonsoft.Json" Version="10.0.3" />
<PackageReference Include="Octokit" Version="0.26.0" />
</ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
version: 1.0.{build}
os: Visual Studio 2015
os: Visual Studio 2017
skip_tags: true
configuration: Release

Expand Down

0 comments on commit 513e2f0

Please sign in to comment.