Skip to content

Commit 8f59b61

Browse files
authored
Update C# version references to C# 14 and ASP.NET Core 10 (#397)
1 parent 17a3ac5 commit 8f59b61

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

instructions/csharp.instructions.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ applyTo: '**/*.cs'
66
# C# Development
77

88
## C# Instructions
9-
- Always use the latest version C#, currently C# 13 features.
9+
- Always use the latest version C#, currently C# 14 features.
1010
- Write clear and concise comments for each function.
1111

1212
## General Instructions
@@ -37,7 +37,7 @@ applyTo: '**/*.cs'
3737
- Explain the purpose of each generated file and folder to build understanding of the project structure.
3838
- Demonstrate how to organize code using feature folders or domain-driven design principles.
3939
- Show proper separation of concerns with models, services, and data access layers.
40-
- Explain the Program.cs and configuration system in ASP.NET Core 9 including environment-specific settings.
40+
- Explain the Program.cs and configuration system in ASP.NET Core 10 including environment-specific settings.
4141

4242
## Nullable Reference Types
4343

0 commit comments

Comments
 (0)