We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a68af33 commit acd239bCopy full SHA for acd239b
1 file changed
src/XamlMath.Shared/Compatibility/TupleExtensions.cs
@@ -1,10 +1,9 @@
1
-using System;
2
-
3
namespace XamlMath.Compatibility;
4
5
#if NET462 // not needed for .NET Core 3.0+ or .NET Standard 2.0+ because there are System.TupleExtensions
6
// TODO[#338]: Remove after migration to .NET Framework 4.7
7
+using System;
8
9
internal static class TupleExtensions
10
{
0 commit comments