davezych / shience

A .NET port(ish) of Github's Scientist library. (https://github.com/github/scientist)
MIT License
9 stars 1 forks source link

Update target frameworks to netstandard #15

Open davezych opened 8 years ago

davezych commented 8 years ago

Instead of targeting both dnxcore and dnx451, we can probably target solely netstandard1.0, which will allow targeting dnx, .net full, windows phone, etc etc etc.

The netstandard lookup table is here: https://github.com/dotnet/corefx/blob/master/Documentation/architecture/net-platform-standard.md#mapping-the-net-platform-standard-to-platforms

MovGP0 commented 8 years ago

agreed.

MovGP0 commented 8 years ago

adding the netstandard1.0 target killed my build system once again and was reproducing #26.

fixed it by deinstalling .NET versions 1.0.0-beta8 and executing a dnu restore on the projects.