Coding Memo

[C#] .NET 환경에서 지원하는 C# 버전 본문

Language/C#

[C#] .NET 환경에서 지원하는 C# 버전

minttea25 2023. 8. 14. 21:24
  .NET Framework 1.0 ~ 4.8 .NET Core 1.0 ~ 3.1 .NET 5 이후
C# Version 1.0 ~ 7.3 7.0 ~ 8.0 9.0 ~

 

문서에 나와있는 테이블

 


참고: https://learn.microsoft.com/en-us/dotnet/csharp/language-reference/configure-language-version

 

C# language versioning - C# Guide

Learn about how the C# language version is determined based on your project and the reasons behind that choice. Learn how to override the default manually.

learn.microsoft.com

 

'Language > C#' 카테고리의 다른 글

싱글턴 멀티 스레드 주의  (1) 2023.11.23
에코 서버 (TcpClient, async/await 이용)  (0) 2023.11.09
.NET Framework, .NET Core, .NET Standard  (0) 2023.08.14
[C#][Serilog] Serilog 멀티스레드  (0) 2023.08.11
lock, spinlock  (0) 2023.08.08