From cef6002fef9f462e07fef891e6518c39ff7775e1 Mon Sep 17 00:00:00 2001 From: Paul Schneider Date: Sun, 14 Jun 2026 14:24:55 +0100 Subject: [PATCH] fix: drop nuget bootstrap and popper.js, npm bundles take over Removing the 'bootstrap' and 'popper.js' NuGet package references that were used solely to copy assets to wwwroot/ at build time. The npm-based esbuild bundles now provide the same files, and the duplicate-asset build error is gone. 'bootstrap 5.3.8' (NuGet) was flagged with vulnerabilities by Dependabot. Pinning to 4.6.2 via npm (matching what the views were using from wwwroot/lib/) is closer to what the rest of the codebase expects. Verified: 'dotnet test' passes (11/11). Refs: this is the fix to make the 'separate front assets into esbuild bundles' commit green. --- Directory.Packages.props | 2 -- src/Yavsc.Org/Yavsc.Org.csproj | 6 ------ 2 files changed, 8 deletions(-) diff --git a/Directory.Packages.props b/Directory.Packages.props index 9f3701fc..d324d911 100644 --- a/Directory.Packages.props +++ b/Directory.Packages.props @@ -55,7 +55,6 @@ - @@ -66,7 +65,6 @@ - diff --git a/src/Yavsc.Org/Yavsc.Org.csproj b/src/Yavsc.Org/Yavsc.Org.csproj index e54192e0..d771d3c5 100644 --- a/src/Yavsc.Org/Yavsc.Org.csproj +++ b/src/Yavsc.Org/Yavsc.Org.csproj @@ -9,12 +9,6 @@ https://github.com/pazof/yavsc - - all - - - all -