From a55476cd0a4e50ad8284af7e5c56c2116ed4962f Mon Sep 17 00:00:00 2001
From: Genevieve Warren <24882762+gewarren@users.noreply.github.com>
Date: Fri, 11 Dec 2020 13:13:43 -0800
Subject: [PATCH] update version info
---
.../5.0/automatically-infer-winexe-output-type.md | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/docs/core/compatibility/windows-forms/5.0/automatically-infer-winexe-output-type.md b/docs/core/compatibility/windows-forms/5.0/automatically-infer-winexe-output-type.md
index 4ca61f0ad2cec..6d6e72d4d767e 100644
--- a/docs/core/compatibility/windows-forms/5.0/automatically-infer-winexe-output-type.md
+++ b/docs/core/compatibility/windows-forms/5.0/automatically-infer-winexe-output-type.md
@@ -9,7 +9,7 @@ ms.date: 09/18/2020
## Change description
-In previous versions of .NET, the value that's specified for `OutputType` in the project file is used. For example:
+In previous versions of the .NET SDK, the value that's specified for `OutputType` in the project file is used. For example:
```xml
@@ -17,7 +17,7 @@ In previous versions of .NET, the value that's specified for `OutputType` in the
```
-Starting in .NET 5.0, `OutputType` is automatically set to `WinExe` for WPF and Windows Forms apps. For example:
+Starting in the 5.0.1 version of the .NET SDK, `OutputType` is automatically set to `WinExe` for WPF and Windows Forms apps that target any framework version, including .NET Framework. For example:
```xml
@@ -31,7 +31,7 @@ It's assumed that most users don't want a console window to open when a WPF or W
## Version introduced
-.NET 5.0
+.NET 5.0.1
## Recommended action