Rename ServiceCollectionExtension class.
This commit is contained in:
parent
e800fcd44f
commit
18d3395a5e
|
|
@ -21,7 +21,7 @@
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<Compile Include="BuilderExtensions.cs" />
|
<Compile Include="BuilderExtensions.cs" />
|
||||||
<Compile Include="ServiceCollectionExtensions.cs" />
|
<Compile Include="MvcServiceCollectionExtensions.cs" />
|
||||||
<Compile Include="MvcServices.cs" />
|
<Compile Include="MvcServices.cs" />
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
<Import Project="$(VSToolsPath)\ProjectK\Microsoft.Web.ProjectK.targets" Condition="'$(VSToolsPath)' != ''" />
|
<Import Project="$(VSToolsPath)\ProjectK\Microsoft.Web.ProjectK.targets" Condition="'$(VSToolsPath)' != ''" />
|
||||||
|
|
|
||||||
|
|
@ -20,7 +20,7 @@ using Microsoft.Framework.ConfigurationModel;
|
||||||
|
|
||||||
namespace Microsoft.Framework.DependencyInjection
|
namespace Microsoft.Framework.DependencyInjection
|
||||||
{
|
{
|
||||||
public static class ServiceCollectionExtensions
|
public static class MvcServiceCollectionExtensions
|
||||||
{
|
{
|
||||||
public static IServiceCollection AddMvc(this IServiceCollection services)
|
public static IServiceCollection AddMvc(this IServiceCollection services)
|
||||||
{
|
{
|
||||||
Loading…
Reference in New Issue