Skip to content

DefineConstant is still NETCOREAPP5_0 for Net5.0 ? #11544

@tebeco

Description

@tebeco

Hello,

After installing dotnet-sdk 5.0.0-preview3, changed TargetFramework from netcoreapp5.0 to net5.0, i also tried to change macro relying on existing DefineConstant from

#if NETCOREAPP5_0
#endif

to

#if NET5_0
#endif

It seems that it's still NETCOREAPP5_0 and not NET5_0
Is this intended to still use NETCOREAPP5_0 while the TargetFramework just moved out ?

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type
No fields configured for issues without a type.

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions