Catching up ServiceStack.Logging to 3.9.48#18
Merged
Conversation
Previous NuGet linked to 3.9.44, which caused build errors in mono.
mythz
added a commit
that referenced
this pull request
May 30, 2013
Catching up ServiceStack.Logging to 3.9.48
Contributor
|
Cool thx Brian. |
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Previous NuGet linked to 3.9.44, which caused build errors in Mono when
ServiceStack.*head version is 3.9.48.This pull requests catches up the lagging 3.9.44 NuGet packages to 3.9.48.
See this problem on StackOverflow:
http://stackoverflow.com/questions/16784739/new-to-c-mono-servicestack-redis-cannot-find-reference/16843995
I think we need some synchronized releases with _all_ ServiceStack packages; otherwise, we start leaving the Mono people behind.
The problem
Steps to reproduce the problem
ServiceStack.Logging.NLogis compiled against 3.9.44 on NuGetServiceStack.*is 3.9.48.ServiceStack3.9.48ServiceStack.Logging.NLogwhich is compiled against 3.9.44When building using xbuild on Mono will produce the following: