davidwhitney / System.Configuration.Abstractions

Injectable, mockable, extensible, configuration for .NET
MIT License
42 stars 7 forks source link

Added .Net Standard version of the library #15

Closed harrybellamy closed 6 years ago

harrybellamy commented 6 years ago

There is now a new project within the solution that creates a .Net Standard version of the library. This is a .Net Standard 2.0 library as the System.Configuration dependencies are only available for .Net Core 2.0.

I've also had to change build.bat to use the VS 2017 version of MSBuild - the existing version was not able to build .Net Standard projects. Whether this will cause an issue with your build environment(s) I'm not sure.

davidwhitney commented 6 years ago

Hey - I'll pick this up over the weekend - and - presuming all good - push it out :)

davidwhitney commented 6 years ago

Thanks - these changes are now listed on nuget here https://www.nuget.org/packages/System.Configuration.Abstractions/2.0.2.37