File tree Expand file tree Collapse file tree 1 file changed +8
-2
lines changed
Expand file tree Collapse file tree 1 file changed +8
-2
lines changed Original file line number Diff line number Diff line change 9393 <PackageReference Include =" Newtonsoft.Json" Version =" 13.0.4" />
9494 </ItemGroup >
9595
96+
9697 <Target Name =" EmbedSelectedDependencies" AfterTargets =" ResolveReferences" >
9798 <ItemGroup >
9899 <EmbeddedResource Include =" @(ReferenceCopyLocalPaths)"
99100 Condition =" '%(Extension)' == '.dll' and
100- ( '%(ReferenceCopyLocalPaths.NuGetPackageId)' == 'NCalc' or
101+ (
101102 '%(ReferenceCopyLocalPaths.NuGetPackageId)' == 'AudioPlayerApi' or
102- '%(ReferenceCopyLocalPaths.NuGetPackageId)' == 'Newtonsoft.Json' )" />
103+ '%(ReferenceCopyLocalPaths.NuGetPackageId)' == 'NCalc' or
104+ '%(ReferenceCopyLocalPaths.NuGetPackageId)' == 'Newtonsoft.Json' or
105+ '%(Filename)' == 'NVorbis' or
106+ '%(Filename)' == 'SharpCompress'
107+ )" />
103108 </ItemGroup >
104109 </Target >
110+
105111
106112</Project >
You can’t perform that action at this time.
0 commit comments