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

Upgrade nuget packages. #2228

Closed
8 tasks done
hikalkan opened this issue Jun 15, 2017 · 3 comments
Closed
8 tasks done

Upgrade nuget packages. #2228

hikalkan opened this issue Jun 15, 2017 · 3 comments
Milestone

Comments

@hikalkan
Copy link
Member

hikalkan commented Jun 15, 2017

  • AutoMapper from 6.0.2 to 6.1.0.
  • Hangfire.AspNetCore from 1.6.12 to 1.6.13.
  • Hangfire.Core from 1.6.12 to 1.6.13.
  • mongocsharpdriver from 2.4.3 to 2.4.4.
  • protobuf-net from 2.1.0 2.2.1.
  • System.Linq.Dynamic.Core from 1.0.6.13 to 1.0.7.3.
  • Fortress.Facilities.Logging from 0.5.265 to 0.5.274.
  • Castle.Windsor.MsDependencyInjection from 2.0.0 to 2.0.1
@hikalkan hikalkan added this to the v2.2 milestone Jun 15, 2017
@hikalkan hikalkan modified the milestones: v2.2, v2.1.3 Jun 23, 2017
@tom177y
Copy link

tom177y commented Jun 30, 2017

I can't find some of the packaged mentioned above such as Castle.Windsor.MsDependencyInjection but I am able to update to ABP v2.1.3 and Module-Zero v2.1.3 packages and compile the current AspNetZero template v3.2.0.

NOTE: After upgrade, the existing AspNetZero source codes required some changes in order to rebuild the solution successfully. The notable one is AbpLoginResultType class must be referenced from Abp.Authorization instead of Abp.Authorization.Users.

Will the missing packages cause any side effects?

@hikalkan
Copy link
Member Author

Castle.Windsor.MsDependencyInjection package is here: https://www.nuget.org/packages/Castle.Windsor.MsDependencyInjection

But you don't need to explicitly upgrade it since when you upgrade Abp, they will also upgraded indirectly.

@maliming
Copy link
Member

maliming commented Jun 30, 2017

I found this error:

Unable to resolve dependencies. 'Castle.Core 4.1.0' is not compatible with 'Castle.LoggingFacility 3.4.0
constraint: Castle.Core (>= 3.3.0 && < 4.0.0)', 'Castle.Windsor 3.4.0 constraint: Castle.Core (>= 3.3.0 && < 4.0.0)'.

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

3 participants