dotnet / Open-XML-SDK

Open XML SDK by Microsoft
https://www.nuget.org/packages/DocumentFormat.OpenXml/
MIT License
3.99k stars 544 forks source link

Framework Support Update/Unclear #1728

Closed ludgerhachmeister closed 3 months ago

ludgerhachmeister commented 3 months ago

Hello,

the NuGetGallery specifies .NET 8.0 as supported target framework, while the README specifies .NET 6.0. What is the correct one?

twsouthwick commented 3 months ago

Both are supported. A .NET 6 project will use the .NET Standard build, while .NET 8 will use the specific build for it.