Skip to content

Commit

Permalink
Update and consolidate NUglify to v1.13.8 (#544)
Browse files Browse the repository at this point in the history
  • Loading branch information
aderrose committed Mar 22, 2021
1 parent 95941fa commit e6edb78
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 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 @@ -29,7 +29,7 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="NUglify" Version="1.9.1" />
<PackageReference Include="NUglify" Version="1.13.8" />
<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 @@ -30,7 +30,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.13.6" PrivateAssets="All" />
<PackageReference Include="NUglify" Version="1.13.8" PrivateAssets="All" />
</ItemGroup>

<ItemGroup Condition="'$(TargetFramework)' == 'netstandard1.3'">
Expand Down
4 changes: 2 additions & 2 deletions src/BundlerMinifierVsix/BundlerMinifierVsix.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -258,8 +258,8 @@
<HintPath>..\..\packages\NuGet.VisualStudio.3.5.0\lib\net45\NuGet.VisualStudio.dll</HintPath>
<EmbedInteropTypes>True</EmbedInteropTypes>
</Reference>
<Reference Include="NUglify, Version=1.9.1.0, Culture=neutral, PublicKeyToken=15bc7810aec21b5e, processorArchitecture=MSIL">
<HintPath>..\..\packages\NUglify.1.9.1\lib\net40\NUglify.dll</HintPath>
<Reference Include="NUglify, Version=1.13.8.0, Culture=neutral, PublicKeyToken=15bc7810aec21b5e, processorArchitecture=MSIL">
<HintPath>..\..\packages\NUglify.1.13.8\lib\net40\NUglify.dll</HintPath>
</Reference>
<Reference Include="PresentationCore" />
<Reference Include="PresentationFramework" />
Expand Down
2 changes: 1 addition & 1 deletion src/BundlerMinifierVsix/packages.config
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
<packages>
<package id="Newtonsoft.Json" version="9.0.1" targetFramework="net46" />
<package id="NuGet.VisualStudio" version="3.5.0" targetFramework="net46" />
<package id="NUglify" version="1.9.1" targetFramework="net46" />
<package id="NUglify" version="1.13.8" targetFramework="net46" />
</packages>

0 comments on commit e6edb78

Please sign in to comment.