Actions
Bug #2395
closedSaxon .NET still has references to .NET framework 2.0
Start date:
2015-06-08
Due date:
% Done:
100%
Estimated time:
Legacy ID:
Applies to branch:
9.6
Fix Committed on Branch:
9.6
Fixed in Maintenance Release:
Platforms:
Description
Bug reported by Yitzhak Khabinsky:
I used the ILSpy utility to check on its dependencies.
It looks like that Saxon .Net edition is still dependent on both .Net Framework v.2.0 and 4.0 at the same time.
IMHO, it is a good idea to eliminate any dependency on the .Net Framework v.2.0.
Updated by O'Neil Delpratt over 9 years ago
- Subject changed from Saxon .NEt still has references to .NET framework 2.0 to Saxon .NET still has references to .NET framework 2.0
- Status changed from New to Resolved
Removed the following option in the ikvm.exe.config file which should remove the dependency:
<supportedRuntime version="v2.0.50727" />
Updated by O'Neil Delpratt over 9 years ago
- Status changed from Resolved to Closed
- % Done changed from 0 to 100
- Fixed in version set to 9.6.0.7
Bug fix applied in the Saxon 9.6.0.7 maintenance release.
Updated by O'Neil Delpratt almost 9 years ago
- Applies to branch 9.6 added
- Fix Committed on Branch 9.6 added
- Fixed in Maintenance Release 9.6.0.7 added
Please register to edit this issue
Actions