Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
terrajobst committed Oct 3, 2024
1 parent 06b7c60 commit 1580143
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions accepted/2024/net10.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,8 @@ The reason to fail the build is because in practice someone trying to target
.NET 10 will most likely fail anyway because the either don't have the .NET
Framework 3.5 targeting pack -- or worse -- they do, but the code doesn't
compile because it's meant for modern .NET Core, not a 25 year old .NET
Framework 1.0. By failing it early it turns an actionable error into something
that makes more sense to the user.
Framework 1.0. By failing it early it turns an unintelligible error message into
something actionable.

The reason to issue the warning is to avoid any ambiguities moving forward.

Expand Down

0 comments on commit 1580143

Please sign in to comment.