rexcardan / Evil-DICOM

A C# DICOM Library
171 stars 98 forks source link

.NET Core version of Evil-DICOM #46

Closed anders9ustafsson closed 7 years ago

anders9ustafsson commented 7 years ago

Hi Rex,

I made a small practice effort and ported Evil-DICOM to .NET Core (.NET Standard 1.5). As you can see there are very few source code changes involved, most notably

The EvilDICOM.csproj project has been replaced with an .xproj file and a project.json file which builds both a .NET Core assembly and a .NET Framework 4.5 assembly to be used e.g. in the unit tests.

Eventually, when VS 2017 is publicly released, it will make sense to change back to the new .csproj format, although I have not accounted for that in this PR.

I hope you find this PR worthwhile to apply.

Best, Anders @ Cureos