hibri / HttpMock

A library for creating Http servers on the fly in tests and stubbing responses
MIT License
128 stars 44 forks source link

.NET 4.0 support #59

Closed lukasz-lysik closed 8 years ago

lukasz-lysik commented 8 years ago

It looks like NuGet is build for .NET 4.5 (even though the folder in which assembly is suggests that this is build for .NET 4.0: packages\HttpMock.1.3.0\lib\net40\HttpMock.dll). Any way that can be fixed?

hibri commented 8 years ago

Sure. Sorry didn't notice it. Can you send a PR if possible ?

lukasz-lysik commented 8 years ago

Hi. Could you review please? https://github.com/hibri/HttpMock/pull/60 It is targeting both .net40 and .net45 now.

lukasz-lysik commented 8 years ago

Hi @hibri. I've created another PR: https://github.com/hibri/HttpMock/pull/61