Skip to content

Commit

Permalink
Updated NuGet package reference
Browse files Browse the repository at this point in the history
[release]
  • Loading branch information
madskristensen committed Oct 27, 2017
1 parent be2cb4a commit 6aea0f2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions sample/Startup.cs
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ public void ConfigureServices(IServiceCollection services)
services.AddWebOptimizer(pipeline =>
{
pipeline.CompileLessFiles();
pipeline.AddLessBundle("foo.css", "wwwroot/*.less").UseContentRoot();
});
}

Expand Down
2 changes: 1 addition & 1 deletion src/WebOptimizer.Less.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="LigerShark.WebOptimizer.NodeServices" Version="1.0.3-beta" />
<PackageReference Include="LigerShark.WebOptimizer.NodeServices" Version="1.0.5-beta" />
<PackageReference Include="Microsoft.AspNetCore.NodeServices" Version="2.0.0" />
</ItemGroup>

Expand Down

0 comments on commit 6aea0f2

Please sign in to comment.