You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Using IronPython 2.7.12 nuget package from Nuget.org.
IronPython.dll references Mono.Posix on .NET 4.5 build, but its neither included in the package nor referenced via another nuget package.
Steps to Reproduce
Loading IronPython Assembly
Fails due to not existing Mono.Posix.dll in version 4.0.0.0
Expected behavior: [What you expected to happen]
nuget package should include everything to run IronPython.dll or should reference the right nuget packages Actual behavior: [What actually happened]
nuget is incomplete to be loaded
Versions
IronPython 2.7.12
The text was updated successfully, but these errors were encountered:
Description
Using IronPython 2.7.12 nuget package from Nuget.org.
IronPython.dll references Mono.Posix on .NET 4.5 build, but its neither included in the package nor referenced via another nuget package.
Steps to Reproduce
Expected behavior: [What you expected to happen]
nuget package should include everything to run IronPython.dll or should reference the right nuget packages
Actual behavior: [What actually happened]
nuget is incomplete to be loaded
Versions
IronPython 2.7.12
The text was updated successfully, but these errors were encountered: