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

Set Newtonsoft.Json reference properties Specific Version to False #35

Closed
sallgeud opened this issue May 21, 2013 · 2 comments
Closed

Comments

@sallgeud
Copy link

There's an easy enough work-around for us where we can map old versions forward in our app.configs, but we could save all of the build warnings by either updating which newtonsoft you require to >= 5.0.3 (tons of performance updates) or by simply marking it as "Specific Version": false in the reference properties of the project.

@Yegoroff
Copy link
Owner

Can you elaborate little bit more about your issue?

Note that Specific Version by default is set to false, and that the value it has in PlainElastic.Net.csproj file for the Newtonsoft.Json refernce.

Also be aware that Specific Version is a complie time attribute and will affects you only if you build PlainElastic.Net from source code.

Alex

@sallgeud
Copy link
Author

It seems to have been an issue with remnant dlls on a few of our systems not getting cleaned up properly by change control.

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

No branches or pull requests

2 participants