Skip to content

Commit

Permalink
add include ref for updated versions
Browse files Browse the repository at this point in the history
  • Loading branch information
tdykstra committed Oct 7, 2024
1 parent fb1ca8e commit 7ec94b3
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
4 changes: 3 additions & 1 deletion aspnetcore/release-notes/aspnetcore-9.0.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ author: rick-anderson
description: Learn about the new features in ASP.NET Core 9.0.
ms.author: riande
ms.custom: mvc
ms.date: 08/10/2024
ms.date: 10/07/2024
uid: aspnetcore-9
---
# What's new in ASP.NET Core 9.0
Expand Down Expand Up @@ -92,3 +92,5 @@ The following sections describe miscellaneous new features.
[!INCLUDE[](~/release-notes/aspnetcore-9/includes/keyedDI.md)]

[!INCLUDE[](~/release-notes/aspnetcore-9/includes/trust_dev_cert_linux.md)]

[!INCLUDE[](~/release-notes/aspnetcore-9/includes/updated-versions.md)]
12 changes: 12 additions & 0 deletions aspnetcore/release-notes/aspnetcore-9/includes/updated-versions.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
ms.topic: include
author: tdykstra
ms.author: tdykstra
ms.date: 10/07/2024
---
### Updated templates to latest Bootstrap, jQuery, and jQuery Validation versions

The ASP.NET Core project templates and libraries have been updated to use the latest versions of Bootstrap, jQuery, and jQuery Validation, specifically:

* Bootstrap 5.3.3
* jQuery 3.7.1
* jQuery Validation 1.21.0

0 comments on commit 7ec94b3

Please sign in to comment.