We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cc09f04 commit 9e3191fCopy full SHA for 9e3191f
1 file changed
src/Oxide.References.csproj
@@ -51,7 +51,8 @@
51
and '%(NuGetPackageId)' != 'System.Numerics.Vectors'
52
and '%(NuGetPackageId)' != 'System.Runtime.CompilerServices.Unsafe'
53
and '%(NuGetPackageId)' != 'System.Threading.Tasks.Extensions'
54
- and '%(NuGetPackageId)' != 'Microsoft.Bcl.AsyncInterfaces'" />
+ and '%(NuGetPackageId)' != 'Microsoft.Bcl.AsyncInterfaces'
55
+ and '%(NuGetPackageId)' != 'System.ValueTuple'" />
56
<MergeAssemblies Include="$(TargetDir)\Oxide.References.dll" />
57
<MergeAssemblies Include="@(NuGetMergeAssemblies)" />
58
<MergeAssemblies Include="@(ManualMergeAssembly->'%(SourcePath)')" />
0 commit comments