Switching to Autofac from NuGet.org

This commit is contained in:
Pranav K 2015-08-07 15:53:53 -07:00
parent 91bbfe949c
commit 9d467810b5
3 changed files with 2 additions and 3 deletions

View File

@ -5,6 +5,5 @@
<add key="NuGet" value="https://nuget.org/api/v2/" />
<add key="Roslyn" value="https://www.myget.org/F/roslyn-nightly/" />
<add key="DotNet" value="https://www.myget.org/F/dotnet-corefx/" />
<add key="Autofac-Nightly-Feed" value="https://www.myget.org/F/autofac/api/v2/" />
</packageSources>
</configuration>

View File

@ -7,7 +7,7 @@
"warningsAsErrors": true
},
"dependencies": {
"Autofac.Framework.DependencyInjection": "4.0.0-*",
"Autofac.Framework.DependencyInjection": "4.0.0-beta6-110",
"Kestrel": "1.0.0-*",
"Microsoft.AspNet.Diagnostics": "1.0.0-*",
"Microsoft.AspNet.Localization": "1.0.0-*",

View File

@ -4,7 +4,7 @@
"kestrel": "Microsoft.AspNet.Hosting --server Kestrel --server.urls http://localhost:5000"
},
"dependencies": {
"Autofac.Framework.DependencyInjection": "4.0.0-*",
"Autofac.Framework.DependencyInjection": "4.0.0-beta6-110",
"Kestrel": "1.0.0-*",
"Microsoft.AspNet.Mvc": "6.0.0-*",
"Microsoft.AspNet.Mvc.TestConfiguration": "1.0.0",