Skip to content

Commit 8700b58

Browse files
committed
align dt qs with new template
1 parent 26f29d4 commit 8700b58

File tree

1 file changed

+6
-6
lines changed
  • articles/cognitive-services/Translator/document-translation/quickstarts/includes

1 file changed

+6
-6
lines changed

articles/cognitive-services/Translator/document-translation/quickstarts/includes/csharp.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -49,12 +49,12 @@ For this quickstart, we'll use the latest version of [Visual Studio](https://vis
4949

5050
## Translate all documents in a storage container
5151

52-
> [!NOTE]
53-
>
54-
> * Starting with .NET 6, new projects using the `console` template generate a new program style that differs from previous versions.
55-
> * The new output uses recent C# features that simplify the code you need to write.
56-
> * When you use the newer version, you only need to write the body of the `Main` method. You don't need to include top-level statements, global using directives, or implicit using directives.
57-
> * For more information, *see* [**New C# templates generate top-level statements**](/dotnet/core/tutorials/top-level-templates).
52+
> [!NOTE]
53+
>
54+
> * Starting with .NET 6, new projects using the `console` template generate a new program style that differs from previous versions.
55+
> * The new output uses recent C# features that simplify the code you need to write.
56+
> * When you use the newer version, you only need to write the body of the `Main` method. You don't need to include top-level statements, global using directives, or implicit using directives.
57+
> * For more information, *see* [**New C# templates generate top-level statements**](/dotnet/core/tutorials/top-level-templates).
5858
5959
1. Open the **Program.cs** file.
6060

0 commit comments

Comments
 (0)