-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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.
- Loading branch information
Showing
6 changed files
with
48 additions
and
70 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
6 changes: 3 additions & 3 deletions
6
Src/HoneyBear.HalClient.Unit.Tests/HalResourceJsonConverterUnitTests.cs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
20 changes: 10 additions & 10 deletions
20
Src/HoneyBear.HalClient.Unit.Tests/HoneyBear.HalClient.Unit.Tests.csproj
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters