Skip to content

Commit 5d22c92

Browse files
committed
Update NuGet and client side libraries
1 parent c34ba9d commit 5d22c92

File tree

3 files changed

+14
-14
lines changed

3 files changed

+14
-14
lines changed

src/TravelBlog/TravelBlog.csproj

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -12,17 +12,17 @@
1212

1313

1414
<ItemGroup>
15-
<PackageReference Include="MailKit" Version="3.4.3" />
16-
<PackageReference Include="Markdig" Version="0.30.4" />
17-
<PackageReference Include="Microsoft.AspNetCore.Mvc.Razor.RuntimeCompilation" Version="6.0.11" Condition="'$(Configuration)' == 'Debug'" />
18-
<PackageReference Include="Microsoft.EntityFrameworkCore.Design" Version="6.0.11">
15+
<PackageReference Include="MailKit" Version="4.0.0" />
16+
<PackageReference Include="Markdig" Version="0.31.0" />
17+
<PackageReference Include="Microsoft.AspNetCore.Mvc.Razor.RuntimeCompilation" Version="6.0.16" Condition="'$(Configuration)' == 'Debug'" />
18+
<PackageReference Include="Microsoft.EntityFrameworkCore.Design" Version="6.0.16">
1919
<PrivateAssets>all</PrivateAssets>
2020
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
2121
</PackageReference>
22-
<PackageReference Include="Microsoft.EntityFrameworkCore.Sqlite" Version="6.0.11" />
22+
<PackageReference Include="Microsoft.EntityFrameworkCore.Sqlite" Version="6.0.16" />
2323
<PackageReference Include="Nito.AsyncEx.Coordination" Version="5.1.2" />
24-
<PackageReference Include="NetVips" Version="2.2.0" />
25-
<PackageReference Include="NetVips.Native" Version="8.13.2" />
24+
<PackageReference Include="NetVips" Version="2.3.0" />
25+
<PackageReference Include="NetVips.Native" Version="8.14.2" />
2626
<PackageReference Include="UAParser" Version="3.1.47" />
2727
<PackageReference Include="Wiry.Base32" Version="1.1.1" />
2828
</ItemGroup>

src/TravelBlog/Views/Shared/_Layout.cshtml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,11 @@
99
<link rel="stylesheet" href="~/lib/bootstrap/dist/css/bootstrap.css" />
1010
</environment>
1111
<environment exclude="Development">
12-
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected].0/dist/css/bootstrap.min.css"
12+
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected].2/dist/css/bootstrap.min.css"
1313
asp-fallback-href="~/lib/bootstrap/dist/css/bootstrap.min.css"
1414
asp-fallback-test-class="sr-only" asp-fallback-test-property="position" asp-fallback-test-value="absolute"
1515
crossorigin="anonymous"
16-
integrity="sha384-B0vP5xmATw1+K9KRQjQERJvTumQW0nPEzvF6L/Z6nronJ3oUOFUFpCjEUQouq2+l" />
16+
integrity="sha384-xOolHFLEh07PJGoPkLv1IbcEPTNtaed2xpHsD9ESMhqIYd0nLMwNLD69Npy4HI+N" />
1717
</environment>
1818
<link rel="stylesheet" href="~/css/site.css" />
1919
@RenderSection("Styles", required: false)
@@ -80,17 +80,17 @@
8080
<script src="~/lib/bootstrap/dist/js/bootstrap.bundle.js"></script>
8181
</environment>
8282
<environment exclude="Development">
83-
<script src="https://code.jquery.com/jquery-3.6.0.min.js"
83+
<script src="https://code.jquery.com/jquery-3.7.0.min.js"
8484
asp-fallback-src="~/lib/jquery/dist/jquery.min.js"
8585
asp-fallback-test="window.jQuery"
8686
crossorigin="anonymous"
87-
integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=">
87+
integrity="sha256-2Pmvv0kuTBOenSvLm6bvfBSSHrUJ+3A7x6P5Ebd07/g=">
8888
</script>
89-
<script src="https://cdn.jsdelivr.net/npm/[email protected].0/dist/js/bootstrap.bundle.min.js"
89+
<script src="https://cdn.jsdelivr.net/npm/[email protected].2/dist/js/bootstrap.bundle.min.js"
9090
asp-fallback-src="~/lib/bootstrap/dist/js/bootstrap.bundle.min.js"
9191
asp-fallback-test="window.jQuery && window.jQuery.fn && window.jQuery.fn.modal"
9292
crossorigin="anonymous"
93-
integrity="sha384-Piv4xVNRyMGpqkS2by6br4gNJ7DXjqk09RmUpJ8jgGtD7zP9yug3goQfGII0yAns">
93+
integrity="sha384-Fy6S3B9q64WdZWQUiU+q4/2Lc9npb8tCaSX9FK7E8HnRr0Jz8D6OP9dO5Vg3Q9ct">
9494
</script>
9595
</environment>
9696
<script src="~/js/site.js" asp-append-version="true"></script>

src/TravelBlog/libman.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
},
3232
{
3333
"provider": "unpkg",
34-
"library": "jquery@3.6.1",
34+
"library": "jquery@3.7.0",
3535
"destination": "wwwroot/lib/jquery/",
3636
"files": [
3737
"dist/jquery.js",

0 commit comments

Comments
 (0)