Yortw / tweetmoasharp

TweetSharp is a fast, clean wrapper around the Twitter API.
Other
72 stars 22 forks source link

Adding TweetMoaSharp via NuGet adds also a reference to NUnit #40

Closed MarkLie closed 8 years ago

MarkLie commented 8 years ago

Hi community,

I was just wondering, why adding TweetMoaSharp to my C# project via NuGet also adds a reference to NUnit? Is this really necessary? I prefer to have production code and related unit tests in two different projects, so you can easily publish production code as NuGet package without a reference to unit test libraries.

Best Regards, Mark

collinsauve commented 8 years ago

I think this is fixed via https://github.com/Yortw/tweetmoasharp/pull/38.

MarkLie commented 8 years ago

It looks like it is. Thank you for letting me know.