You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I just uninstalled VS2019 and installed VS2022, and when I went to run a csproj with <Project Sdk="Microsoft.Build.NoTargets/3.3.0">, I get the following error message insisting that I install the .NET 4.8 Developer Pack.
I think this is possibly two issues:
SDKs should have explicit bootstrap requirements, and those bootstrap requirements should get serialized into nuget package metadata, so that it is viewable in the gallery. https://www.nuget.org/packages/Microsoft.Build.NoTargets
This probably also owes an issue with another team at Microsoft, possibly the MSBuild tea or another team, but I am not well versed in the political structures at Microsoft.
Related Problem
#9015
The Elevator Pitch
I just uninstalled VS2019 and installed VS2022, and when I went to run a csproj with
<Project Sdk="Microsoft.Build.NoTargets/3.3.0">, I get the following error message insisting that I install the .NET 4.8 Developer Pack.I think this is possibly two issues:
Additional Context and Details
If I go to https://www.nuget.org/packages/Microsoft.Build.NoTargets I see the following
This probably also owes an issue with another team at Microsoft, possibly the MSBuild tea or another team, but I am not well versed in the political structures at Microsoft.