From c3408f44454a39375ed9adfa627790a475c2cb54 Mon Sep 17 00:00:00 2001 From: Friedrich von Never Date: Fri, 23 Nov 2018 15:06:53 +0700 Subject: [PATCH] Update supportedruntime-element.md Add quotes around runtime values. --- .../file-schema/startup/supportedruntime-element.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/docs/framework/configure-apps/file-schema/startup/supportedruntime-element.md b/docs/framework/configure-apps/file-schema/startup/supportedruntime-element.md index f8cfe65566149..12d9a53995721 100644 --- a/docs/framework/configure-apps/file-schema/startup/supportedruntime-element.md +++ b/docs/framework/configure-apps/file-schema/startup/supportedruntime-element.md @@ -71,12 +71,12 @@ The `sku` attribute uses a target framework moniker (TFM) to indicate the versio |----------------------------|---------------------| |4.0|".NETFramework,Version=v4.0"| |4.0, Client Profile|".NETFramework,Version=v4.0,Profile=Client"| -|4.0, platform update 1|.NETFramework,Version=v4.0.1| -|4.0, Client Profile, update 1|.NETFramework,Version=v4.0.1,Profile=Client| -|4.0, platform update 2|.NETFramework,Version=v4.0.2| -|4.0, Client Profile, update 2|.NETFramework,Version=v4.0.2,Profile=Client| -|4.0, platform update 3|.NETFramework,Version=v4.0.3| -|4.0, Client Profile, update 3|.NETFramework,Version=v4.0.3,Profile=Client| +|4.0, platform update 1|".NETFramework,Version=v4.0.1"| +|4.0, Client Profile, update 1|".NETFramework,Version=v4.0.1,Profile=Client"| +|4.0, platform update 2|".NETFramework,Version=v4.0.2"| +|4.0, Client Profile, update 2|".NETFramework,Version=v4.0.2,Profile=Client"| +|4.0, platform update 3|".NETFramework,Version=v4.0.3"| +|4.0, Client Profile, update 3|".NETFramework,Version=v4.0.3,Profile=Client"| |4.5|".NETFramework,Version=v4.5"| |4.5.1|".NETFramework,Version=v4.5.1"| |4.5.2|".NETFramework,Version=v4.5.2"|