ironfede / openmcdf

Microsoft Compound File .net component - pure C# - netstandard 2.0
Mozilla Public License 2.0
297 stars 73 forks source link

Changes for adding .NET Framework 3.5 support #51

Closed jmoralesv closed 2 years ago

jmoralesv commented 5 years ago

These changes bring .NET Framework 3.5 support for Open MCDF. I was working on a private project where I had to read the old binary Office formats in a .NET Framework 3.5 application, and Open MCDF was wonderful for .NET 4.x and .NET Core apps. So I decided to add a bit of my knowledge to bring support for .NET 3.5.

I ran the existing unit test projects and all of them passed, so I think this could be helpful for any other users of this library that are stuck in .NET Framework 3.5 :)