diff --git a/GPW.CORE.UI/libman.json b/GPW.CORE.UI/libman.json new file mode 100644 index 0000000..bc1c6a6 --- /dev/null +++ b/GPW.CORE.UI/libman.json @@ -0,0 +1,15 @@ +{ + "version": "1.0", + "defaultProvider": "cdnjs", + "libraries": [ + { + "library": "font-awesome@5.15.4", + "destination": "wwwroot/lib/font-awesome/" + } + , +{ + "library": "bootstrap@4.6.1", + "destination": "wwwroot/lib/bootstrap/" +} +] +} \ No newline at end of file