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