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

Unambiguous .NET Framework version #36

Merged
merged 1 commit into from
Oct 9, 2024
Merged

Conversation

nil4
Copy link
Contributor

@nil4 nil4 commented Oct 5, 2024

Specify the .NET Framework version using dotted-form.

ref. dotnet/designs#322:

We want to steer people towards a proper version syntax, that is

<TargetFramework>netX.Y.Z</TargetFramework>

Examples include net9.0, net10.0, net4.5.1. This syntax makes it unambiguous.

ref. dotnet/designs#322:

> We want to steer people towards a proper version syntax, that is
>
> ```xml
> <TargetFramework>netX.Y.Z</TargetFramework>
> ```
>
> Examples include `net9.0`, `net10.0`, `net4.5.1`. This syntax makes it unambiguous.
@nil4 nil4 requested a review from StefanKoell October 5, 2024 08:52
@StefanKoell StefanKoell merged commit 47d3ff7 into main Oct 9, 2024
1 check passed
@nil4 nil4 deleted the unambiguos-net-versions branch October 9, 2024 13:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants