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.21k stars 9.95k forks source link

Static web assets SDK support for multi targeting conventions #47885

Open javiercn opened 1 year ago

javiercn commented 1 year ago

Update Static Web Assets to account for multitargeted projects. The project needs to include the assets produced by the net8.0-browser TFM. We need to handle the different TFM combinations here We need to do work to support multi-targeting during build and publish.

For the conventions see https://learn.microsoft.com/en-us/dotnet/maui/platform-integration/configure-multi-targeting?view=net-maui-7.0

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.

javiercn commented 1 year ago

Initial cut here

Missing gaps:

javiercn commented 1 year ago

https://github.com/dotnet/aspnetcore/issues/49074