dotnet / aspnetcore

ASP.NET Core is a cross-platform .NET framework for building modern cloud-based web applications on Windows, Mac, or Linux.
https://asp.net
MIT License
35.44k stars 10.02k forks source link

Update RepoTasks to use the FrameworkReference workaround from GenerateFiles #45973

Open wtgodbe opened 1 year ago

wtgodbe commented 1 year ago

Today, we can't update RepoTasks.csproj's TFM until we get an SDK with the new TFM baked in. Our other projects can update before that because they get the workaround from GenerateFiles: https://github.com/dotnet/aspnetcore/blob/b7ee5054eba68ba655739146ec3cc3b0d141dfd3/eng/tools/GenerateFiles/Directory.Build.targets.in#L10-L27. This blocks source build because we wind up with mixed TFM assets in the source build payload in dotnet/installer.

ghost commented 1 year ago

Thanks for contacting us.

We're moving this issue to the .NET 8 Planning milestone for future evaluation / consideration. We would like to keep this around to collect more feedback, which can help us with prioritizing this work. We will re-evaluate this issue, during our next planning meeting(s). If we later determine, that the issue has no community involvement, or it's very rare and low-impact issue, we will close it - so that the team can focus on more important and high impact issues. To learn more about what to expect next and how this issue will be handled you can read more about our triage process here.