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

Add Net90 to FrameworkConstants.CommonFrameworks #14067

Open
rhjoerg opened this issue Jan 25, 2025 · 0 comments
Open

Add Net90 to FrameworkConstants.CommonFrameworks #14067

rhjoerg opened this issue Jan 25, 2025 · 0 comments

Comments

@rhjoerg
Copy link

rhjoerg commented Jan 25, 2025

NuGet Product(s) Involved

NuGet SDK

The Elevator Pitch

This request affects the project Nuget.Frameworks.

Its class FrameworkConstants.CommonFrameworks is missing a value for the tfm "net9.0".

The line to add would be:

public static readonly NuGetFramework Net90 = new NuGetFramework(FrameworkIdentifiers.NetCoreApp, Version9);

The constant Version9 has to be added to the class FrameworkConstants for this to work:

public static readonly Version Version9 = new Version(9, 0, 0, 0);

Additional Context and Details

No response

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants