1111 <PackageProjectUrl >https://github.com/xcomponent/ReactiveXComponent.Net</PackageProjectUrl >
1212 <GeneratePackageOnBuild >false</GeneratePackageOnBuild >
1313 <PackageId >ReactiveXComponent.Net</PackageId >
14- <Version >2.0.0</ Version >
14+ <SymbolPackageFormat >snupkg</ SymbolPackageFormat >
1515 </PropertyGroup >
1616
1717 <ItemGroup >
2121 </ItemGroup >
2222
2323 <ItemGroup >
24- <PackageReference Include =" ILRepack.MSBuild.Task" Version =" 2.0.13" />
24+ <PackageReference Include =" ILRepack.MSBuild.Task" Version =" 2.0.13" >
25+ <PrivateAssets >all</PrivateAssets >
26+ </PackageReference >
27+ <PackageReference Include =" SuperSocket.ClientEngine" Version =" 0.10.0" >
28+ <PrivateAssets >all</PrivateAssets >
29+ </PackageReference >
30+ <PackageReference Include =" System.Reactive.Core" Version =" 3.1.1" >
31+ <PrivateAssets >all</PrivateAssets >
32+ </PackageReference >
33+ <PackageReference Include =" System.Reactive.Interfaces" Version =" 3.1.1" >
34+ <PrivateAssets >all</PrivateAssets >
35+ </PackageReference >
36+ <PackageReference Include =" System.Reactive.Linq" Version =" 3.1.1" >
37+ <PrivateAssets >all</PrivateAssets >
38+ <ExcludeAssets >runtime</ExcludeAssets >
39+ </PackageReference >
2540 <PackageReference Include =" Newtonsoft.Json" Version =" 12.0.1" />
2641 <PackageReference Include =" RabbitMQ.Client" Version =" 4.1.3" />
27- <PackageReference Include =" SuperSocket.ClientEngine" Version =" 0.10.0" />
28- <PackageReference Include =" System.Reactive.Core" Version =" 3.1.1" />
29- <PackageReference Include =" System.Reactive.Interfaces" Version =" 3.1.1" />
30- <PackageReference Include =" System.Reactive.Linq" Version =" 3.1.1" />
3142 <PackageReference Include =" WebSocket4Net" Version =" 0.15.2" />
3243 </ItemGroup >
3344
3647 <PropertyGroup >
3748 <WorkingDirectory >$(MSBuildThisFileDirectory)$(OutputPath)</WorkingDirectory >
3849 </PropertyGroup >
50+ <ItemGroup >
51+ <InputAssemblies Include =" $(WorkingDirectory)\ReactiveXComponent.dll" />
52+ <InputAssemblies Include =" $(WorkingDirectory)\Newtonsoft.Json.dll" />
53+ <InputAssemblies Include =" $(WorkingDirectory)\RabbitMQ.Client.dll" />
54+ <InputAssemblies Include =" $(WorkingDirectory)\WebSocket4Net.dll" />
55+ </ItemGroup >
3956
40- <ILRepack OutputType =" $(OutputType)" MainAssembly =" $(AssemblyName).dll" OutputAssembly =" $(MSBuildThisFileDirectory)\..\packaging\$(AssemblyName).dll" InputAssemblies =" $(WorkingDirectory)\*.dll " WilcardInputAssemblies =" true" Internalize =" true" WorkingDirectory =" $(WorkingDirectory)" />
57+ <ILRepack OutputType =" $(OutputType)" MainAssembly =" $(AssemblyName).dll" OutputAssembly =" $(MSBuildThisFileDirectory)\..\packaging\$(AssemblyName).dll" InputAssemblies =" @(InputAssemblies) " WilcardInputAssemblies =" true" Internalize =" true" WorkingDirectory =" $(WorkingDirectory)" />
4158 </Target >
4259</Project >
0 commit comments