Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/dotnet/core.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJamshed Damkewala <jamshedd@users.noreply.github.com>2020-11-02 21:22:23 +0300
committerJamshed Damkewala <jamshedd@users.noreply.github.com>2020-11-02 21:22:23 +0300
commitb8537074773e9bd5ae4efe8c8da3c7f97bab6f4d (patch)
treeecde7692176f4c576cda1fea999b8f4533160418 /os-lifecycle-policy.md
parentdb66cc631a26219478071ab95175b3881aa75dbd (diff)
Added ESU requirement for Win7 SP1 to version specific files
Diffstat (limited to 'os-lifecycle-policy.md')
-rw-r--r--os-lifecycle-policy.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/os-lifecycle-policy.md b/os-lifecycle-policy.md
index b9c4d20f..d68708ef 100644
--- a/os-lifecycle-policy.md
+++ b/os-lifecycle-policy.md
@@ -34,6 +34,6 @@ When a new operating system version is made available, we will typically support
Occasionally, we may not adhere to a strict interpretation of the policy for supported OS platforms. Instead, we may choose to offer support on an OS platform that is out of support. Or we may choose to exclude a supported platform for specific reasons.
-One example is Windows 7 SP1. Windows 7 SP1 is out of support, but enterprise customers can buy [Extended Security Updates](https://docs.microsoft.com/en-us/troubleshoot/windows-client/windows-7-eos-faq/windows-7-extended-security-updates-faq), and many do. Given the widespread use of Windows 7 in the .NET ecosystem we chose to include Windows 7 SP1 as a supported platform for .NET 5.0. Another example is Windows Server 2012. Windows Server 2012 is currently in support but not included in the supported platform list for .NET 5.0 because a newer version is available in the Server 2012 family - Server 2012 R2.
+One example is Windows 7 SP1. Windows 7 SP1 is out of support, but enterprise customers can buy [Extended Security Updates](https://docs.microsoft.com/en-us/troubleshoot/windows-client/windows-7-eos-faq/windows-7-extended-security-updates-faq), and many do. Given the widespread use of Windows 7 in the .NET ecosystem we chose to include Windows 7 SP1 (with Extended Security Updates installed) as a supported platform for .NET 5.0. Another example is Windows Server 2012. Windows Server 2012 is currently in support but not included in the supported platform list for .NET 5.0 because a newer version is available in the Server 2012 family - Server 2012 R2.
**_When there is a conflict between our general policy for supported platforms and the specific supported platforms documented for a given release of .NET the supported platform list for the specific version of .NET will supersede the general policy._**