From 28327f3a11c4c2d3818e61151c04763aa3d4a64b Mon Sep 17 00:00:00 2001 From: axunonb Date: Mon, 6 May 2024 13:21:57 +0200 Subject: [PATCH] Maintenance for Bootstrap and package references (#36) Bootstrap * Replace depreciated Bootstrap navbar-dark class * Dark navbar items: Add attribute data-bs-theme="dark" * Ligth navbar items: Add attribute data-bs-theme="light" Nuget packages * Update to latest releases Node packages * Bootstrap v5.3.3 * Remove obsolete tether, popper, jquery --- ClubSite/ClubSite.csproj | 20 +- ClubSite/Pages/_Footer.cshtml | 4 +- ClubSite/Pages/_MenuTopLevel.cshtml | 2 +- ClubSite/package-lock.json | 6211 +++------------------------ ClubSite/package.json | 5 +- 5 files changed, 516 insertions(+), 5726 deletions(-) diff --git a/ClubSite/ClubSite.csproj b/ClubSite/ClubSite.csproj index 1732bae..b4c6969 100644 --- a/ClubSite/ClubSite.csproj +++ b/ClubSite/ClubSite.csproj @@ -3,7 +3,10 @@ net8.0 enable latest - 4.0.0 + 4.0.1 + 4.0.1 + + 4.0.0.0 axuno gGmbH The source code for https://www.volleyballclub.de/ $([System.DateTime]::Now.ToString(yyyy)) @@ -13,11 +16,11 @@ en;de - - - + + + - + @@ -29,8 +32,11 @@ - - + + + all + runtime; build; native; contentfiles; analyzers; buildtransitive + diff --git a/ClubSite/Pages/_Footer.cshtml b/ClubSite/Pages/_Footer.cshtml index 19ddb93..1101a71 100644 --- a/ClubSite/Pages/_Footer.cshtml +++ b/ClubSite/Pages/_Footer.cshtml @@ -1,5 +1,5 @@ 
-
\ No newline at end of file + diff --git a/ClubSite/Pages/_MenuTopLevel.cshtml b/ClubSite/Pages/_MenuTopLevel.cshtml index a651f77..5f398be 100644 --- a/ClubSite/Pages/_MenuTopLevel.cshtml +++ b/ClubSite/Pages/_MenuTopLevel.cshtml @@ -1,6 +1,6 @@ @inject Microsoft.AspNetCore.Authorization.IAuthorizationService Auth
-