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

Update Newtonsoft.Json to v11 #33

Closed
zplan opened this issue May 17, 2018 · 0 comments
Closed

Update Newtonsoft.Json to v11 #33

zplan opened this issue May 17, 2018 · 0 comments
Milestone

Comments

@zplan
Copy link

zplan commented May 17, 2018

The cake version 0.27.2 has updated the Newtonsoft.Json reference from v9.0.1 to v11.0.2.

Since Cake.Json still using v9 from Newtonsoft.Json, there is now a warning on every start up about the different Json versions:
(2843,12): warning CS1701: Assuming assembly reference 'Newtonsoft.Json, Version=9.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed' used by 'Cake.Json' matches identity 'Newtonsoft.Json, Version=11.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed' of 'Newtonsoft.Json', you may need to supply runtime policy

Update Cake.Json to use v11 from Newtonsoft.Json

@gep13 gep13 added this to the 4.0.0 milestone May 11, 2019
@gep13 gep13 closed this as completed May 11, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants