Skip to content

Commit 185347f

Browse files
committed
Update .tt files to match .cs files
1 parent c7a4f10 commit 185347f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/MessagePack/Formatters/TupleFormatter.tt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<#@ import namespace="System.Text" #>
55
<#@ import namespace="System.Collections.Generic" #>
66
<#@ output extension=".cs" #>
7-
#if NETSTANDARD
7+
#if NETSTANDARD || NETFRAMEWORK
88

99
using System;
1010

src/MessagePack/Formatters/ValueTupleFormatter.tt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<#@ import namespace="System.Text" #>
55
<#@ import namespace="System.Collections.Generic" #>
66
<#@ output extension=".cs" #>
7-
#if NETSTANDARD
7+
#if NETSTANDARD || NETFRAMEWORK
88
using System;
99

1010
namespace MessagePack.Formatters

0 commit comments

Comments
 (0)