Skip to content

Commit 5220705

Browse files
authored
Fix outdated 17.15 to 18.0 (#80570)
1 parent 4df446e commit 5220705

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/compilers/CSharp/Compiler Breaking Changes - DotNet 10.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -361,7 +361,7 @@ class @extension
361361
}
362362
```
363363

364-
***Introduced in Visual Studio 2022 version 17.15.***
364+
***Introduced in Visual Studio 2026 version 18.0.***
365365
The "extension" identifier may not be used as a type name, so the following will not compile:
366366
```csharp
367367
using extension = ...; // alias may not be named "extension"

0 commit comments

Comments
 (0)