824 B
824 B
author | ms.author | ms.date | ms.topic |
---|---|---|---|
billwagner | wiwagn | 09/02/2021 | include |
[!IMPORTANT] The C# templates for .NET 6 use top level statements. Your application may not match the code in this article, if you've already upgraded to the .NET 6. For more information see the article on New C# templates generate top level statements
The .NET 6 SDK also adds a set of implicit
global using
directives for projects that use the following SDKs:
- Microsoft.NET.Sdk
- Microsoft.NET.Sdk.Web
- Microsoft.NET.Sdk.Worker
These implicit
global using
directives include the most common namespaces for the project type.For more information, see the article on Implicit using directives