« Csharp 9 » : différence entre les versions
De Banane Atomic
Aller à la navigationAller à la recherche
(Page créée avec « Category:CSharp = Liens = * [https://docs.microsoft.com/en-us/dotnet/csharp/whats-new/csharp-9 What's new in C# 9.0] * [https://docs.microsoft.com/en-gb/dotnet/csharp/… ») |
(→Liens) |
||
Ligne 3 : | Ligne 3 : | ||
* [https://docs.microsoft.com/en-us/dotnet/csharp/whats-new/csharp-9 What's new in C# 9.0] | * [https://docs.microsoft.com/en-us/dotnet/csharp/whats-new/csharp-9 What's new in C# 9.0] | ||
* [https://docs.microsoft.com/en-gb/dotnet/csharp/language-reference/configure-language-version C# language versioning] | * [https://docs.microsoft.com/en-gb/dotnet/csharp/language-reference/configure-language-version C# language versioning] | ||
= [https://medium.com/@SergioPedri/enabling-and-using-c-9-features-on-older-and-unsupported-runtimes-ce384d8debb Enabling and using C# 9 features on older and “unsupported” runtimes] = | |||
<filebox fn='MyProject.csproj' lang='xml'> | |||
<LangVersion>9.0</LangVersion> | |||
</filebox> |
Version du 25 février 2021 à 20:53
Liens
Enabling and using C# 9 features on older and “unsupported” runtimes
MyProject.csproj |
<LangVersion>9.0</LangVersion> |