-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
Question: Should it be NETCOREAPP5_0
or NET5_0
?
#11409
Comments
/cc @terrajobst |
Any update here? Seems to still be the case with preview 4. |
Related to #10756? |
It will be We have a PR in progress for it here: #11635 |
net5.0
Shouldn't it also include NETCOREAPP5_0 so as not to regress everything using stuff in preview (including aspnet) |
I think we don't want to define Thoughts? /cc @terrajobst |
Looks like the change from |
With the release of .NET 5 preview 3, the TFM has changed from
netcoreapp5.0
tonet5.0
. However, the Define Constant for the TFM is stillNETCOREAPP5_0
rather thanNET5_0
.Is this intentional (e.g. for back-compat), something that hasn't been done yet but is planned, or a bug because it should have been done as part of preview 3 and missed?
Sorry if this is the wrong repo, I wasn't sure if this was an SDK thing or a compiler thing. I had a look in runtime, sdk and roslyn and couldn't seem to find anything about this topic.
The text was updated successfully, but these errors were encountered: