diff --git a/src/Api.Contract/Api.Contract.csproj b/src/Api.Contract/Api.Contract.csproj index 2f9aa860f..42b6e2d5f 100644 --- a/src/Api.Contract/Api.Contract.csproj +++ b/src/Api.Contract/Api.Contract.csproj @@ -1,4 +1,4 @@ - + net7.0 @@ -6,10 +6,6 @@ enable - - - - diff --git a/src/Api/Api.csproj b/src/Api/Api.csproj index 0e5d1cf2d..5b9813ef8 100644 --- a/src/Api/Api.csproj +++ b/src/Api/Api.csproj @@ -26,7 +26,7 @@ - + diff --git a/src/ClientUI/ClientUI.csproj b/src/ClientUI/ClientUI.csproj index af49783a3..d610ffd6f 100644 --- a/src/ClientUI/ClientUI.csproj +++ b/src/ClientUI/ClientUI.csproj @@ -61,7 +61,8 @@ - + + diff --git a/src/Common/Common.csproj b/src/Common/Common.csproj index bb2496bfc..e961b7330 100644 --- a/src/Common/Common.csproj +++ b/src/Common/Common.csproj @@ -17,12 +17,12 @@ - + - - - - + + + + diff --git a/src/SharedUI/SharedUI.csproj b/src/SharedUI/SharedUI.csproj index d8f32fa0d..2d710f743 100644 --- a/src/SharedUI/SharedUI.csproj +++ b/src/SharedUI/SharedUI.csproj @@ -11,8 +11,8 @@ - - + + @@ -20,27 +20,9 @@ - - - <_ContentIncludedByDefault Remove="wwwroot\lib\bootstrap\css\bootstrap-grid.css" /> - <_ContentIncludedByDefault Remove="wwwroot\lib\bootstrap\css\bootstrap-grid.css.map" /> - <_ContentIncludedByDefault Remove="wwwroot\lib\bootstrap\css\bootstrap-grid.min.css" /> - <_ContentIncludedByDefault Remove="wwwroot\lib\bootstrap\css\bootstrap-grid.min.css.map" /> - <_ContentIncludedByDefault Remove="wwwroot\lib\bootstrap\css\bootstrap-grid.rtl.css" /> - <_ContentIncludedByDefault Remove="wwwroot\lib\bootstrap\css\bootstrap-grid.rtl.css.map" /> - <_ContentIncludedByDefault Remove="wwwroot\lib\bootstrap\css\bootstrap-grid.rtl.min.css" /> - <_ContentIncludedByDefault Remove="wwwroot\lib\bootstrap\css\bootstrap-grid.rtl.min.css.map" /> - <_ContentIncludedByDefault Remove="wwwroot\lib\bootstrap\css\bootstrap-reboot.css" /> - <_ContentIncludedByDefault Remove="wwwroot\lib\bootstrap\css\bootstrap-reboot.css.map" /> - - - - - - diff --git a/src/SharedUI/libman.json b/src/SharedUI/libman.json index 39c8d3d6a..7f2112ebe 100644 --- a/src/SharedUI/libman.json +++ b/src/SharedUI/libman.json @@ -7,7 +7,7 @@ "destination": "wwwroot/lib/font-awesome/" }, { - "library": "bootstrap@5.2.3", + "library": "bootstrap@5.3.0", "destination": "wwwroot/lib/bootstrap/" }, {