File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change 8888 <PackageReference Include =" Northwood.LabAPI" Version =" 1.1.4" />
8989 </ItemGroup >
9090
91-
91+ <!-- embedding dependencies into SER.dll -->
9292 <Target Name =" EmbedSelectedDependencies" AfterTargets =" ResolveReferences" >
9393 <ItemGroup >
9494 <EmbeddedResource Include =" @(ReferenceCopyLocalPaths)"
9595 Condition =" '%(Extension)' == '.dll' and
9696 (
97- '%(ReferenceCopyLocalPaths.NuGetPackageId)' == 'AudioPlayerApi' or
9897 '%(ReferenceCopyLocalPaths.NuGetPackageId)' == 'NCalc' or
98+
9999 '%(ReferenceCopyLocalPaths.NuGetPackageId)' == 'Newtonsoft.Json' or
100+
101+ '%(ReferenceCopyLocalPaths.NuGetPackageId)' == 'AudioPlayerApi' or
100102 '%(Filename)' == 'NVorbis' or
101103 '%(Filename)' == 'SharpCompress'
102104 )" />
You can’t perform that action at this time.
0 commit comments