From 2b67f9b9d224d00c164fd1707ce3677b9f72a4ad Mon Sep 17 00:00:00 2001 From: Robert Holt Date: Tue, 30 Apr 2019 16:03:27 +1000 Subject: [PATCH] Fix compatibility profile label typo --- RuleDocumentation/UseCompatibleTypes.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/RuleDocumentation/UseCompatibleTypes.md b/RuleDocumentation/UseCompatibleTypes.md index 23bd0c0bf..8dd9e6771 100644 --- a/RuleDocumentation/UseCompatibleTypes.md +++ b/RuleDocumentation/UseCompatibleTypes.md @@ -41,8 +41,8 @@ Platforms bundled by default are: | 5.1 | Windows Server 2016 | `win-8_x64_10.0.14393.0_5.1.14393.2791_x64_4.0.30319.42000_framework` | | 5.1 | Windows Server 2019 | `win-8_x64_10.0.17763.0_5.1.17763.316_x64_4.0.30319.42000_framework` | | 5.1 | Windows 10 | `win-48_x64_10.0.17763.0_5.1.17763.316_x64_4.0.30319.42000_framework` | -| 6.1 | Windows Server 2019 | `win-8_x64_10.0.14393.0_6.1.3_x64_4.0.30319.42000_core` | -| 6.1 | Windows Server 2016 | `win-8_x64_10.0.17763.0_6.1.3_x64_4.0.30319.42000_core` | +| 6.1 | Windows Server 2016 | `win-8_x64_10.0.14393.0_6.1.3_x64_4.0.30319.42000_core` | +| 6.1 | Windows Server 2019 | `win-8_x64_10.0.17763.0_6.1.3_x64_4.0.30319.42000_core` | | 6.1 | Windows 10 | `win-48_x64_10.0.17763.0_6.1.3_x64_4.0.30319.42000_core` | | 6.1 | Ubuntu 18.04 LTS | `ubuntu_x64_18.04_6.1.3_x64_4.0.30319.42000_core` |