Skip to content

Commit 35b9d93

Browse files
authored
- Fix .NET Framework targeting for constructing user agent (#293)
1 parent e61ac3a commit 35b9d93

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

EasyPost/Utilities/RuntimeInfo.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ internal static string Name
5959
{
6060
get
6161
{
62-
#if NET462
62+
#if NETSTANDARD
6363
switch (OperatingSystem.Platform)
6464
{
6565
case PlatformID.Win32S:

0 commit comments

Comments
 (0)