Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Dependency drift across .NET 8 and .NET 9 packages #8361

Open
baronfel opened this issue Sep 12, 2024 · 2 comments
Open

Dependency drift across .NET 8 and .NET 9 packages #8361

baronfel opened this issue Sep 12, 2024 · 2 comments
Assignees
Labels
area: infra The issue is related to engineering infrastructure.

Comments

@baronfel
Copy link
Member

Product

dotnet CLI (dotnet new)

Describe The Bug

Chatted with @sayedihashimi and @phenning today about if/when VS should update to 9.x Template Engine packages, and we saw some discrepancies that are concerning.

.NET 8 package:
image

.NET 9 package:
image

The big problems I see are:

  • the .net framework TFM has floated to something VS can't use - net481. VS requires net472 currently. This comes from the Arcade NetFrameworkCurrent property I think?
  • the NS2.0 dependencies dropped the System. deps, which may require work from Phil to consume (he mentioned missing deps in the past)

Were these on purpose? Do we need to have tests to pin the expectations of the VS host so we don't unwittingly violate them?

To Reproduce

N/A

dotnet Info

N/A

Visual Studio Version

No response

Additional context

No response

@baronfel baronfel added the area: infra The issue is related to engineering infrastructure. label Sep 12, 2024
@marcpopMSFT
Copy link
Member

So is the simple fix to just switch back to 472 and add back the System* dependencies? Do we have a pointer to when those got removed?

@baronfel
Copy link
Member Author

maybe? I don't know when/why they were removed, so maybe it was a CG thing?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area: infra The issue is related to engineering infrastructure.
Projects
None yet
Development

No branches or pull requests

3 participants