Skip to content

Commit acd239b

Browse files
committed
(#335) TupleExtensions: move using back
1 parent a68af33 commit acd239b

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

src/XamlMath.Shared/Compatibility/TupleExtensions.cs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
1-
using System;
2-
31
namespace XamlMath.Compatibility;
42

53
#if NET462 // not needed for .NET Core 3.0+ or .NET Standard 2.0+ because there are System.TupleExtensions
64
// TODO[#338]: Remove after migration to .NET Framework 4.7
75

6+
using System;
87

98
internal static class TupleExtensions
109
{

0 commit comments

Comments
 (0)