Skip to content

Commit 619ed61

Browse files
committed
Update integrity + reference BundlerMinifier.Core
1 parent 0ebd04f commit 619ed61

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

MyApp/MyApp.csproj

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,8 @@
2323
<PackageReference Include="Microsoft.VisualStudio.Web.BrowserLink" Version="2.*" />
2424

2525
<PackageReference Include="ServiceStack.Core" Version="5.*" />
26+
27+
<PackageReference Include="BundlerMinifier.Core" Version="2.8.391" />
2628
</ItemGroup>
2729

2830
<ItemGroup>

MyApp/Views/Shared/_Layout.cshtml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060
asp-fallback-src="~/lib/bootstrap/dist/js/bootstrap.min.js"
6161
asp-fallback-test="window.jQuery && window.jQuery.fn && window.jQuery.fn.modal"
6262
crossorigin="anonymous"
63-
integrity="sha384-ZMP7rVo3mIykV+2+9J3UJ46jBk0WLaUAdn689aCwoqbBJiSnjAK/l8WvCWPIPm49">
63+
integrity="sha384-ChfqqxuZUCnJSK3+MXmPNIyE6ZbWh2IMqE241rYiqJxyMiZ6OW/JmZQ5stwEULTy">
6464
</script>
6565
<script src="~/js/site.min.js" asp-append-version="true"></script>
6666
</environment>

MyApp/wwwroot/css/site.min.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)