System.Reactive.nuspec 4.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <package xmlns="http://schemas.microsoft.com/packaging/2012/06/nuspec.xsd">
  3. <metadata>
  4. <id>$id$</id>
  5. <version>$version$</version>
  6. <authors>$authors$</authors>
  7. <license type="expression">$licenseExpression$</license>
  8. <icon>$icon$</icon>
  9. <readme>readme.md</readme>
  10. <projectUrl>$projectUrl$</projectUrl>
  11. <description>$description$</description>
  12. <copyright>$copyright$</copyright>
  13. <tags>$tags$</tags>
  14. <repository type="git" url="$repository$" commit="$commit$" />
  15. <references>
  16. <group targetFramework="net8.0">
  17. <reference file="System.Reactive.dll" />
  18. </group>
  19. <group targetFramework="net8.0-windows10.0.19041">
  20. <reference file="System.Reactive.dll" />
  21. </group>
  22. <group targetFramework="netstandard2.0">
  23. <reference file="System.Reactive.dll" />
  24. </group>
  25. <group targetFramework="net472">
  26. <reference file="System.Reactive.dll" />
  27. </group>
  28. <group targetFramework="uap10.0.18362">
  29. <reference file="System.Reactive.dll" />
  30. </group>
  31. </references>
  32. <dependencies>
  33. <group targetFramework=".NETFramework4.7.2">
  34. <dependency id="System.Threading.Tasks.Extensions" version="4.5.4" exclude="Build,Analyzers" />
  35. </group>
  36. <group targetFramework="net8.0" />
  37. <group targetFramework="net8.0-windows10.0.19041" />
  38. <group targetFramework=".NETStandard2.0">
  39. <dependency id="System.Threading.Tasks.Extensions" version="4.5.4" exclude="Build,Analyzers" />
  40. </group>
  41. <group targetFramework="UAP10.0.18362">
  42. <dependency id="System.Threading.Tasks.Extensions" version="4.5.4" exclude="Build,Analyzers" />
  43. </group>
  44. </dependencies>
  45. <frameworkReferences>
  46. <group targetFramework="net8.0" />
  47. <group targetFramework="net8.0-windows10.0.19041">
  48. <frameworkReference name="Microsoft.WindowsDesktop.App" />
  49. </group>
  50. <group targetFramework=".NETFramework4.7.2" />
  51. <group targetFramework=".NETStandard2.0" />
  52. <group targetFramework="UAP10.0.18362" />
  53. </frameworkReferences>
  54. <frameworkAssemblies>
  55. <frameworkAssembly assemblyName="System.Windows" targetFramework=".NETFramework4.7.2" />
  56. <frameworkAssembly assemblyName="System.Windows.Forms" targetFramework=".NETFramework4.7.2" />
  57. <frameworkAssembly assemblyName="WindowsBase" targetFramework=".NETFramework4.7.2" />
  58. </frameworkAssemblies>
  59. </metadata>
  60. <files>
  61. <file src="$outputpath$net472\System.Reactive.dll" target="lib\net472\System.Reactive.dll" />
  62. <file src="$outputpath$net8.0\System.Reactive.dll" target="lib\net8.0\System.Reactive.dll" />
  63. <file src="$outputpath$net8.0-windows10.0.19041\System.Reactive.dll" target="lib\net8.0-windows10.0.19041\System.Reactive.dll" />
  64. <file src="$outputpath$netstandard2.0\System.Reactive.dll" target="lib\netstandard2.0\System.Reactive.dll" />
  65. <file src="$outputpath$uap10.0.18362\System.Reactive.dll" target="lib\uap10.0.18362\System.Reactive.dll" />
  66. <file src="$refassemblypath$net472\System.Reactive.dll" target="ref\net472\System.Reactive.dll" />
  67. <file src="$refassemblypath$net8.0\System.Reactive.dll" target="ref\net8.0\System.Reactive.dll" />
  68. <file src="$refassemblypath$net8.0-windows10.0.19041\System.Reactive.dll" target="ref\net8.0-windows10.0.19041\System.Reactive.dll" />
  69. <file src="$refassemblypath$netstandard2.0\System.Reactive.dll" target="ref\netstandard2.0\System.Reactive.dll" />
  70. <file src="$refassemblypath$uap10.0.18362\System.Reactive.dll" target="ref\uap10.0.18362\System.Reactive.dll" />
  71. <file src="..\..\..\Resources\Artwork\Logo.png" target="icon.png" />
  72. <file src="..\NuGet.Facades.Readme.md" target="readme.md" />
  73. <file src="$outputpath$net472\System.Reactive.pdb" target="lib\net472\System.Reactive.pdb" />
  74. <file src="$outputpath$net8.0\System.Reactive.pdb" target="lib\net8.0\System.Reactive.pdb" />
  75. <file src="$outputpath$net8.0-windows10.0.19041\System.Reactive.pdb" target="lib\net8.0-windows10.0.19041\System.Reactive.pdb" />
  76. <file src="$outputpath$netstandard2.0\System.Reactive.pdb" target="lib\netstandard2.0\System.Reactive.pdb" />
  77. <file src="$outputpath$uap10.0.18362\System.Reactive.pdb" target="lib\uap10.0.18362\System.Reactive.pdb" />
  78. </files>
  79. </package>