Skip to content

Commit

Permalink
Update NUglify to 1.5.13 (#470)
Browse files Browse the repository at this point in the history
* Update BundlerMinifier.Core.csproj

* Update BundlerMinifier.csproj
  • Loading branch information
deinok committed Feb 19, 2020
1 parent 2988792 commit 2d32cad
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/BundlerMinifier.Core/BundlerMinifier.Core.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="NUglify" Version="1.5.12" />
<PackageReference Include="NUglify" Version="1.5.13" />
<PackageReference Include="Newtonsoft.Json" Version="9.0.1" />
</ItemGroup>

Expand Down
2 changes: 1 addition & 1 deletion src/BundlerMinifier/BundlerMinifier.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<PackageReference Include="Microsoft.Build.Framework" Version="15.1.0-*" PrivateAssets="All" />
<PackageReference Include="Microsoft.Build.Utilities.Core" Version="15.1.0-*" PrivateAssets="All" />
<PackageReference Include="Newtonsoft.Json" Version="9.0.1" PrivateAssets="All" />
<PackageReference Include="NUglify" Version="1.5.12" PrivateAssets="All" />
<PackageReference Include="NUglify" Version="1.5.13" PrivateAssets="All" />
</ItemGroup>

<ItemGroup Condition="'$(TargetFramework)' == 'netstandard1.3'">
Expand Down

0 comments on commit 2d32cad

Please sign in to comment.