Skip to content
This repository was archived by the owner on Dec 24, 2022. It is now read-only.

Commit aa48362

Browse files
committed
Update Env.cs
1 parent a4f5791 commit aa48362

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ServiceStack.Text/Env.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ static Env()
3434
IsUnix = IsOSX || IsLinux;
3535
HasMultiplePlatformTargets = true;
3636
IsUWP = IsRunningAsUwp();
37-
#elif NET45
37+
#elif NETFX
3838
IsNetFramework = true;
3939
switch (Environment.OSVersion.Platform)
4040
{

0 commit comments

Comments
 (0)