Added target for .NET Standard 2.0
Latest
eoin55
released this
02 Sep 04:05
Add target for .NET Standard 2.0 (#23)
* [NoTicket] - Added support for .NET Standard 2.0, DotNet Core 2.0 and DotNet Core 2.1.
* [NoTicket] - Removing some build warnings.
* Removed explicit targetting for DotNetCore; just targetting Net Standard now.
* Upgraded test project to .NET 4.7.1
* Upgraded test project dependencies.
* [NoTicket] - Attempting to fix the build caused by poorly formatted appveyor.yml.
* [NoTicket] - Attempting to fix an issue with the appveyor.yml.
* [NoTicket] - Attempting to fix the build by adding a NuGet restore step.
* [NoTicket] - Attempting to fix the NuGet packaging phase of the build.
* [NoTicket] - Modifying the build to append a pre-release suffix for non-master builds.
* [NoTicket] - Fixing an issue with the appveyor.yml build configuration.
* [NoTicket] - Attempting to fix a broken build due to missing carriage return.
* [NoTicket] - Attempting to fix an issue with the code coverage phase of the build.
The wrong version of the NUnit Console Runner was being referenced.