Skip to content

Commit 356c05e

Browse files
authored
Update language version page (#47133)
* Update access-modifiers.md Added description for file access type modifier * Update configure-language-version.md
1 parent c1035f5 commit 356c05e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/csharp/language-reference/configure-language-version.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ If you must specify your C# version explicitly, you can do so in several ways:
3232
3333
## Edit the project file
3434

35-
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:
35+
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:
3636

3737
```xml
3838
<PropertyGroup>

0 commit comments

Comments
 (0)