Switching to Autofac from NuGet.org
This commit is contained in:
parent
91bbfe949c
commit
9d467810b5
|
|
@ -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>
|
||||
|
|
@ -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-*",
|
||||
|
|
|
|||
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Reference in New Issue