dazinator / AspNetSolutionUpgradeTool

A utility that can be used to upgrade an ASP.NET 5 RC1 or RC2 based solution to ASP.NET Core 1.0.0 RTM.
MIT License
5 stars 2 forks source link

Migrate Autofac #23

Closed dazinator closed 8 years ago

dazinator commented 8 years ago

After upgrading:

Severity    Code    Description Project File    Line    Suppression State
Error   NU1001  The dependency Autofac >= 4.0.0-rc1-177 could not be resolved.  C:\test\gluon\Gluon.WebApplication\Gluon.WebApplication.xproj   C:\test\gluon\Gluon.WebApplication\project.json 1   

Severity    Code    Description Project File    Line    Suppression State
Error   NU1001  The dependency Autofac.Extensions.DependencyInjection >= 4.0.0-rc1-177 could not be resolved.   C:\test\gluon\Gluon.Core\Gluon.Core.xproj   C:\test\gluon\Gluon.Core\project.json   1   

Severity    Code    Description Project File    Line    Suppression State
Error   NU1001  The dependency Autofac.Mef >= 4.0.0 could not be resolved.  C:\test\gluon\Gluon.Core\Gluon.Core.xproj   C:\test\gluon\Gluon.Core\project.json   1   

Should update this to RC2 version.

dazinator commented 8 years ago

Autofac.Mef doesn't appear to be released for RC2 yet. but that's less likely to be used than the other two anyway. So i'll just update the other two for now.