Rename ServiceCollectionExtension class.

This commit is contained in:
Chris Ross 2014-05-06 16:21:17 -07:00
parent e800fcd44f
commit 18d3395a5e
2 changed files with 2 additions and 2 deletions

View File

@ -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)' != ''" />

View File

@ -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)
{