Skip to content

Commit 9e3191f

Browse files
committed
Remove System.ValueTuple from merged output
1 parent cc09f04 commit 9e3191f

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

src/Oxide.References.csproj

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,8 @@
5151
and '%(NuGetPackageId)' != 'System.Numerics.Vectors'
5252
and '%(NuGetPackageId)' != 'System.Runtime.CompilerServices.Unsafe'
5353
and '%(NuGetPackageId)' != 'System.Threading.Tasks.Extensions'
54-
and '%(NuGetPackageId)' != 'Microsoft.Bcl.AsyncInterfaces'" />
54+
and '%(NuGetPackageId)' != 'Microsoft.Bcl.AsyncInterfaces'
55+
and '%(NuGetPackageId)' != 'System.ValueTuple'" />
5556
<MergeAssemblies Include="$(TargetDir)\Oxide.References.dll" />
5657
<MergeAssemblies Include="@(NuGetMergeAssemblies)" />
5758
<MergeAssemblies Include="@(ManualMergeAssembly->'%(SourcePath)')" />

0 commit comments

Comments
 (0)