dotnet / project-system

The .NET Project System for Visual Studio
MIT License
959 stars 385 forks source link

Revert "FUTDC detects changes to Pack items" #9450

Closed drewnoakes closed 2 months ago

drewnoakes commented 2 months ago

Reverts dotnet/project-system#9437

This is causing issues:

  1. Some projects are seeing errors about a missing _GetPackageFiles target.
  2. It can lead to overbuild (see comments in the original issue which has since been re-openend).

I'll take another swing at this shortly.

Microsoft Reviewers: Open in CodeFlow