Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upgrade to use .NET Core 2.0 SDK. Fixed AppVeyor build. #52

Merged
merged 3 commits into from
Nov 15, 2017
Merged

Upgrade to use .NET Core 2.0 SDK. Fixed AppVeyor build. #52

merged 3 commits into from
Nov 15, 2017

Conversation

pdpurcell
Copy link

@pdpurcell pdpurcell commented Oct 24, 2017

The AppVeyor build wasn't working because it seemed to be using the wrong SDK version. I've updated the projects so that they use the .NET Core 2.0 SDK. The build now works on AppVeyor and VS2017.
This change allowed an update of the targeted frameworks, so the client now supports:

  • netstandard1.3
  • netstandard1.6
  • netcoreapp1.1
  • netcoreapp2.0
  • net451
  • net461

Additionally, Rhino Mocks was no longer supported by all the frameworks (as well as not being a maintained project for many years) so I've updated the unit tests to now use Moq.

If this pull request is accepted, then I will create some additional requests to fix issues: #42, #43 and #49 .

Patrick Purcell added 3 commits October 24, 2017 09:26
…upported so replaced it with Moq.

Currently targeted frameworks:
- netstandard1.3
- netstandard1.6
- netcoreapp1.1
- netcoreapp2.0
- net451
- net461
@pdpurcell pdpurcell mentioned this pull request Oct 24, 2017
@yannmh yannmh self-requested a review November 15, 2017 18:11
@yannmh
Copy link
Member

yannmh commented Nov 15, 2017

Thanks a lot @pdpurcell 🙇 , this is a great upgrade!

We also appreciate the effort you put into cleaning up the code base (it's been a while since we had to move out of project.json and .xproj to csproj).

I'll make a separate PR to attempt to solve the NuGet versioning in AppVeyor, and list the new targeted frameworks to the repository README. We'll be releasing a new package this week.

@yannmh yannmh merged commit af4adc9 into DataDog:master Nov 15, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants