Files
Samuele Locatelli d32939e748 Aggiunta ClientLibrary
Aggiunta IIS Deploy conf
2025-12-05 16:05:51 +01:00

21 lines
458 B
JSON

{
"version": "3.0",
"defaultProvider": "cdnjs",
"libraries": [
{
"provider": "cdnjs",
"library": "bootstrap@5.3.8",
"destination": "wwwroot/lib/bootstrap/"
},
{
"provider": "cdnjs",
"library": "font-awesome@7.0.1",
"destination": "wwwroot/lib/font-awesome/"
},
{
"provider": "cdnjs",
"library": "bootstrap-icons@1.13.1",
"destination": "wwwroot/lib/bootstrap-icons/"
}
]
}