-
Notifications
You must be signed in to change notification settings - Fork 964
Update .NET Framework requirement and SQL Server version #5288
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
|
@vcarazo : Thanks for your contribution! The author(s) and reviewer(s) have been notified to review your proposed change. |
|
Learn Build status updates of commit c0bd434: ✅ Validation status: passed
For more details, please refer to the build report. |
|
Can you review the proposed changes? Important: When the changes are ready for publication, adding a #label:"aq-pr-triaged" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull request overview
This PR updates the system requirements documentation for Power BI Report Server by broadening the .NET Framework requirement and adding a specific service pack requirement for SQL Server 2014.
- Updated .NET Framework requirement from "4.8" to "4.8 or later" to support newer versions
- Added SP3 specification to SQL Server 2014 requirement
| | Component | Requirement | | ||
| | --- | --- | | ||
| | .NET Framework |4.8<br><br>If the server doesn't have internet access, you can manually install the .NET Framework from [Microsoft .NET Framework 4.8 (Offline Installer) for Windows](https://support.microsoft.com/help/4503548/).<br/><br/> For more information, recommendations, and guidance about the .NET Framework 4.8 see [.NET Framework Deployment Guide for Developers](/dotnet/framework/deployment/deployment-guide-for-developers).<br/> | | ||
| | .NET Framework |4.8 or later<br><br>If the server doesn't have internet access, you can manually install the .NET Framework from [Microsoft .NET Framework 4.8 (Offline Installer) for Windows](https://support.microsoft.com/help/4503548/).<br/><br/> For more information, recommendations, and guidance about the .NET Framework 4.8 see [.NET Framework Deployment Guide for Developers](/dotnet/framework/deployment/deployment-guide-for-developers).<br/> | |
Copilot
AI
Dec 16, 2025
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The documentation text still references specifically ".NET Framework 4.8" in the installation link and guidance paragraph, but the requirement now states "4.8 or later". Consider updating the surrounding text to acknowledge that later versions are supported, or clarify whether the 4.8 offline installer and guidance apply to later versions as well.
| | .NET Framework |4.8 or later<br><br>If the server doesn't have internet access, you can manually install the .NET Framework from [Microsoft .NET Framework 4.8 (Offline Installer) for Windows](https://support.microsoft.com/help/4503548/).<br/><br/> For more information, recommendations, and guidance about the .NET Framework 4.8 see [.NET Framework Deployment Guide for Developers](/dotnet/framework/deployment/deployment-guide-for-developers).<br/> | | |
| | .NET Framework |4.8 or later<br><br>If the server doesn't have internet access, you can manually install the required version of the .NET Framework. For most scenarios, [download the latest supported .NET Framework version for Windows](https://dotnet.microsoft.com/en-us/download/dotnet-framework).<br/><br/>If you specifically need .NET Framework 4.8, use the [Microsoft .NET Framework 4.8 (Offline Installer) for Windows](https://support.microsoft.com/help/4503548/).<br/><br/>For more information, recommendations, and guidance about .NET Framework deployment, see [.NET Framework Deployment Guide for Developers](/dotnet/framework/deployment/deployment-guide-for-developers).<br/> | |
No description provided.