### NuGet Product Used dotnet.exe, MSBuild.exe, NuGet.exe ### Product Version dotnet 6.0.302, msbuild 16.11.2.50704, nuget 6.2.1.2 ### Worked before? New issue encountered in upgrade process ### Impact I'm unable to use this version ### Repro Steps & Context 1. Create a C# project. 2. Set up Centralized Package Versioning 3. Install a package that contains a .targets file that has a PackageReference in it. Example of a .targets file that causes the issue:  4. Attempt to build. What I expected: A build that successfully handles the PackageReference's .targets' dependencies. What I got: NU1008, due to the referenced target file having declared a version. This is a blocker for my team's adoption of CPVM, as any build helpers we have installed become build stoppers. ### Verbose Logs _No response_