Skip to content

Commit

Permalink
Updated NuGet packages
Browse files Browse the repository at this point in the history
  • Loading branch information
madskristensen committed Nov 20, 2017
1 parent 114129f commit 284cb7d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/Pages/_Layout.cshtml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<meta property="og:url" content="@(Context.Request.Scheme + "://" + Context.Request.Host + Context.Request.Path)" />
<meta property="og:image" content="@ViewData["Image"]" />
<link rel="shortcut icon" href="~/img/icon16x16.png" />
<link rel="apple-touch-icon" href="~/img/icon180x180.png" sizes="180x180" />
<link rel="apple-touch-icon" href="~/img/icon180x180.png" />
</head>
<body>
<div itemscope itemtype="http://schema.org/BreadcrumbList" itemprop="breadcrumb">
Expand Down
4 changes: 2 additions & 2 deletions src/PhotoGallery.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Azure.ImageOptimizer" Version="1.1.0.38" />
<PackageReference Include="LigerShark.WebOptimizer.Core" Version="1.0.178-beta" />
<PackageReference Include="Azure.ImageOptimizer" Version="1.1.0.39" />
<PackageReference Include="LigerShark.WebOptimizer.Core" Version="1.0.189" />
<PackageReference Include="LigerShark.WebOptimizer.Sass" Version="1.0.33-beta" />
<PackageReference Include="LigerShark.WebOptimizer.TypeScript" Version="2.5.8-beta" />
<PackageReference Include="Microsoft.AspNetCore.All" Version="2.0.0" />
Expand Down

0 comments on commit 284cb7d

Please sign in to comment.