From 89accc179b3095b2e30dd3ae67bdeceac0081e87 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Carlos=20S=C3=A1nchez=20L=C3=B3pez?= <1175054+carlossanlop@users.noreply.github.com> Date: Thu, 7 Nov 2024 12:19:58 -0800 Subject: [PATCH] Update library-servicing.md --- docs/project/library-servicing.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/project/library-servicing.md b/docs/project/library-servicing.md index a8de3adc426fc..f0c885c1cd7b9 100644 --- a/docs/project/library-servicing.md +++ b/docs/project/library-servicing.md @@ -8,6 +8,9 @@ Servicing branches represent shipped versions of .NET, and their name is in the - `release/7.0-staging` - `release/6.0-staging` +IMPORTANT: Starting with .NET 9, you no longer need to edit a NuGet package's csproj to enable building and bump the version. +Keep in mind that we still need package authoring in .NET 8 and older versions. + ## Test your changes Develop and test your change as normal. For packages, you may want to test them outside the repo infrastructure. To do so, execute the following steps: