cohen990 / EasyConfig.Net.Core

A library for importing settings from json, environment and command line with a focus on providing clear output and clear information to the user
Apache License 2.0
1 stars 1 forks source link

Allow to be used in .net452 #2

Open cohen990 opened 7 years ago

cohen990 commented 7 years ago

"I think that what has to happen is that the easyconfig lib has to also have netstandard1.6;Net452 or similar in the csproj. i.e. make the nuget package contain build artefacts for both platforms."

AnthonySteele commented 7 years ago

This is a good example: https://github.com/justeat/JustEat.StatsD/blob/master/src/JustEat.StatsD/JustEat.StatsD.csproj#L7

cohen990 commented 7 years ago

blocked by https://github.com/travis-ci/travis-ci/issues/8085