You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: