Skip to content

Commit 52d24f3

Browse files
Will have to clean this up
1 parent 0652f3e commit 52d24f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Microsoft.Data.SqlClient/tests/ManualTests/DataCommon/DataTestUtility.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -444,7 +444,7 @@ public static bool IsSupportingDistributedTransactions()
444444
#if NET7_0_OR_GREATER
445445
return OperatingSystem.IsWindows() && IsNotAzureServer();
446446
#elif NETFRAMEWORK
447-
return System.Runtime.InteropServices. RuntimeInformation.IsOSPlatform(OSPlatform.Windows) && IsNotAzureServer();
447+
return System.Runtime.InteropServices. RuntimeInformation.IsOSPlatform(System.Runtime.InteropServices.OSPlatform.OSPlatform.Windows) && IsNotAzureServer();
448448
#else
449449
return false;
450450
#endif

0 commit comments

Comments
 (0)