More renames

This commit is contained in:
Hao Kung 2015-12-21 15:37:53 -08:00
parent f871d1fd91
commit 6879bc6fd8
2 changed files with 2 additions and 2 deletions

View File

@ -7,7 +7,7 @@ using System.Threading.Tasks;
using System.Text;
using Microsoft.Extensions.Logging;
using Moq;
using Microsoft.Extensions.OptionsModel;
using Microsoft.Extensions.Options;
namespace Microsoft.AspNet.Identity.Test
{

View File

@ -2,7 +2,7 @@
// Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information.
using System;
using Microsoft.Extensions.OptionsModel;
using Microsoft.Extensions.Options;
namespace Microsoft.AspNet.Identity.Test
{