|
3 | 3 | <metadata xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd"> |
4 | 4 | <id>IronPython</id> |
5 | 5 | <title>IronPython</title> |
6 | | - <version>2.7.10</version> |
| 6 | + <version>2.7.12</version> |
7 | 7 | <authors>IronPython Contributors,Microsoft</authors> |
8 | 8 | <owners>IronPython Community</owners> |
9 | 9 | <projectUrl>http://ironpython.net</projectUrl> |
|
18 | 18 | <group targetFramework="net45"> |
19 | 19 | <dependency id="DynamicLanguageRuntime" version="1.3.0" /> |
20 | 20 | </group> |
21 | | - <group targetFramework="netcoreapp2.1"> |
22 | | - <dependency id="System.Text.Encoding.CodePages" version="4.6.0" /> |
23 | | - <dependency id="Microsoft.Win32.Registry" version="4.5.0" /> |
24 | | - <dependency id="DynamicLanguageRuntime" version="1.3.0" /> |
25 | | - </group> |
26 | 21 | <group targetFramework="netstandard2.0"> |
| 22 | + <dependency id="DynamicLanguageRuntime" version="1.3.0" /> |
27 | 23 | <dependency id="System.Text.Encoding.CodePages" version="4.6.0" /> |
28 | 24 | <dependency id="Microsoft.Win32.Registry" version="4.5.0" /> |
29 | | - <dependency id="DynamicLanguageRuntime" version="1.3.0" /> |
| 25 | + <dependency id="Mono.Unix" version="7.1.0-final.1.21458.1" /> |
30 | 26 | </group> |
31 | 27 | <group targetFramework="netcoreapp3.1"> |
32 | | - <dependency id="Microsoft.Win32.Registry" version="4.7.0" /> |
33 | 28 | <dependency id="DynamicLanguageRuntime" version="1.3.0" /> |
| 29 | + <dependency id="Microsoft.Win32.Registry" version="4.7.0" /> |
| 30 | + <dependency id="Mono.Unix" version="7.1.0-final.1.21458.1" /> |
34 | 31 | </group> |
35 | 32 | </dependencies> |
36 | 33 | </metadata> |
37 | 34 | <files> |
38 | | - <file src="**\IronPython*.dll" target="lib" exclude="**\IronPythonTest.dll;**\DLLs\*.dll" /> |
39 | | - <file src="**\IronPython*.pdb" target="lib" exclude="**\IronPythonTest.pdb;**\DLLs\*.pdb" /> |
40 | | - <file src="**\IronPython*.xml" target="lib" exclude="**\IronPythonTest.xml;**\DLLs\*.xml" /> |
| 35 | + <file src="**\IronPython*.dll" target="lib" exclude="**\IronPythonTest.dll;**\DLLs\*.dll;netcoreapp2.1\**\*;net5.0*\**\*;net6.0*\**\*" /> |
| 36 | + <file src="**\IronPython*.pdb" target="lib" exclude="**\IronPythonTest.pdb;**\DLLs\*.pdb;netcoreapp2.1\**\*;net5.0*\**\*;net6.0*\**\*" /> |
| 37 | + <file src="**\IronPython*.xml" target="lib" exclude="**\IronPythonTest.xml;**\DLLs\*.xml;netcoreapp2.1\**\*;net5.0*\**\*;net6.0*\**\*" /> |
41 | 38 | <file src="LICENSE;README.md" /> |
42 | 39 | </files> |
43 | 40 | </package> |
0 commit comments