From fd2162c22bea4176dd918b276a194eb68a1be183 Mon Sep 17 00:00:00 2001 From: Todd Grunke Date: Tue, 18 Nov 2025 13:26:11 -0800 Subject: [PATCH] Add information for NuGet package version 5.0 --- docs/wiki/NuGet-packages.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/wiki/NuGet-packages.md b/docs/wiki/NuGet-packages.md index d6e4ca372df45..5b66d68936889 100644 --- a/docs/wiki/NuGet-packages.md +++ b/docs/wiki/NuGet-packages.md @@ -53,6 +53,7 @@ Below are the versions of the language available in the NuGet packages. Remember - Version `4.12` includes C# 13.0 (Visual Studio 2022 version 17.12, .NET 9) - Version `4.13` includes C# 13.0 (Visual Studio 2022 version 17.13, .NET 9) - Version `4.14` includes C# 13.0 (Visual Studio 2022 version 17.14, .NET 9) +- Version `5.0` includes C# 14.0 (Visual Studio 2026 version 18.0, .NET 10) See the [history of C# language features](https://github.com/dotnet/csharplang/blob/main/Language-Version-History.md) for more details.