Categories
C#

record type in c#9

C# 9 is supported only on .NET 5 and newer versions and you will need to update your Visual Studio 2019 to 16.8 or later. To use C# 9 in existing .net core 3.x projects you can simply right click on Project > select Edit Project File and change target framework to net5.0 Why would […]