Make Provisioning 1.0: Platform Upgrade
Make Provisioning 1.0 represents a major milestone in the evolution of the Make platform, featuring comprehensive modernization across all components. This release focuses on upgrading the entire technology stack to leverage the latest .NET 8 capabilities while maintaining full backward compatibility for existing configurations and templates.
.NET Framework Migration to .NET 8
The entire Make platform has been migrated from .NET Framework 4.6.2 to .NET 8. All core components have been migrated to new “Core” versions targeting .NET 8.
Notables Updates:
- SharePoint: PnP libarries and CSOM libraries updated.
- Graph dependencies: For compatiblity, the Microsoft.Graph version has been pineed to existing GraphSDK version
- Logging and Monitoring echancements per new libraries
- Installation: Instllations script has been migrated to use PowerShell 7
Authentication Layer Rewrite: Migration from ADAL to MSAL
The authentication system has been completely rewritten to use Microsoft Authentication Library (MSAL) instead of the deprecated Microsoft Entra Id Authentication Library (ADAL).
Web Application Rewrite: Angular to React
The Make web application has been rewritten from Angular to React, providing a modern, responsive user experience.