We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c7a4f10 commit 185347fCopy full SHA for 185347f
src/MessagePack/Formatters/TupleFormatter.tt
@@ -4,7 +4,7 @@
4
<#@ import namespace="System.Text" #>
5
<#@ import namespace="System.Collections.Generic" #>
6
<#@ output extension=".cs" #>
7
-#if NETSTANDARD
+#if NETSTANDARD || NETFRAMEWORK
8
9
using System;
10
src/MessagePack/Formatters/ValueTupleFormatter.tt
namespace MessagePack.Formatters
0 commit comments