dgm9704 / Xoxo

read, write, compare, convert XBRL reports
GNU Lesser General Public License v3.0
27 stars 8 forks source link

Drop support for .NET Framework 4.5.2 #69

Closed dgm9704 closed 4 years ago

dgm9704 commented 4 years ago

The support for .NET Framework 4.5.2 in Diwen.Xbrl should be dropped, and the library should only target .NET Standard. At the moment this only affects the .csproj file and does not include any code changes, but in the future this could make easier to adopt new language or framework features etc. and deployment in different environments. The test project will continue to target .NET Core.

dgm9704 commented 4 years ago

dropped