Skip to content

Commit a2d839b

Browse files
authored
Update language-versioning.md
1 parent 8312681 commit a2d839b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docs/csharp/language-reference/language-versioning.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ ms.date: 09/17/2024
66
---
77

88
# C# language versioning
9+
GW was here
910

1011
The latest C# compiler determines a default language version based on your project's target framework or frameworks. Visual Studio doesn't provide a UI to change the value, but you can change it by editing the *csproj* file. The choice of default ensures that you use the latest language version compatible with your target framework. You benefit from access to the latest language features compatible with your project's target. This default choice also ensures you don't use a language that requires types or runtime behavior not available in your target framework. Choosing a language version newer than the default can cause hard to diagnose compile-time and runtime errors.
1112

0 commit comments

Comments
 (0)