iron-software / IronSoftware.System.Drawing

An open-source System.Drawing.Common replacement for .NET 5 and above on all platforms. Bringing together System.Drawing, Maui, and ImageSharp's Bitmap, Image, Font, and Shape types via an agnostic free NuGet package.
Other
114 stars 18 forks source link

Iron 867 fixing framework #30

Closed mee-ironsoftware closed 1 year ago

mee-ironsoftware commented 1 year ago
iron-production-team commented 1 year ago

Looks good to me. Do we need to document how to use IronDrawing in framework projects? Ideally finding a way to do this without users having to do special config for the IDE would be a big win

mee-ironsoftware commented 1 year ago

For using Framework project, User need to switch from packages.config to PackageReference. Default Visual Studio is packages.config old style. So, user can be done by Tools > Options > NuGet Package Manager > General > Default package management format.