Skip to content

Commit 303bb9c

Browse files
committed
.NET Core, mention in multitargeting section
1 parent 198559f commit 303bb9c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/msbuild/msbuild.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@ The command line `dotnet build --help` lists the command-line options specific t
173173

174174
## <a name="BKMK_Multitargeting"></a> Multitargeting
175175

176-
By using Visual Studio, you can compile an application to run on any one of several versions of .NET Framework. For example, you can compile an application to run on .NET Framework 2.0 on a 32-bit platform, and you can compile the same application to run on .NET Framework 4.5 on a 64-bit platform. The ability to compile to more than one framework is named multitargeting.
176+
By using Visual Studio, you can compile an application to run on any one of several versions of .NET Framework or .NET Core, including .NET 5 and later. For example, you can compile an application to run on .NET Framework 4 on a 32-bit platform, and you can compile the same application to run on .NET Framework 4.8 on a 64-bit platform. The ability to compile to more than one framework is named multitargeting.
177177

178178
These are some of the benefits of multitargeting:
179179

0 commit comments

Comments
 (0)