diff --git a/dotnet-tools.json b/dotnet-tools.json
index 8cc47019440..e56323b0952 100644
--- a/dotnet-tools.json
+++ b/dotnet-tools.json
@@ -8,6 +8,13 @@
"css-bundler"
],
"rollForward": false
+ },
+ "bootstrapblazor.llmsdocsgenerator": {
+ "version": "10.0.2",
+ "commands": [
+ "llms-docs"
+ ],
+ "rollForward": false
}
}
}
\ No newline at end of file
diff --git a/src/BootstrapBlazor.Server/Directory.Build.targets b/src/BootstrapBlazor.Server/Directory.Build.targets
index 38faf0eb713..722564f0ce9 100644
--- a/src/BootstrapBlazor.Server/Directory.Build.targets
+++ b/src/BootstrapBlazor.Server/Directory.Build.targets
@@ -11,8 +11,14 @@
-
-
+
+
+
+
+
+
+
+