-
Notifications
You must be signed in to change notification settings - Fork 4.9k
Description
Objective:
Offer .NET Core Updates for Windows Platform via the Microsoft Update Channels – Automatic Updates, WSUS and Microsoft Catalog.
Execution:
Scope includes .NET Core Runtime, SDK and the bundles (SDK plus Runtime), Hosting bundles, Desktop bundles, available via Automatic updates, WSUS updates and Microsoft Catalog. This is for both security and non-security updates. Minimum supported version is expected to be Win 7.
For automatic updates, the plan is to offer Opt-in functionality - once a user has opted in to receiving automatic .NET core updates, the default location will receive the new updates as they are released.
This will be independent of Visual Studio updates. .NET Core obtained via Visual Studio will continue to be updated by Visual Studio updates.
This proposal for Microsoft Update deployment is applicable to Framework dependent deployments only for .NET Core. For Self-contained deployments, where the .NET Core runtime is bundled as part of an application - the app developer is responsible for servicing this. We are working on ClickOnce support for .NET Core apps – more details at this issue.