Skip to content

Commit

Permalink
Refactor package.config and PackageReference separation for better cl…
Browse files Browse the repository at this point in the history
…arity; add documentation
  • Loading branch information
rhyskoedijk authored and randhircs committed Oct 18, 2024
1 parent d802a3c commit 19477a5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ namespace NuGetUpdater.Core;
/// Handles package updates for projects that use packages.config.
/// </summary>
/// <remarks>
/// packages.config can only be used in non-SDK-style project files targeting .NET Framework.
/// packages.config can appear in non-SDK-style projects, but not in SDK-style projects.
/// See: https://learn.microsoft.com/en-us/nuget/reference/packages-config
/// https://learn.microsoft.com/en-us/nuget/resources/check-project-format
/// <remarks>
Expand Down

0 comments on commit 19477a5

Please sign in to comment.