diff --git a/docs/csharp/language-reference/configure-language-version.md b/docs/csharp/language-reference/configure-language-version.md index ee293fc8b6779..5e3f324de774d 100644 --- a/docs/csharp/language-reference/configure-language-version.md +++ b/docs/csharp/language-reference/configure-language-version.md @@ -32,7 +32,7 @@ If you must specify your C# version explicitly, you can do so in several ways: ## Edit the project file -You can set the language version in your project file. For example, if you explicitly want access to preview features, add an element like the following example: +You can set the language version in your project file. The project file is the `*.csproj` file in the root folder for your project. For example, if you explicitly want access to preview features, add an element like the following example: ```xml