Skip to content

Commit 7f2fbf4

Browse files
authored
Update AppDomainSetup.xml (#7963)
1 parent 8ef9638 commit 7f2fbf4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

xml/System/AppDomainSetup.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1539,8 +1539,8 @@
15391539
<ReturnType>System.String</ReturnType>
15401540
</ReturnValue>
15411541
<Docs>
1542-
<summary>Gets or sets a string that specifies the target version and profile of the .NET Framework for the application domain, in a format that can be parsed by the <see cref="M:System.Runtime.Versioning.FrameworkName.#ctor(System.String)" /> constructor.</summary>
1543-
<value>The target version and profile of the .NET Framework.</value>
1542+
<summary>Gets (or, in .NET Framework, sets) a string that specifies the target framework in a format that can be parsed by the <see cref="M:System.Runtime.Versioning.FrameworkName.#ctor(System.String)" /> constructor.</summary>
1543+
<value>The target framework of the executable that started the process.</value>
15441544
<remarks>
15451545
<format type="text/markdown"><![CDATA[
15461546

0 commit comments

Comments
 (0)