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.
The text was updated successfully, but these errors were encountered:
jzabroski
changed the title
[Feature]: SDK packages have explicit metadata
[Feature]: SDK packages should have explicit metadata
Mar 30, 2022
jzabroski
changed the title
[Feature]: SDK packages should have explicit metadata
[Feature]: SDK packages should have explicit Framework metadata
Mar 30, 2022
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.
The text was updated successfully, but these errors were encountered: