Hi,@William Liu. Welcome to Microsoft Q&A.
Users do not necessarily need to update the .NET runtime to match the developer. Users only need to install the .NET runtime that is compatible with your application.
You can take advantage of the latest SDK features and improvements while targeting earlier.
Related Documents: https://learn.microsoft.com/en-us/dotnet/core/versions/selection#the-sdk-uses-the-latest-installed-version
If you are still worried, you could bundle the .NET runtime and libraries with your application and publish them together. At this time, the project will no longer depend on the user's runtime environment.
Related Documents: https://learn.microsoft.com/en-us/dotnet/core/versions/selection#self-contained-deployments-include-the-selected-runtime.
If the answer is the right solution, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".
Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.