From 6a6c8ca5448dd414a7b67e26ed168d29bc5930d6 Mon Sep 17 00:00:00 2001 From: "N. Taylor Mullen" Date: Fri, 22 Jan 2016 12:17:07 -0800 Subject: [PATCH] Rename AspNet 5 folders and files. See https://github.com/aspnet/Announcements/issues/144 for more information. --- .../Abstractions/ActionDescriptor.cs | 0 .../Abstractions/ActionDescriptorExtensions.cs | 0 .../Abstractions/ActionDescriptorProviderContext.cs | 0 .../Abstractions/ActionInvokerProviderContext.cs | 0 .../Abstractions/IActionDescriptorProvider.cs | 0 .../Abstractions/IActionInvoker.cs | 0 .../Abstractions/IActionInvokerProvider.cs | 0 .../Abstractions/ParameterDescriptor.cs | 0 .../ActionConstraints/ActionConstraintContext.cs | 0 .../ActionConstraints/ActionConstraintItem.cs | 0 .../ActionConstraints/ActionConstraintProviderContext.cs | 0 .../ActionConstraints/ActionSelectorCandidate.cs | 0 .../ActionConstraints/IActionConstraint.cs | 0 .../ActionConstraints/IActionConstraintFactory.cs | 0 .../ActionConstraints/IActionConstraintMetadata.cs | 0 .../ActionConstraints/IActionConstraintProvider.cs | 0 .../ActionContext.cs | 0 .../Filters/ActionExecutedContext.cs | 0 .../Filters/ActionExecutingContext.cs | 0 .../Filters/ActionExecutionDelegate.cs | 0 .../Filters/AuthorizationContext.cs | 0 .../Filters/ExceptionContext.cs | 0 .../Filters/FilterContext.cs | 0 .../Filters/FilterDescriptor.cs | 0 .../Filters/FilterItem.cs | 0 .../Filters/FilterProviderContext.cs | 0 .../Filters/IActionFilter.cs | 0 .../Filters/IAllowAnonymousFilter.cs | 0 .../Filters/IAsyncActionFilter.cs | 0 .../Filters/IAsyncAuthorizationFilter.cs | 0 .../Filters/IAsyncExceptionFilter.cs | 0 .../Filters/IAsyncResourceFilter.cs | 0 .../Filters/IAsyncResultFilter.cs | 0 .../Filters/IAuthorizationFilter.cs | 0 .../Filters/IExceptionFilter.cs | 0 .../Filters/IFilterContainer.cs | 0 .../Filters/IFilterFactory.cs | 0 .../Filters/IFilterMetadata.cs | 0 .../Filters/IFilterProvider.cs | 0 .../Filters/IOrderedFilter.cs | 0 .../Filters/IResourceFilter.cs | 0 .../Filters/IResultFilter.cs | 0 .../Filters/ResourceExecutedContext.cs | 0 .../Filters/ResourceExecutingContext.cs | 0 .../Filters/ResourceExecutionDelegate.cs | 0 .../Filters/ResultExecutedContext.cs | 0 .../Filters/ResultExecutingContext.cs | 0 .../Filters/ResultExecutionDelegate.cs | 0 .../Formatters/FormatterCollection.cs | 0 .../Formatters/IInputFormatter.cs | 0 .../Formatters/IOutputFormatter.cs | 0 .../Formatters/InputFormatterContext.cs | 0 .../Formatters/InputFormatterResult.cs | 0 .../Formatters/OutputFormatterCanWriteContext.cs | 0 .../Formatters/OutputFormatterWriteContext.cs | 0 .../IActionResult.cs | 0 .../Microsoft.AspNetCore.Mvc.Abstractions.xproj} | 0 .../ModelBinding/BindingInfo.cs | 0 .../ModelBinding/BindingSource.cs | 0 .../ModelBinding/CompositeBindingSource.cs | 0 .../ModelBinding/EnumGroupAndName.cs | 0 .../ModelBinding/IBinderTypeProviderMetadata.cs | 0 .../ModelBinding/IBindingSourceMetadata.cs | 0 .../ModelBinding/IModelBinder.cs | 0 .../ModelBinding/IModelMetadataProvider.cs | 0 .../ModelBinding/IModelNameProvider.cs | 0 .../ModelBinding/IPropertyBindingPredicateProvider.cs | 0 .../ModelBinding/IValueProvider.cs | 0 .../ModelBinding/IValueProviderFactory.cs | 0 .../ModelBinding/Metadata/IModelBindingMessageProvider.cs | 0 .../ModelBinding/Metadata/ModelMetadataIdentity.cs | 0 .../ModelBinding/Metadata/ModelMetadataKind.cs | 0 .../ModelBinding/ModelBindingContext.cs | 0 .../ModelBinding/ModelBindingResult.cs | 0 .../ModelBinding/ModelError.cs | 0 .../ModelBinding/ModelErrorCollection.cs | 0 .../ModelBinding/ModelMetadata.cs | 0 .../ModelBinding/ModelPropertyCollection.cs | 0 .../ModelBinding/ModelState.cs | 0 .../ModelBinding/ModelStateDictionary.cs | 0 .../ModelBinding/ModelValidationState.cs | 0 .../ModelBinding/OperationBindingContext.cs | 0 .../ModelBinding/TooManyModelErrorsException.cs | 0 .../ModelBinding/Validation/ClientModelValidationContext.cs | 0 .../ModelBinding/Validation/ClientValidatorProviderContext.cs | 0 .../ModelBinding/Validation/IClientModelValidator.cs | 0 .../ModelBinding/Validation/IClientModelValidatorProvider.cs | 0 .../ModelBinding/Validation/IModelValidator.cs | 0 .../ModelBinding/Validation/IModelValidatorProvider.cs | 0 .../ModelBinding/Validation/IValidationStrategy.cs | 0 .../ModelBinding/Validation/ModelClientValidationRule.cs | 0 .../ModelBinding/Validation/ModelValiatorProviderContext.cs | 0 .../ModelBinding/Validation/ModelValidationContext.cs | 0 .../ModelBinding/Validation/ModelValidationContextBase.cs | 0 .../ModelBinding/Validation/ModelValidationResult.cs | 0 .../ModelBinding/Validation/ValidationEntry.cs | 0 .../ModelBinding/Validation/ValidationStateDictionary.cs | 0 .../ModelBinding/Validation/ValidationStateEntry.cs | 0 .../ModelBinding/ValueProviderResult.cs | 0 .../Properties/AssemblyInfo.cs | 0 .../Properties/Resources.Designer.cs | 0 .../Resources.resx | 0 .../Routing/AttributeRouteInfo.cs | 0 .../Routing/RouteDataActionConstraint.cs | 0 .../Routing/RouteKeyHandling.cs | 0 .../project.json | 0 .../ApiDescription.cs | 0 .../ApiDescriptionExtensions.cs | 0 .../ApiDescriptionGroup.cs | 0 .../ApiDescriptionGroupCollection.cs | 0 .../ApiDescriptionGroupCollectionProvider.cs | 0 .../ApiDescriptionProviderContext.cs | 0 .../ApiParameterDescription.cs | 0 .../ApiParameterRouteInfo.cs | 0 .../ApiRequestFormat.cs | 0 .../ApiResponseFormat.cs | 0 .../DefaultApiDescriptionProvider.cs | 0 .../DependencyInjection/MvcApiExplorerMvcCoreBuilderExtensions.cs | 0 .../IApiDescriptionGroupCollectionProvider.cs | 0 .../IApiDescriptionProvider.cs | 0 .../Microsoft.AspNetCore.Mvc.ApiExplorer.xproj} | 0 .../Properties/AssemblyInfo.cs | 0 .../project.json | 0 .../AcceptVerbsAttribute.cs | 0 .../ActionConstraints/ActionMethodSelectorAttribute.cs | 0 .../ActionContextAttribute.cs | 0 .../ActionNameAttribute.cs | 0 .../ActionResult.cs | 0 .../ApiExplorer/IApiDescriptionGroupNameProvider.cs | 0 .../ApiExplorer/IApiDescriptionVisibilityProvider.cs | 0 .../ApiExplorer/IApiRequestFormatMetadataProvider.cs | 0 .../ApiExplorer/IApiRequestMetadataProvider.cs | 0 .../ApiExplorer/IApiResponseFormatMetadataProvider.cs | 0 .../ApiExplorer/IApiResponseMetadataProvider.cs | 0 .../ApiExplorerSettingsAttribute.cs | 0 .../ApplicationModels/ActionModel.cs | 0 .../ApplicationModels/ApiExplorerModel.cs | 0 .../ApplicationModels/ApplicationModel.cs | 0 .../ApplicationModels/ApplicationModelProviderContext.cs | 0 .../ApplicationModels/AttributeRouteModel.cs | 0 .../ApplicationModels/ControllerModel.cs | 0 .../ApplicationModels/IActionModelConvention.cs | 0 .../ApplicationModels/IApiExplorerModel.cs | 0 .../ApplicationModels/IApplicationModelConvention.cs | 0 .../ApplicationModels/IApplicationModelProvider.cs | 0 .../ApplicationModels/IBindingModel.cs | 0 .../ApplicationModels/ICommonModel.cs | 0 .../ApplicationModels/IControllerModelConvention.cs | 0 .../ApplicationModels/IFilterModel.cs | 0 .../ApplicationModels/IParameterModelConvention.cs | 0 .../ApplicationModels/IPropertyModel.cs | 0 .../ApplicationModels/ParameterModel.cs | 0 .../ApplicationModels/PropertyModel.cs | 0 .../AreaAttribute.cs | 0 .../BadRequestObjectResult.cs | 0 .../BadRequestResult.cs | 0 .../BindAttribute.cs | 0 .../Builder/MvcApplicationBuilderExtensions.cs | 0 .../Builder/MvcAreaRouteBuilderExtensions.cs | 0 .../CacheProfile.cs | 0 .../ChallengeResult.cs | 0 .../ConsumesAttribute.cs | 0 .../ContentResult.cs | 0 .../ControllerBase.cs | 0 .../ControllerContext.cs | 0 .../ControllerContextAttribute.cs | 0 .../Controllers/ControllerActionDescriptor.cs | 0 .../Controllers/ControllerBoundPropertyDescriptor.cs | 0 .../Controllers/ControllerParameterDescriptor.cs | 0 .../Controllers/DefaultControllerActivator.cs | 0 .../Controllers/DefaultControllerFactory.cs | 0 .../Controllers/DefaultControllerTypeProvider.cs | 0 .../Controllers/IControllerActivator.cs | 0 .../Controllers/IControllerArgumentBinder.cs | 0 .../Controllers/IControllerFactory.cs | 0 .../Controllers/IControllerPropertyActivator.cs | 0 .../Controllers/IControllerTypeProvider.cs | 0 .../Controllers/ServiceBasedControllerActivator.cs | 0 .../Controllers/StaticControllerTypeProvider.cs | 0 .../CreatedAtActionResult.cs | 0 .../CreatedAtRouteResult.cs | 0 .../CreatedResult.cs | 0 .../DependencyInjection/ApplicationModelConventionExtensions.cs | 0 .../DependencyInjection/IMvcBuilder.cs | 0 .../DependencyInjection/IMvcCoreBuilder.cs | 0 .../DependencyInjection/MvcCoreMvcBuilderExtensions.cs | 0 .../DependencyInjection/MvcCoreMvcCoreBuilderExtensions.cs | 0 .../DependencyInjection/MvcCoreServiceCollectionExtensions.cs | 0 .../EmptyResult.cs | 0 .../FileContentResult.cs | 0 .../FileResult.cs | 0 .../FileStreamResult.cs | 0 .../Filters/ActionFilterAttribute.cs | 0 .../Filters/AuthorizationFilterAttribute.cs | 0 .../Filters/ExceptionFilterAttribute.cs | 0 .../Filters/FilterCollection.cs | 0 .../Filters/FilterScope.cs | 0 .../Filters/ResultFilterAttribute.cs | 0 .../ForbidResult.cs | 0 .../FormatFilterAttribute.cs | 0 .../Formatters/FormatFilter.cs | 0 .../Formatters/FormatterMappings.cs | 0 .../Formatters/HttpNoContentOutputFormatter.cs | 0 .../Formatters/HttpNotAcceptableOutputFormatter.cs | 0 .../Formatters/InputFormatter.cs | 0 .../Formatters/MediaType.cs | 0 .../Formatters/MediaTypeCollection.cs | 0 .../Formatters/OutputFormatter.cs | 0 .../Formatters/StreamOutputFormatter.cs | 0 .../Formatters/StringOutputFormatter.cs | 0 .../FromBodyAttribute.cs | 0 .../FromFormAttribute.cs | 0 .../FromHeaderAttribute.cs | 0 .../FromQueryAttribute.cs | 0 .../FromRouteAttribute.cs | 0 .../FromServicesAttribute.cs | 0 .../HttpDeleteAttribute.cs | 0 .../HttpGetAttribute.cs | 0 .../HttpHeadAttribute.cs | 0 .../HttpNotFoundObjectResult.cs | 0 .../HttpNotFoundResult.cs | 0 .../HttpOkObjectResult.cs | 0 .../HttpOkResult.cs | 0 .../HttpPatchAttribute.cs | 0 .../HttpPostAttribute.cs | 0 .../HttpPutAttribute.cs | 0 .../HttpResponseStreamWriter.cs | 0 .../HttpStatusCodeResult.cs | 0 .../HttpUnauthorizedResult.cs | 0 .../IUrlHelper.cs | 0 .../Infrastructure/ActionContextAccessor.cs | 0 .../Infrastructure/ActionDescriptorCollection.cs | 0 .../Infrastructure/DefaultAssemblyProvider.cs | 0 .../Infrastructure/DependencyContextAssemblyProvider.cs | 0 .../Infrastructure/HttpRequestStreamReader.cs | 0 .../Infrastructure/IActionContextAccessor.cs | 0 .../Infrastructure/IActionDescriptorCollectionProvider.cs | 0 .../Infrastructure/IActionSelector.cs | 0 .../Infrastructure/IAssemblyProvider.cs | 0 .../Infrastructure/StaticAssemblyProvider.cs | 0 .../Internal/AcceptHeaderParser.cs | 0 .../Internal/ActionConstraintCache.cs | 0 .../Internal/ActionDescriptorCollectionProvider.cs | 0 .../Internal/ActionInvokerFactory.cs | 0 .../Internal/ActionSelectionDecisionTree.cs | 0 .../Internal/ActionSelector.cs | 0 .../Internal/ActionSelectorDecisionTreeProvider.cs | 0 .../Internal/AllowAnonymousFilter.cs | 0 .../Internal/AmbiguousActionException.cs | 0 .../Internal/ApiDescriptionActionData.cs | 0 .../Internal/ApplicationModelConventions.cs | 0 .../Internal/AttributeRoute.cs | 0 .../Internal/AttributeRouting.cs | 0 .../Internal/AuthorizationApplicationModelProvider.cs | 0 .../Internal/AuthorizeFilter.cs | 0 .../Internal/ControllerActionDescriptorBuilder.cs | 0 .../Internal/ControllerActionDescriptorProvider.cs | 0 .../Internal/ControllerActionExecutor.cs | 0 .../Internal/ControllerActionFilter.cs | 0 .../Internal/ControllerActionInvoker.cs | 0 .../Internal/ControllerActionInvokerProvider.cs | 0 .../Internal/ControllerArgumentBinder.cs | 0 .../Internal/ControllerResultFilter.cs | 0 .../Internal/ControllersAsServices.cs | 0 .../Internal/CopyOnWriteList.cs | 0 .../Internal/DefaultActionConstraintProvider.cs | 0 .../Internal/DefaultApplicationModelProvider.cs | 0 .../Internal/DefaultBindingMetadataProvider.cs | 0 .../Internal/DefaultCollectionValidationStrategy.cs | 0 .../Internal/DefaultComplexObjectValidationStrategy.cs | 0 .../Internal/DefaultCompositeMetadataDetailsProvider.cs | 0 .../Internal/DefaultControllerPropertyActivator.cs | 0 .../Internal/DefaultFilterProvider.cs | 0 .../Internal/DefaultModelValidatorProvider.cs | 0 .../Internal/DefaultObjectValidator.cs | 0 .../Internal/DefaultValidationMetadataProvider.cs | 0 .../Internal/ElementalValueProvider.cs | 0 .../Internal/ExplicitIndexCollectionValidationStrategy.cs | 0 .../Internal/FilterActionInvoker.cs | 0 .../Internal/FilterCache.cs | 0 .../Internal/FilterDescriptorOrderComparer.cs | 0 .../Internal/FilterItemOrderComparer.cs | 0 .../Internal/HttpMethodActionConstraint.cs | 0 .../Internal/HttpParseResult.cs | 0 .../Internal/HttpTokenParsingRules.cs | 0 .../Internal/IActionInvokerFactory.cs | 0 .../Internal/IActionSelectorDecisionTreeProvider.cs | 0 .../Internal/IConsumesActionConstraint.cs | 0 .../Internal/IFormatFilter.cs | 0 .../Internal/IHttpRequestStreamReaderFactory.cs | 0 .../Internal/IHttpResponseStreamWriterFactory.cs | 0 .../Internal/IResponseCacheFilter.cs | 0 .../Internal/ITypeActivatorCache.cs | 0 .../Internal/MediaTypeSegmentWithQuality.cs | 0 .../Internal/MemoryPoolHttpRequestStreamReaderFactory.cs | 0 .../Internal/MemoryPoolHttpResponseStreamWriterFactory.cs | 0 .../Internal/MvcBuilder.cs | 0 .../Internal/MvcCoreBuilder.cs | 0 .../Internal/MvcCoreDiagnosticSourceExtensions.cs | 0 .../Internal/MvcCoreLoggerExtensions.cs | 0 .../Internal/MvcCoreMvcOptionsSetup.cs | 0 .../Internal/MvcCoreRouteOptionsSetup.cs | 0 .../Internal/MvcMarkerService.cs | 0 .../Internal/MvcRouteHandler.cs | 0 .../Internal/NonDisposableStream.cs | 0 .../Internal/ObjectResultExecutor.cs | 0 .../Internal/PrefixContainer.cs | 0 .../Internal/ReferenceEqualityComparer.cs | 0 .../Internal/ResponseCacheFilter.cs | 0 .../Internal/ResponseContentTypeHelper.cs | 0 .../Internal/RouteConstraintAttribute.cs | 0 .../Internal/ShortFormDictionaryValidationStrategy.cs | 0 .../Internal/TaskCache.cs | 0 .../Internal/TaskCacheOfT.cs | 0 .../Internal/TypeActivatorCache.cs | 0 .../LocalRedirectResult.cs | 0 .../Logging/ControllerActionInvokerLoggerExtensions.cs | 0 .../Logging/DefaultActionSelectorLoggerExtensions.cs | 0 .../Logging/FileResultLoggerExtensions.cs | 0 .../Logging/FilterActionInvokerLoggerExtensions.cs | 0 .../Logging/ForbidResultLoggerExtensions.cs | 0 .../Logging/HttpStatusCodeResultLoggerExtensions.cs | 0 .../Logging/LocalRedirectResultLoggerExtensions.cs | 0 .../Logging/ObjectResultExecutorLoggerExtensions.cs | 0 .../Logging/RedirectResultLoggerExtensions.cs | 0 .../Logging/RedirectToActionResultLoggerExtension.cs | 0 .../Logging/RedirectToRouteResultLoggerExtensions.cs | 0 .../Logging/ViewResultExecutorLoggerExtensions.cs | 0 .../Microsoft.AspNetCore.Mvc.Core.xproj} | 0 .../ModelBinderAttribute.cs | 0 .../ModelBinding/ArrayModelBinder.cs | 0 .../ModelBinding/BindNeverAttribute.cs | 0 .../ModelBinding/BindRequiredAttribute.cs | 0 .../ModelBinding/BinderTypeBasedModelBinder.cs | 0 .../ModelBinding/BindingBehavior.cs | 0 .../ModelBinding/BindingBehaviorAttribute.cs | 0 .../ModelBinding/BindingSourceValueProvider.cs | 0 .../ModelBinding/BodyModelBinder.cs | 0 .../ModelBinding/ByteArrayModelBinder.cs | 0 .../ModelBinding/CancellationTokenModelBinder.cs | 0 .../ModelBinding/CollectionModelBinder.cs | 0 .../ModelBinding/CompositeModelBinder.cs | 0 .../ModelBinding/CompositeValueProvider.cs | 0 .../ModelBinding/DefaultPropertyBindingPredicateProvider.cs | 0 .../ModelBinding/DictionaryModelBinder.cs | 0 .../ModelBinding/EmptyModelMetadataProvider.cs | 0 .../ModelBinding/FormCollectionModelBinder.cs | 0 .../ModelBinding/FormFileModelBinder.cs | 0 .../ModelBinding/FormValueProvider.cs | 0 .../ModelBinding/FormValueProviderFactory.cs | 0 .../ModelBinding/GenericModelBinder.cs | 0 .../ModelBinding/HeaderModelBinder.cs | 0 .../ModelBinding/IBindingSourceValueProvider.cs | 0 .../ModelBinding/ICollectionModelBinder.cs | 0 .../ModelBinding/ICompositeModelBinder.cs | 0 .../ModelBinding/ICompositeValueProviderFactory.cs | 0 .../ModelBinding/IEnumerableValueProvider.cs | 0 .../ModelBinding/JQueryFormValueProvider.cs | 0 .../ModelBinding/JQueryFormValueProviderFactory.cs | 0 .../ModelBinding/KeyValuePairModelBinder.cs | 0 .../ModelBinding/Metadata/BindingMetadata.cs | 0 .../ModelBinding/Metadata/BindingMetadataProviderContext.cs | 0 .../ModelBinding/Metadata/DefaultMetadataDetails.cs | 0 .../ModelBinding/Metadata/DefaultModelMetadata.cs | 0 .../ModelBinding/Metadata/DefaultModelMetadataProvider.cs | 0 .../ModelBinding/Metadata/DisplayMetadata.cs | 0 .../ModelBinding/Metadata/DisplayMetadataProviderContext.cs | 0 .../ModelBinding/Metadata/IBindingMetadataProvider.cs | 0 .../ModelBinding/Metadata/ICompositeMetadataDetailsProvider.cs | 0 .../ModelBinding/Metadata/IDisplayMetadataProvider.cs | 0 .../ModelBinding/Metadata/IMetadataDetailsProvider.cs | 0 .../ModelBinding/Metadata/IValidationMetadataProvider.cs | 0 .../ModelBinding/Metadata/ModelAttributes.cs | 0 .../ModelBinding/Metadata/ModelBindingMessageProvider.cs | 0 .../ModelBinding/Metadata/ValidationMetadata.cs | 0 .../ModelBinding/Metadata/ValidationMetadataProviderContext.cs | 0 .../ModelBinding/ModelBindingHelper.cs | 0 .../ModelBinding/ModelMetadataProviderExtensions.cs | 0 .../ModelBinding/ModelNames.cs | 0 .../ModelBinding/MutableObjectModelBinder.cs | 0 .../ModelBinding/MutableObjectModelBinderContext.cs | 0 .../ModelBinding/QueryStringValueProvider.cs | 0 .../ModelBinding/QueryStringValueProviderFactory.cs | 0 .../ModelBinding/RouteValueProvider.cs | 0 .../ModelBinding/RouteValueProviderFactory.cs | 0 .../ModelBinding/ServicesModelBinder.cs | 0 .../ModelBinding/SimpleTypeModelBinder.cs | 0 .../Validation/CompositeClientModelValidatorProvider.cs | 0 .../ModelBinding/Validation/CompositeModelValidatorProvider.cs | 0 .../ModelBinding/Validation/IObjectModelValidator.cs | 0 .../ModelBinding/Validation/ValidationExcludeFilter.cs | 0 .../ModelBinding/Validation/ValidationVisitor.cs | 0 .../ModelBinding/ValueProviderResultExtensions.cs | 0 .../ModelMetadataTypeAttribute.cs | 0 .../MvcOptions.cs | 0 .../NoContentResult.cs | 0 .../NonActionAttribute.cs | 0 .../NonControllerAttribute.cs | 0 .../ObjectResult.cs | 0 .../PhysicalFileResult.cs | 0 .../ProducesAttribute.cs | 0 .../Properties/AssemblyInfo.cs | 0 .../Properties/Resources.Designer.cs | 0 .../RedirectResult.cs | 0 .../RedirectToActionResult.cs | 0 .../RedirectToRouteResult.cs | 0 .../RequireHttpsAttribute.cs | 0 .../Resources.resx | 0 .../ResponseCacheAttribute.cs | 0 .../ResponseCacheLocation.cs | 0 .../RouteAttribute.cs | 0 .../Routing/HttpMethodAttribute.cs | 0 .../Routing/IActionHttpMethodProvider.cs | 0 .../Routing/IActionSelectionDecisionTree.cs | 0 .../Routing/IRouteConstraintProvider.cs | 0 .../Routing/IRouteTemplateProvider.cs | 0 .../Routing/IUrlHelperFactory.cs | 0 .../Routing/KnownRouteValueConstraint.cs | 0 .../Routing/UrlActionContext.cs | 0 .../Routing/UrlHelper.cs | 0 .../Routing/UrlHelperFactory.cs | 0 .../Routing/UrlRouteContext.cs | 0 .../SerializableError.cs | 0 .../ServiceFilterAttribute.cs | 0 .../TypeFilterAttribute.cs | 0 .../UnsupportedMediaTypeResult.cs | 0 .../UrlHelperExtensions.cs | 0 .../ViewFeatures/IKeepTempDataResult.cs | 0 .../VirtualFileResult.cs | 0 .../project.json | 0 .../DependencyInjection/MvcCorsMvcCoreBuilderExtensions.cs | 0 .../Internal/CorsApplicationModelProvider.cs | 0 .../Internal/CorsAuthorizationFilter.cs | 0 .../Internal/CorsAuthorizationFilterFactory.cs | 0 .../Internal/DisableCorsAuthorizationFilter.cs | 0 .../Internal/ICorsAuthorizationFilter.cs | 0 .../Microsoft.AspNetCore.Mvc.Cors.xproj} | 0 .../Properties/AssemblyInfo.cs | 0 .../project.json | 0 .../DependencyInjection/MvcDataAnnotationsMvcBuilderExtensions.cs | 0 .../MvcDataAnnotationsMvcCoreBuilderExtensions.cs | 0 .../HiddenInputAttribute.cs | 0 .../IAttributeAdapter.cs | 0 .../IValidationAttributeAdapterProvider.cs | 0 .../Internal/AttributeAdapterBase.cs | 0 .../Internal/CompareAttributeAdapter.cs | 0 .../Internal/DataAnnotationsClientModelValidatorProvider.cs | 0 .../Internal/DataAnnotationsLocalizationServices.cs | 0 .../Internal/DataAnnotationsMetadataProvider.cs | 0 .../Internal/DataAnnotationsModelValidator.cs | 0 .../Internal/DataAnnotationsModelValidatorProvider.cs | 0 .../Internal/DataTypeAttributeAdapter.cs | 0 .../Internal/DefaultClientModelValidatorProvider.cs | 0 .../Internal/MaxLengthAttributeAdapter.cs | 0 .../Internal/MinLengthAttributeAdapter.cs | 0 .../Internal/ModelClientValidationEqualToRule.cs | 0 .../Internal/ModelClientValidationMaxLengthRule.cs | 0 .../Internal/ModelClientValidationMinLengthRule.cs | 0 .../Internal/ModelClientValidationNumericRule.cs | 0 .../Internal/ModelClientValidationRangeRule.cs | 0 .../Internal/ModelClientValidationRegexRule.cs | 0 .../Internal/ModelClientValidationRequiredRule.cs | 0 .../Internal/ModelClientValidationStringLengthRule.cs | 0 .../Internal/MvcDataAnnotationsLocalizationOptionsSetup.cs | 0 .../Internal/MvcDataAnnotationsMvcOptionsSetup.cs | 0 .../Internal/NumericClientModelValidator.cs | 0 .../Internal/NumericClientModelValidatorProvider.cs | 0 .../Internal/RangeAttributeAdapter.cs | 0 .../Internal/RegularExpressionAttributeAdapter.cs | 0 .../Internal/RequiredAttributeAdapter.cs | 0 .../Internal/StringLengthAttributeAdapter.cs | 0 .../Internal/ValidatableObjectAdapter.cs | 0 .../Internal/ValidationAttributeAdapterOfTAttribute.cs | 0 .../Internal/ValidationAttributeAdapterProvider.cs | 0 .../Microsoft.AspNetCore.Mvc.DataAnnotations.xproj} | 0 .../MvcDataAnnotationsLocalizationOptions.cs | 0 .../Properties/AssemblyInfo.cs | 0 .../Properties/Resources.Designer.cs | 0 .../Resources.resx | 0 .../project.json | 0 .../DependencyInjection/MvcJsonMvcBuilderExtensions.cs | 0 .../DependencyInjection/MvcJsonMvcCoreBuilderExtensions.cs | 0 .../Infrastructure/JsonResultExecutor.cs | 0 .../Infrastructure/JsonSerializerObjectPolicy.cs | 0 .../Internal/JsonArrayPool.cs | 0 .../Internal/MediaTypeHeaderValues.cs | 0 .../Internal/MvcJsonMvcOptionsSetup.cs | 0 .../Internal/SerializerSettingsProvider.cs | 0 .../JsonInputFormatter.cs | 0 .../JsonOutputFormatter.cs | 0 .../JsonPatchExtensions.cs | 0 .../JsonPatchInputFormatter.cs | 0 .../JsonResult.cs | 0 .../Logging/JsonInputFormatterLoggerExtensions.cs | 0 .../Logging/JsonResultExecutorLoggerExtensions.cs | 0 .../Microsoft.AspNetCore.Mvc.Formatters.Json.xproj} | 0 .../MvcJsonOptions.cs | 0 .../Properties/AssemblyInfo.cs | 0 .../project.json | 0 .../DelegatingEnumerable.cs | 0 .../DelegatingEnumerator.cs | 0 .../DependencyInjection/MvcXmlMvcBuilderExtensions.cs | 0 .../DependencyInjection/MvcXmlMvcCoreBuilderExtensions.cs | 0 .../EnumerableWrapperProvider.cs | 0 .../EnumerableWrapperProviderFactory.cs | 0 .../IUnwrappable.cs | 0 .../IWrapperProvider.cs | 0 .../IWrapperProviderFactory.cs | 0 .../Internal/FormattingUtilities.cs | 0 .../Internal/MediaTypeHeaderValues.cs | 0 .../Internal/MvcXmlDataContractSerializerMvcOptionsSetup.cs | 0 .../Internal/MvcXmlSerializerMvcOptionsSetup.cs | 0 .../Microsoft.AspNetCore.Mvc.Formatters.Xml.xproj} | 0 .../ModelBinding/DataMemberRequiredBindingMetadataProvider.cs | 0 .../Properties/AssemblyInfo.cs | 0 .../Properties/Resources.Designer.cs | 0 .../Resources.resx | 0 .../SerializableErrorWrapper.cs | 0 .../SerializableErrorWrapperProvider.cs | 0 .../SerializableErrorWrapperProviderFactory.cs | 0 .../WrapperProviderContext.cs | 0 .../WrapperProviderFactoriesExtensions.cs | 0 .../XmlDataContractSerializerInputFormatter.cs | 0 .../XmlDataContractSerializerOutputFormatter.cs | 0 .../XmlSerializerInputFormatter.cs | 0 .../XmlSerializerOutputFormatter.cs | 0 .../project.json | 0 .../DependencyInjection/MvcLocalizationMvcBuilderExtensions.cs | 0 .../MvcLocalizationMvcCoreBuilderExtensions.cs | 0 .../HtmlLocalizer.cs | 0 .../HtmlLocalizerExtensions.cs | 0 .../HtmlLocalizerFactory.cs | 0 .../HtmlLocalizerOfT.cs | 0 .../IHtmlLocalizer.cs | 0 .../IHtmlLocalizerFactory.cs | 0 .../IHtmlLocalizerOfT.cs | 0 .../IViewLocalizer.cs | 0 .../Internal/MvcLocalizationServices.cs | 0 .../LocalizedHtmlString.cs | 0 .../Microsoft.AspNetCore.Mvc.Localization.xproj} | 0 .../Properties/AssemblyInfo.cs | 0 .../Properties/Resources.Designer.cs | 0 .../ViewLocalizer.cs | 0 .../project.json | 0 .../Directives/ChunkHelper.cs | 0 .../Directives/ChunkInheritanceUtility.cs | 0 .../Directives/ChunkTreeResult.cs | 0 .../Directives/DefaultChunkTreeCache.cs | 0 .../Directives/IChunkMerger.cs | 0 .../Directives/IChunkTreeCache.cs | 0 .../Directives/InjectChunkMerger.cs | 0 .../Directives/SetBaseTypeChunkMerger.cs | 0 .../Directives/UsingChunkMerger.cs | 0 .../GeneratedTagHelperAttributeContext.cs | 0 .../IMvcRazorHost.cs | 0 .../InjectChunk.cs | 0 .../InjectChunkVisitor.cs | 0 .../InjectParameterGenerator.cs | 0 .../Internal/DesignTimeRazorPathNormalizer.cs | 0 .../Internal/RazorPathNormalizer.cs | 0 .../Microsoft.AspNetCore.Mvc.Razor.Host.xproj} | 0 .../ModelChunk.cs | 0 .../ModelChunkGenerator.cs | 0 .../MvcCSharpChunkVisitor.cs | 0 .../MvcCSharpCodeGenerator.cs | 0 .../MvcCSharpCodeVistor.cs | 0 .../MvcCSharpDesignTimeCodeVisitor.cs | 0 .../MvcRazorCodeParser.cs | 0 .../MvcRazorHost.cs | 0 .../MvcRazorParser.cs | 0 .../MvcTagHelperAttributeValueCodeRenderer.cs | 0 .../Properties/AssemblyInfo.cs | 0 .../Properties/Resources.Designer.cs | 0 .../Resources.resx | 0 .../ViewHierarchyUtility.cs | 0 .../project.json | 0 .../Compilation/CompilationFailedException.cs | 0 .../Compilation/CompilationOptionsProviderExtension.cs | 0 .../Compilation/CompilationResult.cs | 0 .../Compilation/CompilerCache.cs | 0 .../Compilation/CompilerCacheResult.cs | 0 .../Compilation/DefaultCompilerCacheProvider.cs | 0 .../Compilation/DefaultRoslynCompilationService.cs | 0 .../Compilation/DependencyContextCompilationService.cs | 0 .../Compilation/ExpressionRewriter.cs | 0 .../Compilation/ICompilationService.cs | 0 .../Compilation/ICompilerCache.cs | 0 .../Compilation/ICompilerCacheProvider.cs | 0 .../Compilation/IRazorCompilationService.cs | 0 .../Compilation/RazorCompilationService.cs | 0 .../Compilation/RelativeFileInfo.cs | 0 .../Compilation/RoslynCompilationContext.cs | 0 .../Compilation/RoslynCompilationService.cs | 0 .../Compilation/SyntaxTreeGenerator.cs | 0 .../DefaultRazorPageFactoryProvider.cs | 0 .../DefaultRazorViewEngineFileProviderAccessor.cs | 0 .../DefaultTagHelperActivator.cs | 0 .../DependencyContextRazorViewEngineOptionsSetup.cs | 0 .../DependencyInjection/MvcRazorMvcBuilderExtensions.cs | 0 .../DependencyInjection/MvcRazorMvcCoreBuilderExtensions.cs | 0 .../HelperResult.cs | 0 .../IRazorPage.cs | 0 .../IRazorPageActivator.cs | 0 .../IRazorPageFactoryProvider.cs | 0 .../IRazorViewEngine.cs | 0 .../IRazorViewEngineFileProviderAccessor.cs | 0 .../ITagHelperActivator.cs | 0 .../ITagHelperInitializerOfT.cs | 0 .../IViewLocationExpander.cs | 0 .../Internal/MvcRazorMvcViewOptionsSetup.cs | 0 .../Internal/RazorInjectAttribute.cs | 0 .../Internal/SymbolsUtility.cs | 0 .../LanguageViewLocationExpander.cs | 0 .../LanguageViewLocationExpanderFormat.cs | 0 .../Logging/RazorCompilationServiceLoggerExtensions.cs | 0 .../Logging/RazorViewEngineLoggerExtensions.cs | 0 .../Logging/RoslynCompilationServiceLoggerExtensions.cs | 0 .../Microsoft.AspNetCore.Mvc.Razor.xproj} | 0 .../Properties/AssemblyInfo.cs | 0 .../Properties/Resources.Designer.cs | 0 .../RazorPage.cs | 0 .../RazorPageActivator.cs | 0 .../RazorPageFactoryResult.cs | 0 .../RazorPageOfT.cs | 0 .../RazorPageResult.cs | 0 .../RazorTextWriter.cs | 0 .../RazorView.cs | 0 .../RazorViewEngine.cs | 0 .../RazorViewEngineOptions.cs | 0 .../RazorViewEngineOptionsSetup.cs | 0 .../RenderAsyncDelegate.cs | 0 .../Resources.resx | 0 .../TagHelperInitializerOfT.cs | 0 .../TagHelpers/UrlResolutionTagHelper.cs | 0 .../ViewLocationCacheItem.cs | 0 .../ViewLocationCacheKey.cs | 0 .../ViewLocationCacheResult.cs | 0 .../ViewLocationExpanderContext.cs | 0 .../project.json | 0 .../AnchorTagHelper.cs | 0 .../CacheTagHelper.cs | 0 .../EnvironmentTagHelper.cs | 0 .../FormTagHelper.cs | 0 .../ImageTagHelper.cs | 0 .../InputTagHelper.cs | 0 .../Internal/AttributeMatcher.cs | 0 .../Internal/CurrentValues.cs | 0 .../Internal/FileProviderGlobbingDirectory.cs | 0 .../Internal/FileProviderGlobbingFile.cs | 0 .../Internal/FileVersionProvider.cs | 0 .../Internal/GlobbingUrlBuilder.cs | 0 .../Internal/JavaScriptResources.cs | 0 .../Internal/ModeAttributesOfT.cs | 0 .../LabelTagHelper.cs | 0 .../LinkTagHelper.cs | 0 .../Microsoft.AspNetCore.Mvc.TagHelpers.xproj} | 0 .../OptionTagHelper.cs | 0 .../Properties/AssemblyInfo.cs | 0 .../Properties/Resources.Designer.cs | 0 .../RenderAtEndOfFormTagHelper.cs | 0 .../Rendering/ValidationSummary.cs | 0 .../Resources.resx | 0 .../ScriptTagHelper.cs | 0 .../SelectTagHelper.cs | 0 .../TagHelperContentExtensions.cs | 0 .../TagHelperOutputExtensions.cs | 0 .../TextAreaTagHelper.cs | 0 .../ValidationMessageTagHelper.cs | 0 .../ValidationSummaryTagHelper.cs | 0 .../gruntfile.js | 0 .../js/LinkTagHelper_FallbackJavaScript.js | 0 .../package.json | 0 .../project.json | 0 .../AutoValidateAntiforgeryTokenAttribute.cs | 0 .../Buffer/IViewBufferScope.cs | 0 .../Buffer/MemoryPoolViewBufferScope.cs | 0 .../Buffer/ViewBuffer.cs | 0 .../Buffer/ViewBufferValue.cs | 0 .../Controller.cs | 0 .../DependencyInjection/MvcViewFeaturesMvcBuilderExtensions.cs | 0 .../MvcViewFeaturesMvcCoreBuilderExtensions.cs | 0 .../DiagnosticSource/ViewComponentDiagnosticSourceExtensions.cs | 0 .../DiagnosticSource/ViewExecutorDiagnosticSourceExtensions.cs | 0 .../IViewComponentHelper.cs | 0 .../IViewComponentResult.cs | 0 .../IgnoreAntiforgeryTokenAttribute.cs | 0 .../Internal/AutoValidateAntiforgeryTokenAuthorizationFilter.cs | 0 .../Internal/HtmlAttributePropertyHelper.cs | 0 .../Internal/ICanHasViewContext.cs | 0 .../Internal/ModelClientValidationRemoteRule.cs | 0 .../Internal/MvcViewOptionsSetup.cs | 0 .../Internal/NullView.cs | 0 .../Internal/TempDataMvcOptionsSetup.cs | 0 .../Internal/ValidateAntiforgeryTokenAuthorizationFilter.cs | 0 .../Internal/ValidationHelpers.cs | 0 .../Logging/DefaultViewComponentInvokerLoggerExtensions.cs | 0 .../Logging/PartialViewResultExecutorLoggerExtensions.cs | 0 ...ValidateAntiforgeryTokenAuthorizationFilterLoggerExtensions.cs | 0 .../Logging/ViewComponentResultLoggerExtensions.cs | 0 .../Logging/ViewResultExecutorLoggerExtensions.cs | 0 .../Microsoft.AspNetCore.Mvc.ViewFeatures.xproj} | 0 .../ModelStateDictionaryExtensions.cs | 0 .../MvcViewOptions.cs | 0 .../PartialViewResult.cs | 0 .../Properties/AssemblyInfo.cs | 0 .../Properties/Resources.Designer.cs | 0 .../RemoteAttribute.cs | 0 .../Rendering/FormMethod.cs | 0 .../Rendering/Html5DateRenderingMode.cs | 0 .../Rendering/HtmlHelperDisplayExtensions.cs | 0 .../Rendering/HtmlHelperDisplayNameExtensions.cs | 0 .../Rendering/HtmlHelperEditorExtensions.cs | 0 .../Rendering/HtmlHelperFormExtensions.cs | 0 .../Rendering/HtmlHelperInputExtensions.cs | 0 .../Rendering/HtmlHelperLabelExtensions.cs | 0 .../Rendering/HtmlHelperLinkExtensions.cs | 0 .../Rendering/HtmlHelperNameExtensions.cs | 0 .../Rendering/HtmlHelperPartialExtensions.cs | 0 .../Rendering/HtmlHelperSelectExtensions.cs | 0 .../Rendering/HtmlHelperValidationExtensions.cs | 0 .../Rendering/HtmlHelperValueExtensions.cs | 0 .../Rendering/HtmlString.cs | 0 .../Rendering/IHtmlHelper.cs | 0 .../Rendering/IHtmlHelperOfT.cs | 0 .../Rendering/IJsonHelper.cs | 0 .../Rendering/MultiSelectList.cs | 0 .../Rendering/MvcForm.cs | 0 .../Rendering/SelectList.cs | 0 .../Rendering/SelectListGroup.cs | 0 .../Rendering/SelectListItem.cs | 0 .../Rendering/TagBuilder.cs | 0 .../Rendering/TagRenderMode.cs | 0 .../Rendering/ViewComponentHelperExtensions.cs | 0 .../Rendering/ViewContext.cs | 0 .../Resources.resx | 0 .../SkipStatusCodePagesAttribute.cs | 0 .../ValidateAntiForgeryTokenAttribute.cs | 0 .../ViewComponent.cs | 0 .../ViewComponentAttribute.cs | 0 .../ViewComponentResult.cs | 0 .../ViewComponents/ContentViewComponentResult.cs | 0 .../ViewComponents/DefaultViewComponentActivator.cs | 0 .../DefaultViewComponentDescriptorCollectionProvider.cs | 0 .../ViewComponents/DefaultViewComponentDescriptorProvider.cs | 0 .../ViewComponents/DefaultViewComponentHelper.cs | 0 .../ViewComponents/DefaultViewComponentInvoker.cs | 0 .../ViewComponents/DefaultViewComponentInvokerFactory.cs | 0 .../ViewComponents/DefaultViewComponentSelector.cs | 0 .../ViewComponents/HtmlContentViewComponentResult.cs | 0 .../ViewComponents/IViewComponentActivator.cs | 0 .../ViewComponents/IViewComponentDescriptorCollectionProvider.cs | 0 .../ViewComponents/IViewComponentDescriptorProvider.cs | 0 .../ViewComponents/IViewComponentInvoker.cs | 0 .../ViewComponents/IViewComponentInvokerFactory.cs | 0 .../ViewComponents/IViewComponentSelector.cs | 0 .../ViewComponents/JsonViewComponentResult.cs | 0 .../ViewComponents/ViewComponentContext.cs | 0 .../ViewComponents/ViewComponentContextAttribute.cs | 0 .../ViewComponents/ViewComponentConventions.cs | 0 .../ViewComponents/ViewComponentDescriptor.cs | 0 .../ViewComponents/ViewComponentDescriptorCollection.cs | 0 .../ViewComponents/ViewViewComponentResult.cs | 0 .../ViewEngines/CompositeViewEngine.cs | 0 .../ViewEngines/ICompositeViewEngine.cs | 0 .../ViewEngines/IView.cs | 0 .../ViewEngines/IViewEngine.cs | 0 .../ViewEngines/ViewEngineResult.cs | 0 .../ViewFeatures/AttributeDictionary.cs | 0 .../ViewFeatures/CachedExpressionCompiler.cs | 0 .../ViewFeatures/DefaultDisplayTemplates.cs | 0 .../ViewFeatures/DefaultEditorTemplates.cs | 0 .../ViewFeatures/DefaultHtmlGenerator.cs | 0 .../ViewFeatures/DynamicViewData.cs | 0 .../ViewFeatures/ExpressionHelper.cs | 0 .../ViewFeatures/ExpressionMetadataProvider.cs | 0 .../ViewFeatures/FormContext.cs | 0 .../ViewFeatures/HtmlContentWrapperTextWriter.cs | 0 .../ViewFeatures/HtmlHelper.cs | 0 .../ViewFeatures/HtmlHelperOfT.cs | 0 .../ViewFeatures/HtmlHelperOptions.cs | 0 .../ViewFeatures/IAntiforgeryPolicy.cs | 0 .../ViewFeatures/IHtmlGenerator.cs | 0 .../ViewFeatures/ITempDataDictionary.cs | 0 .../ViewFeatures/ITempDataDictionaryFactory.cs | 0 .../ViewFeatures/ITempDataProvider.cs | 0 .../ViewFeatures/InputType.cs | 0 .../ViewFeatures/JsonHelper.cs | 0 .../ViewFeatures/ModelExplorer.cs | 0 .../ViewFeatures/ModelExplorerExtensions.cs | 0 .../ViewFeatures/ModelExpression.cs | 0 .../ViewFeatures/ModelMetadataProviderExtensions.cs | 0 .../ViewFeatures/PartialViewResultExecutor.cs | 0 .../ViewFeatures/SaveTempDataAttribute.cs | 0 .../ViewFeatures/SaveTempDataFilter.cs | 0 .../ViewFeatures/SessionStateTempDataProvider.cs | 0 .../ViewFeatures/StringHtmlContent.cs | 0 .../ViewFeatures/TempDataDictionary.cs | 0 .../ViewFeatures/TempDataDictionaryFactory.cs | 0 .../ViewFeatures/TemplateBuilder.cs | 0 .../ViewFeatures/TemplateInfo.cs | 0 .../ViewFeatures/TemplateRenderer.cs | 0 .../ViewFeatures/TryGetValueDelegate.cs | 0 .../ViewFeatures/TryGetValueProvider.cs | 0 .../ViewFeatures/UnobtrusiveValidationAttributesGenerator.cs | 0 .../ViewFeatures/ViewContextAttribute.cs | 0 .../ViewFeatures/ViewDataDictionary.cs | 0 .../ViewFeatures/ViewDataDictionaryAttribute.cs | 0 .../ViewFeatures/ViewDataDictionaryControllerPropertyActivator.cs | 0 .../ViewFeatures/ViewDataDictionaryOfT.cs | 0 .../ViewFeatures/ViewDataEvaluator.cs | 0 .../ViewFeatures/ViewDataInfo.cs | 0 .../ViewFeatures/ViewExecutor.cs | 0 .../ViewFeatures/ViewResultExecutor.cs | 0 .../ViewResult.cs | 0 .../project.json | 0 .../ApiController.cs | 0 .../BadRequestErrorMessageResult.cs | 0 .../ConflictResult.cs | 0 .../ContentNegotiator/CollectionExtensions.cs | 0 .../ContentNegotiator/ContentNegotiationResult.cs | 0 .../ContentNegotiator/DefaultContentNegotiator.cs | 0 .../ContentNegotiator/FormDataCollection.cs | 0 .../ContentNegotiator/FormattingUtilities.cs | 0 .../ContentNegotiator/IContentNegotiator.cs | 0 .../ContentNegotiator/ListWrapperCollection.cs | 0 .../ContentNegotiator/MediaTypeConstants.cs | 0 .../ContentNegotiator/MediaTypeFormatterMatch.cs | 0 .../ContentNegotiator/MediaTypeFormatterMatchRanking.cs | 0 .../ContentNegotiator/MediaTypeHeaderValueExtensions.cs | 0 .../ContentNegotiator/MediaTypeWithQualityHeaderComparer.cs | 0 .../ContentNegotiator/ParsedMediaTypeHeaderValue.cs | 0 .../ContentNegotiator/StringWithQualityHeaderValueComparer.cs | 0 .../Conventions/IUseWebApiActionConventions.cs | 0 .../Conventions/IUseWebApiOverloading.cs | 0 .../Conventions/IUseWebApiParameterConventions.cs | 0 .../Conventions/IUseWebApiRoutes.cs | 0 .../Conventions/UseWebApiActionConventionsAttribute.cs | 0 .../Conventions/UseWebApiOverloadingAttribute.cs | 0 .../Conventions/UseWebApiParameterConventionsAttribute.cs | 0 .../Conventions/UseWebApiRoutesAttribute.cs | 0 .../WebApiActionConventionsApplicationModelConvention.cs | 0 .../Conventions/WebApiOverloadingApplicationModelConvention.cs | 0 .../WebApiParameterConventionsApplicationModelConvention.cs | 0 .../Conventions/WebApiRoutesApplicationModelConvention.cs | 0 .../ExceptionResult.cs | 0 .../FormDataCollectionExtensions.cs | 0 .../Formatters/HttpResponseMessageOutputFormatter.cs | 0 .../HttpError.cs | 0 .../HttpErrorKeys.cs | 0 .../HttpRequestMessage/HttpRequestMessageExtensions.cs | 0 .../HttpRequestMessage/HttpRequestMessageFeature.cs | 0 .../HttpRequestMessage/HttpRequestMessageHttpContextExtensions.cs | 0 .../HttpRequestMessage/HttpRequestMessageModelBinder.cs | 0 .../HttpRequestMessage/IHttpRequestMessageFeature.cs | 0 .../HttpResponseException.cs | 0 .../HttpResponseExceptionActionFilter.cs | 0 .../InternalServerErrorResult.cs | 0 .../InvalidModelStateResult.cs | 0 .../Microsoft.AspNetCore.Mvc.WebApiCompatShim.xproj} | 0 .../NegotiatedContentResult.cs | 0 .../OverloadActionConstraint.cs | 0 .../ParameterBinding/FromUriAttribute.cs | 0 .../ParameterBinding/IOptionalBinderMetadata.cs | 0 .../Properties/AssemblyInfo.cs | 0 .../Properties/Resources.Designer.cs | 0 .../Resources.resx | 0 .../ResponseMessageResult.cs | 0 .../Routing/WebApiCompatShimRouteBuilderExtensions.cs | 0 .../WebApiCompatShimMvcBuilderExtensions.cs | 0 .../WebApiCompatShimOptions.cs | 0 .../WebApiCompatShimOptionsSetup.cs | 0 .../project.json | 0 .../Microsoft.AspNetCore.Mvc.xproj} | 0 .../MvcServiceCollectionExtensions.cs | 0 .../Properties/AssemblyInfo.cs | 0 .../project.json | 0 .../Microsoft.AspNetCore.Mvc.Abstractions.Test.xproj} | 0 .../ModelBinding/ModelMetadataTest.cs | 0 .../ModelBinding/ModelStateDictionaryTest.cs | 0 .../ModelBinding/ValueProviderResultTest.cs | 0 .../project.json | 0 .../DefaultApiDescriptionProviderTest.cs | 0 .../Microsoft.AspNetCore.Mvc.ApiExplorer.Test.xproj} | 0 .../project.json | 0 .../ApplicationModel/ActionModelTest.cs | 0 .../ApplicationModel/AttributeRouteModelTests.cs | 0 .../ApplicationModel/ControllerModelTest.cs | 0 .../ApplicationModel/ParameterModelTest.cs | 0 .../ApplicationModel/PropertyModelTest.cs | 0 .../BadRequestObjectResultTests.cs | 0 .../BadRequestResultTests.cs | 0 .../BindAttributeTest.cs | 0 .../Builder/MvcApplicationBuilderExtensionsTest.cs | 0 .../Builder/MvcAreaRouteBuilderExtensionsTest.cs | 0 .../ChallengeResultTest.cs | 0 .../ConsumesAttributeTests.cs | 0 .../ContentResultTest.cs | 0 .../ControllerBaseTest.cs | 0 .../Controllers/DefaultControllerActivatorTest.cs | 0 .../Controllers/DefaultControllerFactoryTest.cs | 0 .../Controllers/DefaultControllerTypeProviderTest.cs | 0 .../Controllers/ServiceBasedControllerActivatorTest.cs | 0 .../CreatedAtActionResultTests.cs | 0 .../CreatedAtRouteResultTests.cs | 0 .../CreatedResultTests.cs | 0 .../ApplicationModelConventionExtensionsTest.cs | 0 .../DependencyInjection/MvcBuilderExtensionsTest.cs | 0 .../DependencyInjection/MvcCoreServiceCollectionExtensionsTest.cs | 0 .../EmptyResultTests.cs | 0 .../FileContentResultTest.cs | 0 .../FileResultTest.cs | 0 .../FileStreamResultTest.cs | 0 .../Filters/ActionFilterAttributeTests.cs | 0 .../Filters/FilterCollectionTest.cs | 0 .../Filters/ResultFilterAttributeTest.cs | 0 .../FlushReportingStream.cs | 0 .../ForbidResultTest.cs | 0 .../Formatters/FormatFilterTest.cs | 0 .../Formatters/FormatterCollectionTest.cs | 0 .../Formatters/FormatterMappingsTest.cs | 0 .../Formatters/HttpNotAcceptableOutputFormatterTest.cs | 0 .../Formatters/InputFormatterTest.cs | 0 .../Formatters/MediaTypeTest.cs | 0 .../Formatters/NoContentFormatterTests.cs | 0 .../Formatters/OutputFormatterTests.cs | 0 .../Formatters/StreamOutputFormatterTest.cs | 0 .../Formatters/StringOutputFormatterTests.cs | 0 .../HttpNotFoundObjectResultTest.cs | 0 .../HttpNotFoundResultTests.cs | 0 .../HttpOkObjectResultTest.cs | 0 .../HttpOkResultTest.cs | 0 .../HttpResponseStreamWriterTest.cs | 0 .../HttpStatusCodeResultTests.cs | 0 .../HttpUnauthorizedResultTests.cs | 0 .../Infrastructure/DefaultActionSelectorTests.cs | 0 .../Infrastructure/DefaultAssemblyProviderTests.cs | 0 .../Infrastructure/HttpResponseStreamReaderTest.cs | 0 .../Infrastructure/MvcRouteHandlerTests.cs | 0 .../Infrastructure/ObjectResultExecutorTest.cs | 0 .../Infrastructure/RouteDataActionConstraintTest.cs | 0 .../Internal/AcceptHeaderParserTest.cs | 0 .../Internal/ActionConstraintCacheTest.cs | 0 .../Internal/AttributeRouteTest.cs | 0 .../Internal/AttributeRoutingTest.cs | 0 .../Internal/AuthorizationApplicationModelProviderTest.cs | 0 .../Internal/AuthorizeFilterTest.cs | 0 .../Internal/ControllerActionDescriptorBuilderTest.cs | 0 .../Internal/ControllerActionDescriptorProviderTests.cs | 0 .../Internal/ControllerActionExecutorTests.cs | 0 .../Internal/ControllerActionInvokerTest.cs | 0 .../Internal/ControllerArgumentBinderTests.cs | 0 .../Internal/DefaultApplicationModelProviderTest.cs | 0 .../Internal/DefaultBindingMetadataProviderTest.cs | 0 .../Internal/DefaultCollectionValidationStrategyTest.cs | 0 .../Internal/DefaultComplexObjectValidationStrategyTest.cs | 0 .../Internal/DefaultModelValidatorProviderTest.cs | 0 .../Internal/DefaultObjectValidatorTests.cs | 0 .../Internal/ElementalValueProviderTests.cs | 0 .../Internal/ExplicitIndexCollectionValidationStrategyTest.cs | 0 .../Internal/FilterCacheTest.cs | 0 .../Internal/FilterProviderTest.cs | 0 .../Internal/HttpMethodActionConstraintTest.cs | 0 .../Internal/ReferenceEqualityComparerTest.cs | 0 .../Internal/ResponseCacheFilterTest.cs | 0 .../Internal/ResponseContentTypeHelperTest.cs | 0 .../Internal/ShortFormDictionaryValidationStrategyTest.cs | 0 .../LocalRedirectResultTest.cs | 0 .../MediaTypeCollectionTest.cs | 0 .../Microsoft.AspNetCore.Mvc.Core.Test.xproj} | 0 .../ModelBinding/ArrayModelBinderTest.cs | 0 .../ModelBinding/BinderTypeBasedModelBinderModelBinderTest.cs | 0 .../ModelBinding/BindingSourceValueProviderTest.cs | 0 .../ModelBinding/BodyModelBinderTests.cs | 0 .../ModelBinding/ByteArrayModelBinderTests.cs | 0 .../ModelBinding/CancellationTokenModelBinderTests.cs | 0 .../ModelBinding/CollectionModelBinderTest.cs | 0 .../ModelBinding/CompositeModelBinderTest.cs | 0 .../ModelBinding/CompositeValueProviderTest.cs | 0 .../ModelBinding/DictionaryModelBinderTest.cs | 0 .../ModelBinding/EnumerableValueProviderTest.cs | 0 .../ModelBinding/FormCollectionModelBinderTest.cs | 0 .../ModelBinding/FormFileModelBinderTest.cs | 0 .../ModelBinding/FormValueProviderFactoryTest.cs | 0 .../ModelBinding/FormValueProviderTest.cs | 0 .../ModelBinding/HeaderModelBinderTests.cs | 0 .../ModelBinding/JQueryFormValueProviderFactoryTest.cs | 0 .../ModelBinding/JQueryFormValueProviderTest.cs | 0 .../ModelBinding/KeyValuePairModelBinderTest.cs | 0 .../ModelBinding/Metadata/BindingSourceTest.cs | 0 .../ModelBinding/Metadata/CompositeBindingSourceTest.cs | 0 .../ModelBinding/Metadata/DefaultModelMetadataProviderTest.cs | 0 .../ModelBinding/Metadata/DefaultModelMetadataTest.cs | 0 .../Metadata/DefaultValidationMetadataProviderTest.cs | 0 .../Metadata/EmptyCompositeMetadataDetailsProvider.cs | 0 .../ModelBinding/Metadata/ModelAttributesTest.cs | 0 .../ModelBinding/Metadata/ModelBinderAttributeTest.cs | 0 .../ModelBinding/Metadata/ModelMetadataProviderExtensionsTest.cs | 0 .../ModelBinding/ModelBindingContextTest.cs | 0 .../ModelBinding/ModelBindingHelperTest.cs | 0 .../ModelBinding/ModelBindingResultTest.cs | 0 .../ModelBinding/MutableObjectModelBinderTest.cs | 0 .../ModelBinding/QueryStringValueProviderFactoryTest.cs | 0 .../ModelBinding/QueryStringValueProviderTest.cs | 0 .../ModelBinding/RouteValueProviderTests.cs | 0 .../ModelBinding/ServicesModelBinderTest.cs | 0 .../ModelBinding/SimpleTypeModelBinderTest.cs | 0 .../ModelBinding/SimpleValueProvider.cs | 0 .../ModelBinding/TestValueProvider.cs | 0 .../Validation/CompositeModelValidatorProviderTest.cs | 0 .../MvcOptionsTest.cs | 0 .../NonDisposableStreamTest.cs | 0 .../ObjectResultTests.cs | 0 .../PhysicalFileResultTest.cs | 0 .../ProducesAttributeTests.cs | 0 .../Properties/AssemblyInfo.cs | 0 .../RedirectResultTest.cs | 0 .../RedirectToActionResultTest.cs | 0 .../RedirectToRouteResultTest.cs | 0 .../RequireHttpsAttributeTests.cs | 0 .../ResponseCacheAttributeTest.cs | 0 .../Routing/HttpMethodProviderAttributesTests.cs | 0 .../Routing/KnownRouteValueConstraintTests.cs | 0 .../Routing/RouteTemplateProviderAttributesTest.cs | 0 .../Routing/UrlHelperTest.cs | 0 .../SerializableErrorTests.cs | 0 .../TestBufferingFeature.cs | 0 .../VirtualFileResultTest.cs | 0 .../project.json | 0 .../Internal/CorsApplicationModelProviderTest.cs | 0 .../Internal/CorsAuthorizationFilterTest.cs | 0 .../Microsoft.AspNetCore.Mvc.Cors.Test.xproj} | 0 .../project.json | 0 .../Internal/CompareAttributeAdapterTest.cs | 0 .../Internal/DataAnnotationsClientModelValidatorProviderTest.cs | 0 .../Internal/DataAnnotationsMetadataProviderTest.cs | 0 .../Internal/DataAnnotationsModelValidatorProviderTest.cs | 0 .../Internal/DataAnnotationsModelValidatorTest.cs | 0 .../Internal/DataMemberRequiredBindingMetadataProviderTest.cs | 0 .../Internal/DataTypeClientModelValidatorProviderTest.cs | 0 .../Internal/DefaultModelClientValidatorProviderTest.cs | 0 .../Internal/MaxLengthAttributeAdapterTest.cs | 0 .../Internal/MinLengthAttributeAdapterTest.cs | 0 .../Internal/ModelMetadataProviderTest.cs | 0 .../Internal/NumericClientModelValidatorTest.cs | 0 .../Internal/RangeAttributeAdapterTest.cs | 0 .../Internal/RequiredAttributeAdapterTest.cs | 0 .../Internal/StringLengthAttributeAdapterTest.cs | 0 .../Internal/TestModelNameProvider.cs | 0 .../Internal/TestResources.cs | 0 .../Internal/ValidationAttributeAdapterOfTAttributeTest.cs | 0 .../Internal/ValidationAttributeAdapterProviderTest.cs | 0 .../Microsoft.AspNetCore.Mvc.DataAnnotations.Test.xproj} | 0 .../Properties/Resources.Designer.cs | 0 .../Resources.resx | 0 .../project.json | 0 .../Infrastructure/JsonResultExecutorTest.cs | 0 .../JsonInputFormatterTest.cs | 0 .../JsonOutputFormatterTests.cs | 0 .../JsonPatchInputFormatterTest.cs | 0 .../JsonResultTest.cs | 0 .../Microsoft.AspNetCore.Mvc.Formatters.Json.Test.xproj} | 0 .../project.json | 0 .../FlushReportingStream.cs | 0 .../Internal/DelegatingEnumerableTest.cs | 0 .../Internal/DelegatingEnumeratorTest.cs | 0 .../Internal/EnumerableWrapperProviderFactoryTest.cs | 0 .../Internal/EnumerableWrapperProviderTest.cs | 0 .../Internal/PersonWrapper.cs | 0 .../Internal/PersonWrapperProvider.cs | 0 .../Internal/PersonWrapperProviderFactory.cs | 0 .../Internal/SerializableErrorWrapperProviderTest.cs | 0 .../Internal/SerializableErrorWrapperTests.cs | 0 .../Internal/SerializableWrapperProviderFactoryTest.cs | 0 .../Microsoft.AspNetCore.Mvc.Formatters.Xml.Test.xproj} | 0 .../Models/Person.cs | 0 .../Models/PersonList.cs | 0 .../XmlAssert.cs | 0 .../XmlAssertTest.cs | 0 .../XmlDataContractSerializerInputFormatterTest.cs | 0 .../XmlDataContractSerializerOutputFormatterTest.cs | 0 .../XmlSerializerInputFormatterTest.cs | 0 .../XmlSerializerOutputFormatterTest.cs | 0 .../project.json | 0 .../ActionConstraintSampleTest.cs | 0 .../AntiforgeryTestHelper.cs | 0 .../AntiforgeryTests.cs | 0 .../ApiExplorerTest.cs | 0 .../ApplicationModelTest.cs | 0 .../BasicTests.cs | 0 .../CompilationOptionsTests.cs | 0 .../ConsumesAttributeTests.cs | 0 .../ContentNegotiationTest.cs | 0 .../ControllerFromServicesTests.cs | 0 .../CorsTests.cs | 0 .../CustomRouteSampleTest.cs | 0 .../CustomUrlHelperTest.cs | 0 .../DefaultOrderTest.cs | 0 .../DefaultValuesTest.cs | 0 .../DirectivesTest.cs | 0 .../EmbeddedViewSampleTest.cs | 0 .../ErrorPageTests.cs | 0 .../FileResultTests.cs | 0 .../FiltersTest.cs | 0 .../FlushPointTest.cs | 0 .../FormatFilterSampleTest.cs | 0 .../HtmlGenerationTest.cs | 0 .../HtmlHelperOptionsTest.cs | 0 .../InlineConstraintSampleTest.cs | 0 .../InputFormatterTests.cs | 0 .../InputObjectValidationTests.cs | 0 .../JsonOutputFormatterTests.cs | 0 .../JsonPatchSampleTest.cs | 0 .../JsonResultTest.cs | 0 .../LinkGenerationTests.cs | 0 .../LocalizationSampleTest.cs | 0 .../Microsoft.AspNetCore.Mvc.FunctionalTests.xproj} | 0 .../MvcEncodedTestFixtureOfT.cs | 0 .../MvcSandboxTest.cs | 0 .../MvcTestFixture.cs | 0 .../OutputFormatterTest.cs | 0 .../RazorPageExecutionInstrumentationTest.cs | 0 .../RazorViewLocationSpecificationTest.cs | 0 .../RemoteAttributeValidationTest.cs | 0 .../RequestServicesTest.cs | 0 .../RespectBrowserAcceptHeaderTests.cs | 0 .../RouteDataTest.cs | 0 .../RoutingTests.cs | 0 .../SerializableErrorTests.cs | 0 .../SimpleTests.cs | 0 .../StreamOutputFormatterTest.cs | 0 .../SubAreaTests.cs | 0 .../TagHelperSampleTest.cs | 0 .../TagHelpersTest.cs | 0 .../TempDataTest.cs | 0 .../TestApplicationEnvironment.cs | 0 .../UrlResolutionTest.cs | 0 .../VersioningTests.cs | 0 .../ViewEngineTests.cs | 0 .../WebApiCompatShimActionResultTest.cs | 0 .../WebApiCompatShimActionSelectionTest.cs | 0 .../WebApiCompatShimBasicTest.cs | 0 .../WebApiCompatShimParameterBindingTest.cs | 0 .../XmlDataContractSerializerFormattersWrappingTest.cs | 0 .../XmlDataContractSerializerInputFormatterTest.cs | 0 .../XmlOutputFormatterTests.cs | 0 .../XmlSerializerFormattersWrappingTest.cs | 0 .../XmlSerializerInputFormatterTests.cs | 0 .../resources/BasicWebSite.Area1.RemoteAttribute_Home.Create.html | 0 .../compiler/resources/BasicWebSite.Home.ActionLinkView.html | 0 .../compiler/resources/BasicWebSite.Home.Index.html | 0 .../compiler/resources/BasicWebSite.Home.PlainView.html | 0 .../BasicWebSite.Home.ViewWithPrefixedAttributeValue.html | 0 .../resources/BasicWebSite.Root.RemoteAttribute_Home.Create.html | 0 ...nCachePortionsOfViewsPartialViewsAndViewComponents.Assert1.txt | 0 ...nCachePortionsOfViewsPartialViewsAndViewComponents.Assert2.txt | 0 ...nCachePortionsOfViewsPartialViewsAndViewComponents.Assert3.txt | 0 .../HtmlGenerationWebSite.HtmlGeneration_Customer.Index.html | 0 ...e.HtmlGeneration_Home.AttributesWithBooleanValues.Encoded.html | 0 ...onWebSite.HtmlGeneration_Home.AttributesWithBooleanValues.html | 0 ...HtmlGenerationWebSite.HtmlGeneration_Home.CreateWarehouse.html | 0 .../HtmlGenerationWebSite.HtmlGeneration_Home.Customer.html | 0 ...nerationWebSite.HtmlGeneration_Home.EditWarehouse.Encoded.html | 0 .../HtmlGenerationWebSite.HtmlGeneration_Home.EditWarehouse.html | 0 .../HtmlGenerationWebSite.HtmlGeneration_Home.EmployeeList.html | 0 .../HtmlGenerationWebSite.HtmlGeneration_Home.Environment.html | 0 .../resources/HtmlGenerationWebSite.HtmlGeneration_Home.Form.html | 0 .../HtmlGenerationWebSite.HtmlGeneration_Home.Image.html | 0 .../HtmlGenerationWebSite.HtmlGeneration_Home.Index.Encoded.html | 0 .../HtmlGenerationWebSite.HtmlGeneration_Home.Index.html | 0 .../HtmlGenerationWebSite.HtmlGeneration_Home.Input.html | 0 .../HtmlGenerationWebSite.HtmlGeneration_Home.Link.Encoded.html | 0 .../resources/HtmlGenerationWebSite.HtmlGeneration_Home.Link.html | 0 .../HtmlGenerationWebSite.HtmlGeneration_Home.Order.Encoded.html | 0 .../HtmlGenerationWebSite.HtmlGeneration_Home.Order.html | 0 ...WebSite.HtmlGeneration_Home.OrderUsingHtmlHelpers.Encoded.html | 0 ...nerationWebSite.HtmlGeneration_Home.OrderUsingHtmlHelpers.html | 0 ...HtmlGenerationWebSite.HtmlGeneration_Home.Product.Encoded.html | 0 .../HtmlGenerationWebSite.HtmlGeneration_Home.Product.html | 0 .../HtmlGenerationWebSite.HtmlGeneration_Home.ProductList.html | 0 .../HtmlGenerationWebSite.HtmlGeneration_Home.Script.Encoded.html | 0 .../HtmlGenerationWebSite.HtmlGeneration_Home.Script.html | 0 .../compiler/resources/ModelBindingWebSite.Vehicle.Details.html | 0 .../resources/ModelBindingWebSite.Vehicle.Edit.Invalid.html | 0 .../compiler/resources/ModelBindingWebSite.Vehicle.Edit.html | 0 ...rPageExecutionInstrumentationWebSite.Home.ViewWithPartial.html | 0 .../resources/RazorWebSite.UrlResolution.Index.Encoded.html | 0 .../compiler/resources/RazorWebSite.UrlResolution.Index.html | 0 .../compiler/resources/TagHelperSample.Web.Home.Index.html | 0 .../TagHelperSample.Web.TagHelper.ConditionalComment.html | 0 .../resources/TagHelpersWebSite.Employee.Create.Invalid.html | 0 .../compiler/resources/TagHelpersWebSite.Employee.Create.html | 0 .../resources/TagHelpersWebSite.Employee.Details.AfterCreate.html | 0 .../resources/TagHelpersWebSite.Encoders.CustomEncoder.html | 0 .../compiler/resources/TagHelpersWebSite.Encoders.Index.html | 0 .../resources/TagHelpersWebSite.Encoders.NullEncoder.html | 0 .../resources/TagHelpersWebSite.Encoders.ThreeEncoders.html | 0 .../resources/TagHelpersWebSite.Encoders.TwoEncoders.html | 0 .../compiler/resources/TagHelpersWebSite.Home.About.html | 0 .../compiler/resources/TagHelpersWebSite.Home.Help.html | 0 .../compiler/resources/TagHelpersWebSite.Home.Index.html | 0 .../TagHelpersWebSite.Home.UnboundDynamicAttributes.Encoded.html | 0 .../TagHelpersWebSite.Home.UnboundDynamicAttributes.html | 0 .../UpdateDealerVehicle_PopulatesPropertyErrorsInViews.txt | 0 .../resources/UpdateDealerVehicle_PopulatesValidationSummary.txt | 0 .../compiler/resources/UpdateDealerVehicle_UpdateSuccessful.txt | 0 .../compiler/resources/ViewEngineController.ViewWithPaths.txt | 0 .../project.json | 0 .../ActionParametersIntegrationTest.cs | 0 .../ArrayModelBinderIntegrationTest.cs | 0 .../BinderTypeBasedModelBinderIntegrationTest.cs | 0 .../BodyValidationIntegrationTests.cs | 0 .../ByteArrayModelBinderIntegrationTest.cs | 0 .../CancellationTokenModelBinderIntegrationTest.cs | 0 .../CollectionModelBinderIntegrationTest.cs | 0 .../CompanyNameAttribute.cs | 0 .../DictionaryModelBinderIntegrationTest.cs | 0 .../FormCollectionModelBindingIntegrationTest.cs | 0 .../FormFileModelBindingIntegrationTest.cs | 0 .../GenericModelBinderIntegrationTest.cs | 0 .../HeaderModelBinderIntegrationTest.cs | 0 .../KeyValuePairModelBinderIntegrationTest.cs | 0 .../Microsoft.AspNetCore.Mvc.IntegrationTests.xproj} | 0 .../ModelBindingTestHelper.cs | 0 .../ModelPrefixSelectionIntegrationTest.cs | 0 .../Models/Product.cs | 0 .../Models/ProductDetails.cs | 0 .../Models/ProductViewModel.cs | 0 .../Models/Software.cs | 0 .../Models/SoftwareViewModel.cs | 0 .../MutableObjectModelBinderIntegrationTest.cs | 0 .../ProductValidatorAttribute.cs | 0 .../ServicesModelBinderIntegrationTest.cs | 0 .../SimpleTypeModelBinderIntegrationTest.cs | 0 .../TestMvcOptions.cs | 0 .../TryUpdateModelIntegrationTest.cs | 0 .../TryValidateModelIntegrationTest.cs | 0 .../ValidationIntegrationTests.cs | 0 .../project.json | 0 .../HtmlLocalizerOfTTest.cs | 0 .../HtmlLocalizerTest.cs | 0 .../Internal/MvcLocalizationServiceCollectionExtensionsTest.cs | 0 .../Microsoft.AspNetCore.Mvc.Localization.Test.xproj} | 0 .../TestStringLocalizer.cs | 0 .../ViewLocalizerTest.cs | 0 .../project.json | 0 .../Directives/ChunkInheritanceUtilityTest.cs | 0 .../Directives/DefaultCodeTreeCacheTest.cs | 0 .../Directives/InjectChunkMergerTest.cs | 0 .../Directives/SetBaseTypeChunkMergerTest.cs | 0 .../Directives/UsingChunkMergerTest.cs | 0 .../InjectChunkVisitorTest.cs | 0 .../InputTestTagHelper.cs | 0 .../Microsoft.AspNetCore.Mvc.Razor.Host.Test.xproj} | 0 .../MvcCSharpRazorCodeParserTest.cs | 0 .../MvcRazorHostTest.cs | 0 .../MvcRazorParserTest.cs | 0 .../MvcTagHelperAttributeValueCodeRendererTest.cs | 0 .../Properties/AssemblyInfo.cs | 0 .../SpanFactory/RawTextSymbol.cs | 0 .../SpanFactory/SpanConstructor.cs | 0 .../SpanFactory/SpanFactory.cs | 0 .../SpanFactory/SpanFactoryExtensions.cs | 0 .../SpanFactory/UnclassifiedCodeSpanConstructor.cs | 0 .../StringTextBuffer.cs | 0 .../TestFiles/Input/Basic.cshtml | 0 .../TestFiles/Input/Inject.cshtml | 0 .../TestFiles/Input/InjectWithModel.cshtml | 0 .../TestFiles/Input/InjectWithSemicolon.cshtml | 0 .../TestFiles/Input/Model.cshtml | 0 .../TestFiles/Input/ModelExpressionTagHelper.cshtml | 0 .../TestFiles/Input/MultipleModels.cshtml | 0 .../TestFiles/Input/_ViewImports.cshtml | 0 .../TestFiles/Output/DesignTime/Basic.cs | 0 .../TestFiles/Output/DesignTime/Inject.cs | 0 .../TestFiles/Output/DesignTime/InjectWithModel.cs | 0 .../TestFiles/Output/DesignTime/InjectWithSemicolon.cs | 0 .../TestFiles/Output/DesignTime/Model.cs | 0 .../TestFiles/Output/DesignTime/ModelExpressionTagHelper.cs | 0 .../TestFiles/Output/DesignTime/MultipleModels.cs | 0 .../TestFiles/Output/DesignTime/_ViewImports.cs | 0 .../TestFiles/Output/Runtime/Basic.cs | 0 .../TestFiles/Output/Runtime/Inject.cs | 0 .../TestFiles/Output/Runtime/InjectWithModel.cs | 0 .../TestFiles/Output/Runtime/InjectWithSemicolon.cs | 0 .../TestFiles/Output/Runtime/Model.cs | 0 .../TestFiles/Output/Runtime/ModelExpressionTagHelper.cs | 0 .../TestFiles/Output/Runtime/_ViewImports.cs | 0 .../Areas/MyArea/Sub/Views/Admin/Test.cshtml | 0 .../Areas/MyArea/Sub/Views/Admin/ViewStart.cshtml | 0 .../Areas/MyArea/Sub/Views/Admin/_ViewStart.cshtml | 0 .../TestFiles/ViewStartUtilityFiles/Views/Home/MyView.cshtml | 0 .../TestFiles/ViewStartUtilityFiles/Views/Home/_ViewStart.cshtml | 0 .../ViewHierarchyUtilityTest.cs | 0 .../project.json | 0 .../Compilation/CompilationResultTest.cs | 0 .../Compilation/CompilerCacheTest.cs | 0 .../Compilation/DefaultRoslynCompilationServiceTest.cs | 0 .../Compilation/ExpressionRewriterTest.cs | 0 .../Compilation/RazorCompilationServiceTest.cs | 0 .../DefaultPrecompiledViewsProviderTest.cs | 0 .../DefaultRazorPageFactoryProviderTest.cs | 0 .../DefaultRazorViewEngineFileProviderAccessorTest.cs | 0 .../DefaultTagHelperActivatorTest.cs | 0 .../LanguageViewLocationExpanderTest.cs | 0 .../Microsoft.AspNetCore.Mvc.Razor.Test.xproj} | 0 .../MvcRazorCodeParserTest.cs | 0 .../Properties/AssemblyInfo.cs | 0 .../RazorPageActivatorTest.cs | 0 .../RazorPageCreateModelExpressionTest.cs | 0 .../RazorPageCreateTagHelperTest.cs | 0 .../RazorPageTest.cs | 0 .../RazorTextWriterTest.cs | 0 .../RazorViewEngineOptionsTest.cs | 0 .../RazorViewEngineTest.cs | 0 .../RazorViewTest.cs | 0 .../SpanFactory.cs | 0 .../TagHelpers/UrlResolutionTagHelperTest.cs | 0 .../project.json | 0 .../AnchorTagHelperTest.cs | 0 .../CacheTagHelperTest.cs | 0 .../EnvironmentTagHelperTest.cs | 0 .../FormTagHelperTest.cs | 0 .../ImageTagHelperTest.cs | 0 .../InputTagHelperTest.cs | 0 .../Internal/AttributeMatcherTest.cs | 0 .../Internal/FileVersionProviderTest.cs | 0 .../Internal/GlobbingUrlBuilderTest.cs | 0 .../Internal/JavaScriptResourcesTest.cs | 0 .../LabelTagHelperTest.cs | 0 .../LinkTagHelperTest.cs | 0 .../Microsoft.AspNetCore.Mvc.TagHelpers.Test.xproj} | 0 .../OptionTagHelperTest.cs | 0 .../RenderAtEndOfFormTagHelperTest.cs | 0 .../ScriptTagHelperTest.cs | 0 .../SelectTagHelperTest.cs | 0 .../TagHelperLogger.cs | 0 .../TagHelperOutputExtensionsTest.cs | 0 .../TestableHtmlGenerator.cs | 0 .../TextAreaTagHelperTest.cs | 0 .../ValidationMessageTagHelperTest.cs | 0 .../ValidationSummaryTagHelperTest.cs | 0 .../project.json | 0 .../JsonPatchExtensionsTest.cs | 0 .../Microsoft.AspNetCore.Mvc.Test.xproj} | 0 .../MvcOptionsSetupTest.cs | 0 .../MvcServiceCollectionExtensionsTest.cs | 0 .../RazorViewEngineOptionsSetupTest.cs | 0 .../project.json | 0 .../CommonFilterTest.cs | 0 .../HtmlContentUtilities.cs | 0 .../MediaTypeAssert.cs | 0 .../Microsoft.AspNetCore.Mvc.TestCommon.xproj} | 0 .../PlatformNormalizer.cs | 0 .../ResourceFile.cs | 0 .../TestClientModelValidatorProvider.cs | 0 .../TestFileChangeToken.cs | 0 .../TestFileInfo.cs | 0 .../TestFileProvider.cs | 0 .../TestHttpRequestStreamReaderFactory.cs | 0 .../TestHttpResponseStreamWriterFactory.cs | 0 .../TestModelMetadataProvider.cs | 0 .../TestModelValidatorProvider.cs | 0 .../TestOptionsManager.cs | 0 .../ValidationAttributeUtil.cs | 0 .../project.json | 0 .../IProxyActionContext.cs | 0 .../IProxyActionDescriptor.cs | 0 .../IProxyActionResult.cs | 0 .../IProxyHttpContext.cs | 0 .../IProxyRouteData.cs | 0 .../IProxyView.cs | 0 .../IProxyViewComponentContext.cs | 0 .../IProxyViewComponentResult.cs | 0 .../IProxyViewContext.cs | 0 ...Microsoft.AspNetCore.Mvc.TestDiagnosticListener.Sources.xproj} | 0 .../TestDiagnosticListener.cs | 0 .../project.json | 0 .../Buffer/ViewBufferTest.cs | 0 .../ControllerTest.cs | 0 .../ControllerUnitTestabilityTests.cs | 0 .../AutoValidateAntiforgeryTokenAuthorizationFilterTest.cs | 0 .../Internal/HtmlAttributePropertyHelperTest.cs | 0 .../Internal/TemplateRendererTest.cs | 0 .../Internal/ValidateAntiforgeryTokenAuthorizationFilterTest.cs | 0 .../Microsoft.AspNetCore.Mvc.ViewFeatures.Test.xproj} | 0 .../ModelStateDictionaryExtensionsTest.cs | 0 .../PartialViewResultTest.cs | 0 .../Properties/AssemblyInfo.cs | 0 .../Properties/Resources.Designer.cs | 0 .../RemoteAttributeTest.cs | 0 .../Rendering/DefaultTemplatesUtilities.cs | 0 .../Rendering/HtmlHelperCheckboxTest.cs | 0 .../Rendering/HtmlHelperDisplayNameExtensionsTest.cs | 0 .../Rendering/HtmlHelperDisplayTextTest.cs | 0 .../Rendering/HtmlHelperFormExtensionsTest.cs | 0 .../Rendering/HtmlHelperFormTest.cs | 0 .../Rendering/HtmlHelperHiddenTest.cs | 0 .../Rendering/HtmlHelperLabelExtensionsTest.cs | 0 .../Rendering/HtmlHelperLinkGenerationTest.cs | 0 .../Rendering/HtmlHelperNameExtensionsTest.cs | 0 .../Rendering/HtmlHelperPartialExtensionsTest.cs | 0 .../Rendering/HtmlHelperPasswordTest.cs | 0 .../Rendering/HtmlHelperSelectTest.cs | 0 .../Rendering/HtmlHelperTest.cs | 0 .../Rendering/HtmlHelperValidationSummaryTest.cs | 0 .../Rendering/HtmlHelperValueTest.cs | 0 .../Rendering/HtmlStringTest.cs | 0 .../Rendering/TagBuilderTest.cs | 0 .../Rendering/TestResources.cs | 0 .../Rendering/ViewContextTests.cs | 0 .../Resources.resx | 0 .../SkipStatusCodePagesAttributeTest.cs | 0 .../TestViewBufferScope.cs | 0 .../ViewComponentResultTest.cs | 0 .../ViewComponentTests.cs | 0 .../ViewComponents/ContentViewComponentResultTest.cs | 0 .../ViewComponents/DefaultViewComponentActivatorTests.cs | 0 .../ViewComponents/DefaultViewComponentDescriptorProviderTest.cs | 0 .../ViewComponents/DefaultViewComponentSelectorTest.cs | 0 .../ViewComponents/HtmlContentViewComponentResultTest.cs | 0 .../ViewComponents/JsonViewComponentResultTest.cs | 0 .../ViewComponents/ViewComponentConventionsTest.cs | 0 .../ViewComponents/ViewViewComponentResultTest.cs | 0 .../ViewEngines/CompositeViewEngineTest.cs | 0 .../ViewFeatures/AttributeDictionaryTest.cs | 0 .../ViewFeatures/DefaultDisplayTemplatesTest.cs | 0 .../ViewFeatures/DefaultEditorTemplatesTest.cs | 0 .../ViewFeatures/DefaultHtmlGeneratorTest.cs | 0 .../ViewFeatures/ExpressionMetadataProviderTest.cs | 0 .../ViewFeatures/HtmlContentWrapperTextWriterTest.cs | 0 .../ViewFeatures/ModelExplorerExtensionsTest.cs | 0 .../ViewFeatures/ModelExplorerTest.cs | 0 .../ViewFeatures/PartialViewResultExecutorTest.cs | 0 .../ViewFeatures/SaveTempDataFilterTest.cs | 0 .../ViewFeatures/SessionStateTempDataProviderTest.cs | 0 .../ViewFeatures/StringHtmlContentTest.cs | 0 .../ViewFeatures/TempDataDictionaryFactoryTest.cs | 0 .../ViewFeatures/TempDataDictionaryTest.cs | 0 .../ViewFeatures/ViewDataDictionaryOfTModelTest.cs | 0 .../ViewFeatures/ViewDataDictionaryTest.cs | 0 .../ViewFeatures/ViewDataOfTTest.cs | 0 .../ViewFeatures/ViewExecutorTest.cs | 0 .../ViewFeatures/ViewResultExecutorTest.cs | 0 .../ViewResultTest.cs | 0 .../project.json | 0 .../ApiControllerActionDiscoveryTest.cs | 0 .../ApiControllerTest.cs | 0 .../BadRequestErrorMessageResultTest.cs | 0 .../ConflictResultTest.cs | 0 .../DefaultContentNegotiatorTest.cs | 0 .../ExceptionResultTest.cs | 0 .../FormDataCollectionExtensionsTest.cs | 0 .../HttpErrorTest.cs | 0 .../HttpRequestMessage/HttpRequestMessageExtensionsTest.cs | 0 .../HttpRequestMessage/HttpRequestMessageFeatureTest.cs | 0 .../HttpRequestMessage/HttpRequestMessageModelBinderTest.cs | 0 .../HttpResponseExceptionActionFilterTest.cs | 0 .../HttpResponseExceptionTest.cs | 0 .../HttpResponseMessageOutputFormatterTests.cs | 0 .../InternalServerErrorResultTest.cs | 0 .../InvalidModelStateResultTest.cs | 0 .../Microsoft.AspNetCore.Mvc.WebApiCompatShimTest.xproj} | 0 .../Mocks/MockContentNegotiator.cs | 0 .../Mocks/MockMediaTypeFormatter.cs | 0 .../Mocks/MockMediaTypeMapping.cs | 0 .../NegotiatedContentResultTest.cs | 0 .../OverloadActionConstraintTest.cs | 0 .../TestHttpResponseStreamWriterFactory.cs | 0 .../TestUtils/FlagsEnum.cs | 0 .../TestUtils/LongEnum.cs | 0 .../TestUtils/MediaTypeAssert.cs | 0 .../TestUtils/MediaTypeConstants.cs | 0 .../TestUtils/MediaTypeHeaderValueComparer.cs | 0 .../TestUtils/RefTypeTestData.cs | 0 .../TestUtils/SimpleEnum.cs | 0 .../TestUtils/TestData.cs | 0 .../TestUtils/TestDataHolder.cs | 0 .../TestUtils/TestDataSetAttribute.cs | 0 .../TestUtils/TestDataVariations.cs | 0 .../TestUtils/TypeAssert.cs | 0 .../TestUtils/ValueTypeTestData.cs | 0 .../project.json | 0 .../BuilderExtensions.cs | 0 .../CultureReplacerMiddleware.cs | 0 .../Microsoft.AspNetCore.Mvc.TestConfiguration.xproj} | 0 .../project.json | 0 1486 files changed, 0 insertions(+), 0 deletions(-) rename src/{Microsoft.AspNet.Mvc.Abstractions => Microsoft.AspNetCore.Mvc.Abstractions}/Abstractions/ActionDescriptor.cs (100%) rename src/{Microsoft.AspNet.Mvc.Abstractions => Microsoft.AspNetCore.Mvc.Abstractions}/Abstractions/ActionDescriptorExtensions.cs (100%) rename src/{Microsoft.AspNet.Mvc.Abstractions => Microsoft.AspNetCore.Mvc.Abstractions}/Abstractions/ActionDescriptorProviderContext.cs (100%) rename src/{Microsoft.AspNet.Mvc.Abstractions => Microsoft.AspNetCore.Mvc.Abstractions}/Abstractions/ActionInvokerProviderContext.cs (100%) rename src/{Microsoft.AspNet.Mvc.Abstractions => Microsoft.AspNetCore.Mvc.Abstractions}/Abstractions/IActionDescriptorProvider.cs (100%) rename src/{Microsoft.AspNet.Mvc.Abstractions => Microsoft.AspNetCore.Mvc.Abstractions}/Abstractions/IActionInvoker.cs (100%) rename src/{Microsoft.AspNet.Mvc.Abstractions => Microsoft.AspNetCore.Mvc.Abstractions}/Abstractions/IActionInvokerProvider.cs (100%) rename src/{Microsoft.AspNet.Mvc.Abstractions => Microsoft.AspNetCore.Mvc.Abstractions}/Abstractions/ParameterDescriptor.cs (100%) rename src/{Microsoft.AspNet.Mvc.Abstractions => Microsoft.AspNetCore.Mvc.Abstractions}/ActionConstraints/ActionConstraintContext.cs (100%) rename src/{Microsoft.AspNet.Mvc.Abstractions => Microsoft.AspNetCore.Mvc.Abstractions}/ActionConstraints/ActionConstraintItem.cs (100%) rename src/{Microsoft.AspNet.Mvc.Abstractions => Microsoft.AspNetCore.Mvc.Abstractions}/ActionConstraints/ActionConstraintProviderContext.cs (100%) rename src/{Microsoft.AspNet.Mvc.Abstractions => Microsoft.AspNetCore.Mvc.Abstractions}/ActionConstraints/ActionSelectorCandidate.cs (100%) rename src/{Microsoft.AspNet.Mvc.Abstractions => Microsoft.AspNetCore.Mvc.Abstractions}/ActionConstraints/IActionConstraint.cs (100%) rename src/{Microsoft.AspNet.Mvc.Abstractions => Microsoft.AspNetCore.Mvc.Abstractions}/ActionConstraints/IActionConstraintFactory.cs (100%) rename src/{Microsoft.AspNet.Mvc.Abstractions => Microsoft.AspNetCore.Mvc.Abstractions}/ActionConstraints/IActionConstraintMetadata.cs (100%) rename src/{Microsoft.AspNet.Mvc.Abstractions => Microsoft.AspNetCore.Mvc.Abstractions}/ActionConstraints/IActionConstraintProvider.cs (100%) rename src/{Microsoft.AspNet.Mvc.Abstractions => Microsoft.AspNetCore.Mvc.Abstractions}/ActionContext.cs (100%) rename src/{Microsoft.AspNet.Mvc.Abstractions => Microsoft.AspNetCore.Mvc.Abstractions}/Filters/ActionExecutedContext.cs (100%) rename src/{Microsoft.AspNet.Mvc.Abstractions => Microsoft.AspNetCore.Mvc.Abstractions}/Filters/ActionExecutingContext.cs (100%) rename src/{Microsoft.AspNet.Mvc.Abstractions => Microsoft.AspNetCore.Mvc.Abstractions}/Filters/ActionExecutionDelegate.cs (100%) rename src/{Microsoft.AspNet.Mvc.Abstractions => Microsoft.AspNetCore.Mvc.Abstractions}/Filters/AuthorizationContext.cs (100%) rename src/{Microsoft.AspNet.Mvc.Abstractions => Microsoft.AspNetCore.Mvc.Abstractions}/Filters/ExceptionContext.cs (100%) rename src/{Microsoft.AspNet.Mvc.Abstractions => Microsoft.AspNetCore.Mvc.Abstractions}/Filters/FilterContext.cs (100%) rename src/{Microsoft.AspNet.Mvc.Abstractions => Microsoft.AspNetCore.Mvc.Abstractions}/Filters/FilterDescriptor.cs (100%) rename src/{Microsoft.AspNet.Mvc.Abstractions => Microsoft.AspNetCore.Mvc.Abstractions}/Filters/FilterItem.cs (100%) rename src/{Microsoft.AspNet.Mvc.Abstractions => Microsoft.AspNetCore.Mvc.Abstractions}/Filters/FilterProviderContext.cs (100%) rename src/{Microsoft.AspNet.Mvc.Abstractions => Microsoft.AspNetCore.Mvc.Abstractions}/Filters/IActionFilter.cs (100%) rename src/{Microsoft.AspNet.Mvc.Abstractions => Microsoft.AspNetCore.Mvc.Abstractions}/Filters/IAllowAnonymousFilter.cs (100%) rename src/{Microsoft.AspNet.Mvc.Abstractions => Microsoft.AspNetCore.Mvc.Abstractions}/Filters/IAsyncActionFilter.cs (100%) rename src/{Microsoft.AspNet.Mvc.Abstractions => Microsoft.AspNetCore.Mvc.Abstractions}/Filters/IAsyncAuthorizationFilter.cs (100%) rename src/{Microsoft.AspNet.Mvc.Abstractions => Microsoft.AspNetCore.Mvc.Abstractions}/Filters/IAsyncExceptionFilter.cs (100%) rename src/{Microsoft.AspNet.Mvc.Abstractions => Microsoft.AspNetCore.Mvc.Abstractions}/Filters/IAsyncResourceFilter.cs (100%) rename src/{Microsoft.AspNet.Mvc.Abstractions => Microsoft.AspNetCore.Mvc.Abstractions}/Filters/IAsyncResultFilter.cs (100%) rename src/{Microsoft.AspNet.Mvc.Abstractions => Microsoft.AspNetCore.Mvc.Abstractions}/Filters/IAuthorizationFilter.cs (100%) rename src/{Microsoft.AspNet.Mvc.Abstractions => Microsoft.AspNetCore.Mvc.Abstractions}/Filters/IExceptionFilter.cs (100%) rename src/{Microsoft.AspNet.Mvc.Abstractions => Microsoft.AspNetCore.Mvc.Abstractions}/Filters/IFilterContainer.cs (100%) rename src/{Microsoft.AspNet.Mvc.Abstractions => Microsoft.AspNetCore.Mvc.Abstractions}/Filters/IFilterFactory.cs (100%) rename src/{Microsoft.AspNet.Mvc.Abstractions => Microsoft.AspNetCore.Mvc.Abstractions}/Filters/IFilterMetadata.cs (100%) rename src/{Microsoft.AspNet.Mvc.Abstractions => Microsoft.AspNetCore.Mvc.Abstractions}/Filters/IFilterProvider.cs (100%) rename src/{Microsoft.AspNet.Mvc.Abstractions => Microsoft.AspNetCore.Mvc.Abstractions}/Filters/IOrderedFilter.cs (100%) rename src/{Microsoft.AspNet.Mvc.Abstractions => Microsoft.AspNetCore.Mvc.Abstractions}/Filters/IResourceFilter.cs (100%) rename src/{Microsoft.AspNet.Mvc.Abstractions => Microsoft.AspNetCore.Mvc.Abstractions}/Filters/IResultFilter.cs (100%) rename src/{Microsoft.AspNet.Mvc.Abstractions => Microsoft.AspNetCore.Mvc.Abstractions}/Filters/ResourceExecutedContext.cs (100%) rename src/{Microsoft.AspNet.Mvc.Abstractions => Microsoft.AspNetCore.Mvc.Abstractions}/Filters/ResourceExecutingContext.cs (100%) rename src/{Microsoft.AspNet.Mvc.Abstractions => Microsoft.AspNetCore.Mvc.Abstractions}/Filters/ResourceExecutionDelegate.cs (100%) rename src/{Microsoft.AspNet.Mvc.Abstractions => Microsoft.AspNetCore.Mvc.Abstractions}/Filters/ResultExecutedContext.cs (100%) rename src/{Microsoft.AspNet.Mvc.Abstractions => Microsoft.AspNetCore.Mvc.Abstractions}/Filters/ResultExecutingContext.cs (100%) rename src/{Microsoft.AspNet.Mvc.Abstractions => Microsoft.AspNetCore.Mvc.Abstractions}/Filters/ResultExecutionDelegate.cs (100%) rename src/{Microsoft.AspNet.Mvc.Abstractions => Microsoft.AspNetCore.Mvc.Abstractions}/Formatters/FormatterCollection.cs (100%) rename src/{Microsoft.AspNet.Mvc.Abstractions => Microsoft.AspNetCore.Mvc.Abstractions}/Formatters/IInputFormatter.cs (100%) rename src/{Microsoft.AspNet.Mvc.Abstractions => Microsoft.AspNetCore.Mvc.Abstractions}/Formatters/IOutputFormatter.cs (100%) rename src/{Microsoft.AspNet.Mvc.Abstractions => Microsoft.AspNetCore.Mvc.Abstractions}/Formatters/InputFormatterContext.cs (100%) rename src/{Microsoft.AspNet.Mvc.Abstractions => Microsoft.AspNetCore.Mvc.Abstractions}/Formatters/InputFormatterResult.cs (100%) rename src/{Microsoft.AspNet.Mvc.Abstractions => Microsoft.AspNetCore.Mvc.Abstractions}/Formatters/OutputFormatterCanWriteContext.cs (100%) rename src/{Microsoft.AspNet.Mvc.Abstractions => Microsoft.AspNetCore.Mvc.Abstractions}/Formatters/OutputFormatterWriteContext.cs (100%) rename src/{Microsoft.AspNet.Mvc.Abstractions => Microsoft.AspNetCore.Mvc.Abstractions}/IActionResult.cs (100%) rename src/{Microsoft.AspNet.Mvc.Abstractions/Microsoft.AspNet.Mvc.Abstractions.xproj => Microsoft.AspNetCore.Mvc.Abstractions/Microsoft.AspNetCore.Mvc.Abstractions.xproj} (100%) rename src/{Microsoft.AspNet.Mvc.Abstractions => Microsoft.AspNetCore.Mvc.Abstractions}/ModelBinding/BindingInfo.cs (100%) rename src/{Microsoft.AspNet.Mvc.Abstractions => Microsoft.AspNetCore.Mvc.Abstractions}/ModelBinding/BindingSource.cs (100%) rename src/{Microsoft.AspNet.Mvc.Abstractions => Microsoft.AspNetCore.Mvc.Abstractions}/ModelBinding/CompositeBindingSource.cs (100%) rename src/{Microsoft.AspNet.Mvc.Abstractions => Microsoft.AspNetCore.Mvc.Abstractions}/ModelBinding/EnumGroupAndName.cs (100%) rename src/{Microsoft.AspNet.Mvc.Abstractions => Microsoft.AspNetCore.Mvc.Abstractions}/ModelBinding/IBinderTypeProviderMetadata.cs (100%) rename src/{Microsoft.AspNet.Mvc.Abstractions => Microsoft.AspNetCore.Mvc.Abstractions}/ModelBinding/IBindingSourceMetadata.cs (100%) rename src/{Microsoft.AspNet.Mvc.Abstractions => Microsoft.AspNetCore.Mvc.Abstractions}/ModelBinding/IModelBinder.cs (100%) rename src/{Microsoft.AspNet.Mvc.Abstractions => Microsoft.AspNetCore.Mvc.Abstractions}/ModelBinding/IModelMetadataProvider.cs (100%) rename src/{Microsoft.AspNet.Mvc.Abstractions => Microsoft.AspNetCore.Mvc.Abstractions}/ModelBinding/IModelNameProvider.cs (100%) rename src/{Microsoft.AspNet.Mvc.Abstractions => Microsoft.AspNetCore.Mvc.Abstractions}/ModelBinding/IPropertyBindingPredicateProvider.cs (100%) rename src/{Microsoft.AspNet.Mvc.Abstractions => Microsoft.AspNetCore.Mvc.Abstractions}/ModelBinding/IValueProvider.cs (100%) rename src/{Microsoft.AspNet.Mvc.Abstractions => Microsoft.AspNetCore.Mvc.Abstractions}/ModelBinding/IValueProviderFactory.cs (100%) rename src/{Microsoft.AspNet.Mvc.Abstractions => Microsoft.AspNetCore.Mvc.Abstractions}/ModelBinding/Metadata/IModelBindingMessageProvider.cs (100%) rename src/{Microsoft.AspNet.Mvc.Abstractions => Microsoft.AspNetCore.Mvc.Abstractions}/ModelBinding/Metadata/ModelMetadataIdentity.cs (100%) rename src/{Microsoft.AspNet.Mvc.Abstractions => Microsoft.AspNetCore.Mvc.Abstractions}/ModelBinding/Metadata/ModelMetadataKind.cs (100%) rename src/{Microsoft.AspNet.Mvc.Abstractions => Microsoft.AspNetCore.Mvc.Abstractions}/ModelBinding/ModelBindingContext.cs (100%) rename src/{Microsoft.AspNet.Mvc.Abstractions => Microsoft.AspNetCore.Mvc.Abstractions}/ModelBinding/ModelBindingResult.cs (100%) rename src/{Microsoft.AspNet.Mvc.Abstractions => Microsoft.AspNetCore.Mvc.Abstractions}/ModelBinding/ModelError.cs (100%) rename src/{Microsoft.AspNet.Mvc.Abstractions => Microsoft.AspNetCore.Mvc.Abstractions}/ModelBinding/ModelErrorCollection.cs (100%) rename src/{Microsoft.AspNet.Mvc.Abstractions => Microsoft.AspNetCore.Mvc.Abstractions}/ModelBinding/ModelMetadata.cs (100%) rename src/{Microsoft.AspNet.Mvc.Abstractions => Microsoft.AspNetCore.Mvc.Abstractions}/ModelBinding/ModelPropertyCollection.cs (100%) rename src/{Microsoft.AspNet.Mvc.Abstractions => Microsoft.AspNetCore.Mvc.Abstractions}/ModelBinding/ModelState.cs (100%) rename src/{Microsoft.AspNet.Mvc.Abstractions => Microsoft.AspNetCore.Mvc.Abstractions}/ModelBinding/ModelStateDictionary.cs (100%) rename src/{Microsoft.AspNet.Mvc.Abstractions => Microsoft.AspNetCore.Mvc.Abstractions}/ModelBinding/ModelValidationState.cs (100%) rename src/{Microsoft.AspNet.Mvc.Abstractions => Microsoft.AspNetCore.Mvc.Abstractions}/ModelBinding/OperationBindingContext.cs (100%) rename src/{Microsoft.AspNet.Mvc.Abstractions => Microsoft.AspNetCore.Mvc.Abstractions}/ModelBinding/TooManyModelErrorsException.cs (100%) rename src/{Microsoft.AspNet.Mvc.Abstractions => Microsoft.AspNetCore.Mvc.Abstractions}/ModelBinding/Validation/ClientModelValidationContext.cs (100%) rename src/{Microsoft.AspNet.Mvc.Abstractions => Microsoft.AspNetCore.Mvc.Abstractions}/ModelBinding/Validation/ClientValidatorProviderContext.cs (100%) rename src/{Microsoft.AspNet.Mvc.Abstractions => Microsoft.AspNetCore.Mvc.Abstractions}/ModelBinding/Validation/IClientModelValidator.cs (100%) rename src/{Microsoft.AspNet.Mvc.Abstractions => Microsoft.AspNetCore.Mvc.Abstractions}/ModelBinding/Validation/IClientModelValidatorProvider.cs (100%) rename src/{Microsoft.AspNet.Mvc.Abstractions => Microsoft.AspNetCore.Mvc.Abstractions}/ModelBinding/Validation/IModelValidator.cs (100%) rename src/{Microsoft.AspNet.Mvc.Abstractions => Microsoft.AspNetCore.Mvc.Abstractions}/ModelBinding/Validation/IModelValidatorProvider.cs (100%) rename src/{Microsoft.AspNet.Mvc.Abstractions => Microsoft.AspNetCore.Mvc.Abstractions}/ModelBinding/Validation/IValidationStrategy.cs (100%) rename src/{Microsoft.AspNet.Mvc.Abstractions => Microsoft.AspNetCore.Mvc.Abstractions}/ModelBinding/Validation/ModelClientValidationRule.cs (100%) rename src/{Microsoft.AspNet.Mvc.Abstractions => Microsoft.AspNetCore.Mvc.Abstractions}/ModelBinding/Validation/ModelValiatorProviderContext.cs (100%) rename src/{Microsoft.AspNet.Mvc.Abstractions => Microsoft.AspNetCore.Mvc.Abstractions}/ModelBinding/Validation/ModelValidationContext.cs (100%) rename src/{Microsoft.AspNet.Mvc.Abstractions => Microsoft.AspNetCore.Mvc.Abstractions}/ModelBinding/Validation/ModelValidationContextBase.cs (100%) rename src/{Microsoft.AspNet.Mvc.Abstractions => Microsoft.AspNetCore.Mvc.Abstractions}/ModelBinding/Validation/ModelValidationResult.cs (100%) rename src/{Microsoft.AspNet.Mvc.Abstractions => Microsoft.AspNetCore.Mvc.Abstractions}/ModelBinding/Validation/ValidationEntry.cs (100%) rename src/{Microsoft.AspNet.Mvc.Abstractions => Microsoft.AspNetCore.Mvc.Abstractions}/ModelBinding/Validation/ValidationStateDictionary.cs (100%) rename src/{Microsoft.AspNet.Mvc.Abstractions => Microsoft.AspNetCore.Mvc.Abstractions}/ModelBinding/Validation/ValidationStateEntry.cs (100%) rename src/{Microsoft.AspNet.Mvc.Abstractions => Microsoft.AspNetCore.Mvc.Abstractions}/ModelBinding/ValueProviderResult.cs (100%) rename src/{Microsoft.AspNet.Mvc.Abstractions => Microsoft.AspNetCore.Mvc.Abstractions}/Properties/AssemblyInfo.cs (100%) rename src/{Microsoft.AspNet.Mvc.Abstractions => Microsoft.AspNetCore.Mvc.Abstractions}/Properties/Resources.Designer.cs (100%) rename src/{Microsoft.AspNet.Mvc.Abstractions => Microsoft.AspNetCore.Mvc.Abstractions}/Resources.resx (100%) rename src/{Microsoft.AspNet.Mvc.Abstractions => Microsoft.AspNetCore.Mvc.Abstractions}/Routing/AttributeRouteInfo.cs (100%) rename src/{Microsoft.AspNet.Mvc.Abstractions => Microsoft.AspNetCore.Mvc.Abstractions}/Routing/RouteDataActionConstraint.cs (100%) rename src/{Microsoft.AspNet.Mvc.Abstractions => Microsoft.AspNetCore.Mvc.Abstractions}/Routing/RouteKeyHandling.cs (100%) rename src/{Microsoft.AspNet.Mvc.Abstractions => Microsoft.AspNetCore.Mvc.Abstractions}/project.json (100%) rename src/{Microsoft.AspNet.Mvc.ApiExplorer => Microsoft.AspNetCore.Mvc.ApiExplorer}/ApiDescription.cs (100%) rename src/{Microsoft.AspNet.Mvc.ApiExplorer => Microsoft.AspNetCore.Mvc.ApiExplorer}/ApiDescriptionExtensions.cs (100%) rename src/{Microsoft.AspNet.Mvc.ApiExplorer => Microsoft.AspNetCore.Mvc.ApiExplorer}/ApiDescriptionGroup.cs (100%) rename src/{Microsoft.AspNet.Mvc.ApiExplorer => Microsoft.AspNetCore.Mvc.ApiExplorer}/ApiDescriptionGroupCollection.cs (100%) rename src/{Microsoft.AspNet.Mvc.ApiExplorer => Microsoft.AspNetCore.Mvc.ApiExplorer}/ApiDescriptionGroupCollectionProvider.cs (100%) rename src/{Microsoft.AspNet.Mvc.ApiExplorer => Microsoft.AspNetCore.Mvc.ApiExplorer}/ApiDescriptionProviderContext.cs (100%) rename src/{Microsoft.AspNet.Mvc.ApiExplorer => Microsoft.AspNetCore.Mvc.ApiExplorer}/ApiParameterDescription.cs (100%) rename src/{Microsoft.AspNet.Mvc.ApiExplorer => Microsoft.AspNetCore.Mvc.ApiExplorer}/ApiParameterRouteInfo.cs (100%) rename src/{Microsoft.AspNet.Mvc.ApiExplorer => Microsoft.AspNetCore.Mvc.ApiExplorer}/ApiRequestFormat.cs (100%) rename src/{Microsoft.AspNet.Mvc.ApiExplorer => Microsoft.AspNetCore.Mvc.ApiExplorer}/ApiResponseFormat.cs (100%) rename src/{Microsoft.AspNet.Mvc.ApiExplorer => Microsoft.AspNetCore.Mvc.ApiExplorer}/DefaultApiDescriptionProvider.cs (100%) rename src/{Microsoft.AspNet.Mvc.ApiExplorer => Microsoft.AspNetCore.Mvc.ApiExplorer}/DependencyInjection/MvcApiExplorerMvcCoreBuilderExtensions.cs (100%) rename src/{Microsoft.AspNet.Mvc.ApiExplorer => Microsoft.AspNetCore.Mvc.ApiExplorer}/IApiDescriptionGroupCollectionProvider.cs (100%) rename src/{Microsoft.AspNet.Mvc.ApiExplorer => Microsoft.AspNetCore.Mvc.ApiExplorer}/IApiDescriptionProvider.cs (100%) rename src/{Microsoft.AspNet.Mvc.ApiExplorer/Microsoft.AspNet.Mvc.ApiExplorer.xproj => Microsoft.AspNetCore.Mvc.ApiExplorer/Microsoft.AspNetCore.Mvc.ApiExplorer.xproj} (100%) rename src/{Microsoft.AspNet.Mvc.ApiExplorer => Microsoft.AspNetCore.Mvc.ApiExplorer}/Properties/AssemblyInfo.cs (100%) rename src/{Microsoft.AspNet.Mvc.ApiExplorer => Microsoft.AspNetCore.Mvc.ApiExplorer}/project.json (100%) rename src/{Microsoft.AspNet.Mvc.Core => Microsoft.AspNetCore.Mvc.Core}/AcceptVerbsAttribute.cs (100%) rename src/{Microsoft.AspNet.Mvc.Core => Microsoft.AspNetCore.Mvc.Core}/ActionConstraints/ActionMethodSelectorAttribute.cs (100%) rename src/{Microsoft.AspNet.Mvc.Core => Microsoft.AspNetCore.Mvc.Core}/ActionContextAttribute.cs (100%) rename src/{Microsoft.AspNet.Mvc.Core => Microsoft.AspNetCore.Mvc.Core}/ActionNameAttribute.cs (100%) rename src/{Microsoft.AspNet.Mvc.Core => Microsoft.AspNetCore.Mvc.Core}/ActionResult.cs (100%) rename src/{Microsoft.AspNet.Mvc.Core => Microsoft.AspNetCore.Mvc.Core}/ApiExplorer/IApiDescriptionGroupNameProvider.cs (100%) rename src/{Microsoft.AspNet.Mvc.Core => Microsoft.AspNetCore.Mvc.Core}/ApiExplorer/IApiDescriptionVisibilityProvider.cs (100%) rename src/{Microsoft.AspNet.Mvc.Core => Microsoft.AspNetCore.Mvc.Core}/ApiExplorer/IApiRequestFormatMetadataProvider.cs (100%) rename src/{Microsoft.AspNet.Mvc.Core => Microsoft.AspNetCore.Mvc.Core}/ApiExplorer/IApiRequestMetadataProvider.cs (100%) rename src/{Microsoft.AspNet.Mvc.Core => Microsoft.AspNetCore.Mvc.Core}/ApiExplorer/IApiResponseFormatMetadataProvider.cs (100%) rename src/{Microsoft.AspNet.Mvc.Core => Microsoft.AspNetCore.Mvc.Core}/ApiExplorer/IApiResponseMetadataProvider.cs (100%) rename src/{Microsoft.AspNet.Mvc.Core => Microsoft.AspNetCore.Mvc.Core}/ApiExplorerSettingsAttribute.cs (100%) rename src/{Microsoft.AspNet.Mvc.Core => Microsoft.AspNetCore.Mvc.Core}/ApplicationModels/ActionModel.cs (100%) rename src/{Microsoft.AspNet.Mvc.Core => Microsoft.AspNetCore.Mvc.Core}/ApplicationModels/ApiExplorerModel.cs (100%) rename src/{Microsoft.AspNet.Mvc.Core => Microsoft.AspNetCore.Mvc.Core}/ApplicationModels/ApplicationModel.cs (100%) rename src/{Microsoft.AspNet.Mvc.Core => Microsoft.AspNetCore.Mvc.Core}/ApplicationModels/ApplicationModelProviderContext.cs (100%) rename src/{Microsoft.AspNet.Mvc.Core => Microsoft.AspNetCore.Mvc.Core}/ApplicationModels/AttributeRouteModel.cs (100%) rename src/{Microsoft.AspNet.Mvc.Core => Microsoft.AspNetCore.Mvc.Core}/ApplicationModels/ControllerModel.cs (100%) rename src/{Microsoft.AspNet.Mvc.Core => Microsoft.AspNetCore.Mvc.Core}/ApplicationModels/IActionModelConvention.cs (100%) rename src/{Microsoft.AspNet.Mvc.Core => Microsoft.AspNetCore.Mvc.Core}/ApplicationModels/IApiExplorerModel.cs (100%) rename src/{Microsoft.AspNet.Mvc.Core => Microsoft.AspNetCore.Mvc.Core}/ApplicationModels/IApplicationModelConvention.cs (100%) rename src/{Microsoft.AspNet.Mvc.Core => Microsoft.AspNetCore.Mvc.Core}/ApplicationModels/IApplicationModelProvider.cs (100%) rename src/{Microsoft.AspNet.Mvc.Core => Microsoft.AspNetCore.Mvc.Core}/ApplicationModels/IBindingModel.cs (100%) rename src/{Microsoft.AspNet.Mvc.Core => Microsoft.AspNetCore.Mvc.Core}/ApplicationModels/ICommonModel.cs (100%) rename src/{Microsoft.AspNet.Mvc.Core => Microsoft.AspNetCore.Mvc.Core}/ApplicationModels/IControllerModelConvention.cs (100%) rename src/{Microsoft.AspNet.Mvc.Core => Microsoft.AspNetCore.Mvc.Core}/ApplicationModels/IFilterModel.cs (100%) rename src/{Microsoft.AspNet.Mvc.Core => Microsoft.AspNetCore.Mvc.Core}/ApplicationModels/IParameterModelConvention.cs (100%) rename src/{Microsoft.AspNet.Mvc.Core => Microsoft.AspNetCore.Mvc.Core}/ApplicationModels/IPropertyModel.cs (100%) rename src/{Microsoft.AspNet.Mvc.Core => Microsoft.AspNetCore.Mvc.Core}/ApplicationModels/ParameterModel.cs (100%) rename src/{Microsoft.AspNet.Mvc.Core => Microsoft.AspNetCore.Mvc.Core}/ApplicationModels/PropertyModel.cs (100%) rename src/{Microsoft.AspNet.Mvc.Core => Microsoft.AspNetCore.Mvc.Core}/AreaAttribute.cs (100%) rename src/{Microsoft.AspNet.Mvc.Core => Microsoft.AspNetCore.Mvc.Core}/BadRequestObjectResult.cs (100%) rename src/{Microsoft.AspNet.Mvc.Core => Microsoft.AspNetCore.Mvc.Core}/BadRequestResult.cs (100%) rename src/{Microsoft.AspNet.Mvc.Core => Microsoft.AspNetCore.Mvc.Core}/BindAttribute.cs (100%) rename src/{Microsoft.AspNet.Mvc.Core => Microsoft.AspNetCore.Mvc.Core}/Builder/MvcApplicationBuilderExtensions.cs (100%) rename src/{Microsoft.AspNet.Mvc.Core => Microsoft.AspNetCore.Mvc.Core}/Builder/MvcAreaRouteBuilderExtensions.cs (100%) rename src/{Microsoft.AspNet.Mvc.Core => Microsoft.AspNetCore.Mvc.Core}/CacheProfile.cs (100%) rename src/{Microsoft.AspNet.Mvc.Core => Microsoft.AspNetCore.Mvc.Core}/ChallengeResult.cs (100%) rename src/{Microsoft.AspNet.Mvc.Core => Microsoft.AspNetCore.Mvc.Core}/ConsumesAttribute.cs (100%) rename src/{Microsoft.AspNet.Mvc.Core => Microsoft.AspNetCore.Mvc.Core}/ContentResult.cs (100%) rename src/{Microsoft.AspNet.Mvc.Core => Microsoft.AspNetCore.Mvc.Core}/ControllerBase.cs (100%) rename src/{Microsoft.AspNet.Mvc.Core => Microsoft.AspNetCore.Mvc.Core}/ControllerContext.cs (100%) rename src/{Microsoft.AspNet.Mvc.Core => Microsoft.AspNetCore.Mvc.Core}/ControllerContextAttribute.cs (100%) rename src/{Microsoft.AspNet.Mvc.Core => Microsoft.AspNetCore.Mvc.Core}/Controllers/ControllerActionDescriptor.cs (100%) rename src/{Microsoft.AspNet.Mvc.Core => Microsoft.AspNetCore.Mvc.Core}/Controllers/ControllerBoundPropertyDescriptor.cs (100%) rename src/{Microsoft.AspNet.Mvc.Core => Microsoft.AspNetCore.Mvc.Core}/Controllers/ControllerParameterDescriptor.cs (100%) rename src/{Microsoft.AspNet.Mvc.Core => Microsoft.AspNetCore.Mvc.Core}/Controllers/DefaultControllerActivator.cs (100%) rename src/{Microsoft.AspNet.Mvc.Core => Microsoft.AspNetCore.Mvc.Core}/Controllers/DefaultControllerFactory.cs (100%) rename src/{Microsoft.AspNet.Mvc.Core => Microsoft.AspNetCore.Mvc.Core}/Controllers/DefaultControllerTypeProvider.cs (100%) rename src/{Microsoft.AspNet.Mvc.Core => Microsoft.AspNetCore.Mvc.Core}/Controllers/IControllerActivator.cs (100%) rename src/{Microsoft.AspNet.Mvc.Core => Microsoft.AspNetCore.Mvc.Core}/Controllers/IControllerArgumentBinder.cs (100%) rename src/{Microsoft.AspNet.Mvc.Core => Microsoft.AspNetCore.Mvc.Core}/Controllers/IControllerFactory.cs (100%) rename src/{Microsoft.AspNet.Mvc.Core => Microsoft.AspNetCore.Mvc.Core}/Controllers/IControllerPropertyActivator.cs (100%) rename src/{Microsoft.AspNet.Mvc.Core => Microsoft.AspNetCore.Mvc.Core}/Controllers/IControllerTypeProvider.cs (100%) rename src/{Microsoft.AspNet.Mvc.Core => Microsoft.AspNetCore.Mvc.Core}/Controllers/ServiceBasedControllerActivator.cs (100%) rename src/{Microsoft.AspNet.Mvc.Core => Microsoft.AspNetCore.Mvc.Core}/Controllers/StaticControllerTypeProvider.cs (100%) rename src/{Microsoft.AspNet.Mvc.Core => Microsoft.AspNetCore.Mvc.Core}/CreatedAtActionResult.cs (100%) rename src/{Microsoft.AspNet.Mvc.Core => Microsoft.AspNetCore.Mvc.Core}/CreatedAtRouteResult.cs (100%) rename src/{Microsoft.AspNet.Mvc.Core => Microsoft.AspNetCore.Mvc.Core}/CreatedResult.cs (100%) rename src/{Microsoft.AspNet.Mvc.Core => Microsoft.AspNetCore.Mvc.Core}/DependencyInjection/ApplicationModelConventionExtensions.cs (100%) rename src/{Microsoft.AspNet.Mvc.Core => Microsoft.AspNetCore.Mvc.Core}/DependencyInjection/IMvcBuilder.cs (100%) rename src/{Microsoft.AspNet.Mvc.Core => Microsoft.AspNetCore.Mvc.Core}/DependencyInjection/IMvcCoreBuilder.cs (100%) rename src/{Microsoft.AspNet.Mvc.Core => Microsoft.AspNetCore.Mvc.Core}/DependencyInjection/MvcCoreMvcBuilderExtensions.cs (100%) rename src/{Microsoft.AspNet.Mvc.Core => Microsoft.AspNetCore.Mvc.Core}/DependencyInjection/MvcCoreMvcCoreBuilderExtensions.cs (100%) rename src/{Microsoft.AspNet.Mvc.Core => Microsoft.AspNetCore.Mvc.Core}/DependencyInjection/MvcCoreServiceCollectionExtensions.cs (100%) rename src/{Microsoft.AspNet.Mvc.Core => Microsoft.AspNetCore.Mvc.Core}/EmptyResult.cs (100%) rename src/{Microsoft.AspNet.Mvc.Core => Microsoft.AspNetCore.Mvc.Core}/FileContentResult.cs (100%) rename src/{Microsoft.AspNet.Mvc.Core => Microsoft.AspNetCore.Mvc.Core}/FileResult.cs (100%) rename src/{Microsoft.AspNet.Mvc.Core => Microsoft.AspNetCore.Mvc.Core}/FileStreamResult.cs (100%) rename src/{Microsoft.AspNet.Mvc.Core => Microsoft.AspNetCore.Mvc.Core}/Filters/ActionFilterAttribute.cs (100%) rename src/{Microsoft.AspNet.Mvc.Core => Microsoft.AspNetCore.Mvc.Core}/Filters/AuthorizationFilterAttribute.cs (100%) rename src/{Microsoft.AspNet.Mvc.Core => Microsoft.AspNetCore.Mvc.Core}/Filters/ExceptionFilterAttribute.cs (100%) rename src/{Microsoft.AspNet.Mvc.Core => Microsoft.AspNetCore.Mvc.Core}/Filters/FilterCollection.cs (100%) rename src/{Microsoft.AspNet.Mvc.Core => Microsoft.AspNetCore.Mvc.Core}/Filters/FilterScope.cs (100%) rename src/{Microsoft.AspNet.Mvc.Core => Microsoft.AspNetCore.Mvc.Core}/Filters/ResultFilterAttribute.cs (100%) rename src/{Microsoft.AspNet.Mvc.Core => Microsoft.AspNetCore.Mvc.Core}/ForbidResult.cs (100%) rename src/{Microsoft.AspNet.Mvc.Core => Microsoft.AspNetCore.Mvc.Core}/FormatFilterAttribute.cs (100%) rename src/{Microsoft.AspNet.Mvc.Core => Microsoft.AspNetCore.Mvc.Core}/Formatters/FormatFilter.cs (100%) rename src/{Microsoft.AspNet.Mvc.Core => Microsoft.AspNetCore.Mvc.Core}/Formatters/FormatterMappings.cs (100%) rename src/{Microsoft.AspNet.Mvc.Core => Microsoft.AspNetCore.Mvc.Core}/Formatters/HttpNoContentOutputFormatter.cs (100%) rename src/{Microsoft.AspNet.Mvc.Core => Microsoft.AspNetCore.Mvc.Core}/Formatters/HttpNotAcceptableOutputFormatter.cs (100%) rename src/{Microsoft.AspNet.Mvc.Core => Microsoft.AspNetCore.Mvc.Core}/Formatters/InputFormatter.cs (100%) rename src/{Microsoft.AspNet.Mvc.Core => Microsoft.AspNetCore.Mvc.Core}/Formatters/MediaType.cs (100%) rename src/{Microsoft.AspNet.Mvc.Core => Microsoft.AspNetCore.Mvc.Core}/Formatters/MediaTypeCollection.cs (100%) rename src/{Microsoft.AspNet.Mvc.Core => Microsoft.AspNetCore.Mvc.Core}/Formatters/OutputFormatter.cs (100%) rename src/{Microsoft.AspNet.Mvc.Core => Microsoft.AspNetCore.Mvc.Core}/Formatters/StreamOutputFormatter.cs (100%) rename src/{Microsoft.AspNet.Mvc.Core => Microsoft.AspNetCore.Mvc.Core}/Formatters/StringOutputFormatter.cs (100%) rename src/{Microsoft.AspNet.Mvc.Core => Microsoft.AspNetCore.Mvc.Core}/FromBodyAttribute.cs (100%) rename src/{Microsoft.AspNet.Mvc.Core => Microsoft.AspNetCore.Mvc.Core}/FromFormAttribute.cs (100%) rename src/{Microsoft.AspNet.Mvc.Core => Microsoft.AspNetCore.Mvc.Core}/FromHeaderAttribute.cs (100%) rename src/{Microsoft.AspNet.Mvc.Core => Microsoft.AspNetCore.Mvc.Core}/FromQueryAttribute.cs (100%) rename src/{Microsoft.AspNet.Mvc.Core => Microsoft.AspNetCore.Mvc.Core}/FromRouteAttribute.cs (100%) rename src/{Microsoft.AspNet.Mvc.Core => Microsoft.AspNetCore.Mvc.Core}/FromServicesAttribute.cs (100%) rename src/{Microsoft.AspNet.Mvc.Core => Microsoft.AspNetCore.Mvc.Core}/HttpDeleteAttribute.cs (100%) rename src/{Microsoft.AspNet.Mvc.Core => Microsoft.AspNetCore.Mvc.Core}/HttpGetAttribute.cs (100%) rename src/{Microsoft.AspNet.Mvc.Core => Microsoft.AspNetCore.Mvc.Core}/HttpHeadAttribute.cs (100%) rename src/{Microsoft.AspNet.Mvc.Core => Microsoft.AspNetCore.Mvc.Core}/HttpNotFoundObjectResult.cs (100%) rename src/{Microsoft.AspNet.Mvc.Core => Microsoft.AspNetCore.Mvc.Core}/HttpNotFoundResult.cs (100%) rename src/{Microsoft.AspNet.Mvc.Core => Microsoft.AspNetCore.Mvc.Core}/HttpOkObjectResult.cs (100%) rename src/{Microsoft.AspNet.Mvc.Core => Microsoft.AspNetCore.Mvc.Core}/HttpOkResult.cs (100%) rename src/{Microsoft.AspNet.Mvc.Core => Microsoft.AspNetCore.Mvc.Core}/HttpPatchAttribute.cs (100%) rename src/{Microsoft.AspNet.Mvc.Core => Microsoft.AspNetCore.Mvc.Core}/HttpPostAttribute.cs (100%) rename src/{Microsoft.AspNet.Mvc.Core => Microsoft.AspNetCore.Mvc.Core}/HttpPutAttribute.cs (100%) rename src/{Microsoft.AspNet.Mvc.Core => Microsoft.AspNetCore.Mvc.Core}/HttpResponseStreamWriter.cs (100%) rename src/{Microsoft.AspNet.Mvc.Core => Microsoft.AspNetCore.Mvc.Core}/HttpStatusCodeResult.cs (100%) rename src/{Microsoft.AspNet.Mvc.Core => Microsoft.AspNetCore.Mvc.Core}/HttpUnauthorizedResult.cs (100%) rename src/{Microsoft.AspNet.Mvc.Core => Microsoft.AspNetCore.Mvc.Core}/IUrlHelper.cs (100%) rename src/{Microsoft.AspNet.Mvc.Core => Microsoft.AspNetCore.Mvc.Core}/Infrastructure/ActionContextAccessor.cs (100%) rename src/{Microsoft.AspNet.Mvc.Core => Microsoft.AspNetCore.Mvc.Core}/Infrastructure/ActionDescriptorCollection.cs (100%) rename src/{Microsoft.AspNet.Mvc.Core => Microsoft.AspNetCore.Mvc.Core}/Infrastructure/DefaultAssemblyProvider.cs (100%) rename src/{Microsoft.AspNet.Mvc.Core => Microsoft.AspNetCore.Mvc.Core}/Infrastructure/DependencyContextAssemblyProvider.cs (100%) rename src/{Microsoft.AspNet.Mvc.Core => Microsoft.AspNetCore.Mvc.Core}/Infrastructure/HttpRequestStreamReader.cs (100%) rename src/{Microsoft.AspNet.Mvc.Core => Microsoft.AspNetCore.Mvc.Core}/Infrastructure/IActionContextAccessor.cs (100%) rename src/{Microsoft.AspNet.Mvc.Core => Microsoft.AspNetCore.Mvc.Core}/Infrastructure/IActionDescriptorCollectionProvider.cs (100%) rename src/{Microsoft.AspNet.Mvc.Core => Microsoft.AspNetCore.Mvc.Core}/Infrastructure/IActionSelector.cs (100%) rename src/{Microsoft.AspNet.Mvc.Core => Microsoft.AspNetCore.Mvc.Core}/Infrastructure/IAssemblyProvider.cs (100%) rename src/{Microsoft.AspNet.Mvc.Core => Microsoft.AspNetCore.Mvc.Core}/Infrastructure/StaticAssemblyProvider.cs (100%) rename src/{Microsoft.AspNet.Mvc.Core => Microsoft.AspNetCore.Mvc.Core}/Internal/AcceptHeaderParser.cs (100%) rename src/{Microsoft.AspNet.Mvc.Core => Microsoft.AspNetCore.Mvc.Core}/Internal/ActionConstraintCache.cs (100%) rename src/{Microsoft.AspNet.Mvc.Core => Microsoft.AspNetCore.Mvc.Core}/Internal/ActionDescriptorCollectionProvider.cs (100%) rename src/{Microsoft.AspNet.Mvc.Core => Microsoft.AspNetCore.Mvc.Core}/Internal/ActionInvokerFactory.cs (100%) rename src/{Microsoft.AspNet.Mvc.Core => Microsoft.AspNetCore.Mvc.Core}/Internal/ActionSelectionDecisionTree.cs (100%) rename src/{Microsoft.AspNet.Mvc.Core => Microsoft.AspNetCore.Mvc.Core}/Internal/ActionSelector.cs (100%) rename src/{Microsoft.AspNet.Mvc.Core => Microsoft.AspNetCore.Mvc.Core}/Internal/ActionSelectorDecisionTreeProvider.cs (100%) rename src/{Microsoft.AspNet.Mvc.Core => Microsoft.AspNetCore.Mvc.Core}/Internal/AllowAnonymousFilter.cs (100%) rename src/{Microsoft.AspNet.Mvc.Core => Microsoft.AspNetCore.Mvc.Core}/Internal/AmbiguousActionException.cs (100%) rename src/{Microsoft.AspNet.Mvc.Core => Microsoft.AspNetCore.Mvc.Core}/Internal/ApiDescriptionActionData.cs (100%) rename src/{Microsoft.AspNet.Mvc.Core => Microsoft.AspNetCore.Mvc.Core}/Internal/ApplicationModelConventions.cs (100%) rename src/{Microsoft.AspNet.Mvc.Core => Microsoft.AspNetCore.Mvc.Core}/Internal/AttributeRoute.cs (100%) rename src/{Microsoft.AspNet.Mvc.Core => Microsoft.AspNetCore.Mvc.Core}/Internal/AttributeRouting.cs (100%) rename src/{Microsoft.AspNet.Mvc.Core => Microsoft.AspNetCore.Mvc.Core}/Internal/AuthorizationApplicationModelProvider.cs (100%) rename src/{Microsoft.AspNet.Mvc.Core => Microsoft.AspNetCore.Mvc.Core}/Internal/AuthorizeFilter.cs (100%) rename src/{Microsoft.AspNet.Mvc.Core => Microsoft.AspNetCore.Mvc.Core}/Internal/ControllerActionDescriptorBuilder.cs (100%) rename src/{Microsoft.AspNet.Mvc.Core => Microsoft.AspNetCore.Mvc.Core}/Internal/ControllerActionDescriptorProvider.cs (100%) rename src/{Microsoft.AspNet.Mvc.Core => Microsoft.AspNetCore.Mvc.Core}/Internal/ControllerActionExecutor.cs (100%) rename src/{Microsoft.AspNet.Mvc.Core => Microsoft.AspNetCore.Mvc.Core}/Internal/ControllerActionFilter.cs (100%) rename src/{Microsoft.AspNet.Mvc.Core => Microsoft.AspNetCore.Mvc.Core}/Internal/ControllerActionInvoker.cs (100%) rename src/{Microsoft.AspNet.Mvc.Core => Microsoft.AspNetCore.Mvc.Core}/Internal/ControllerActionInvokerProvider.cs (100%) rename src/{Microsoft.AspNet.Mvc.Core => Microsoft.AspNetCore.Mvc.Core}/Internal/ControllerArgumentBinder.cs (100%) rename src/{Microsoft.AspNet.Mvc.Core => Microsoft.AspNetCore.Mvc.Core}/Internal/ControllerResultFilter.cs (100%) rename src/{Microsoft.AspNet.Mvc.Core => Microsoft.AspNetCore.Mvc.Core}/Internal/ControllersAsServices.cs (100%) rename src/{Microsoft.AspNet.Mvc.Core => Microsoft.AspNetCore.Mvc.Core}/Internal/CopyOnWriteList.cs (100%) rename src/{Microsoft.AspNet.Mvc.Core => Microsoft.AspNetCore.Mvc.Core}/Internal/DefaultActionConstraintProvider.cs (100%) rename src/{Microsoft.AspNet.Mvc.Core => Microsoft.AspNetCore.Mvc.Core}/Internal/DefaultApplicationModelProvider.cs (100%) rename src/{Microsoft.AspNet.Mvc.Core => Microsoft.AspNetCore.Mvc.Core}/Internal/DefaultBindingMetadataProvider.cs (100%) rename src/{Microsoft.AspNet.Mvc.Core => Microsoft.AspNetCore.Mvc.Core}/Internal/DefaultCollectionValidationStrategy.cs (100%) rename src/{Microsoft.AspNet.Mvc.Core => Microsoft.AspNetCore.Mvc.Core}/Internal/DefaultComplexObjectValidationStrategy.cs (100%) rename src/{Microsoft.AspNet.Mvc.Core => Microsoft.AspNetCore.Mvc.Core}/Internal/DefaultCompositeMetadataDetailsProvider.cs (100%) rename src/{Microsoft.AspNet.Mvc.Core => Microsoft.AspNetCore.Mvc.Core}/Internal/DefaultControllerPropertyActivator.cs (100%) rename src/{Microsoft.AspNet.Mvc.Core => Microsoft.AspNetCore.Mvc.Core}/Internal/DefaultFilterProvider.cs (100%) rename src/{Microsoft.AspNet.Mvc.Core => Microsoft.AspNetCore.Mvc.Core}/Internal/DefaultModelValidatorProvider.cs (100%) rename src/{Microsoft.AspNet.Mvc.Core => Microsoft.AspNetCore.Mvc.Core}/Internal/DefaultObjectValidator.cs (100%) rename src/{Microsoft.AspNet.Mvc.Core => Microsoft.AspNetCore.Mvc.Core}/Internal/DefaultValidationMetadataProvider.cs (100%) rename src/{Microsoft.AspNet.Mvc.Core => Microsoft.AspNetCore.Mvc.Core}/Internal/ElementalValueProvider.cs (100%) rename src/{Microsoft.AspNet.Mvc.Core => Microsoft.AspNetCore.Mvc.Core}/Internal/ExplicitIndexCollectionValidationStrategy.cs (100%) rename src/{Microsoft.AspNet.Mvc.Core => Microsoft.AspNetCore.Mvc.Core}/Internal/FilterActionInvoker.cs (100%) rename src/{Microsoft.AspNet.Mvc.Core => Microsoft.AspNetCore.Mvc.Core}/Internal/FilterCache.cs (100%) rename src/{Microsoft.AspNet.Mvc.Core => Microsoft.AspNetCore.Mvc.Core}/Internal/FilterDescriptorOrderComparer.cs (100%) rename src/{Microsoft.AspNet.Mvc.Core => Microsoft.AspNetCore.Mvc.Core}/Internal/FilterItemOrderComparer.cs (100%) rename src/{Microsoft.AspNet.Mvc.Core => Microsoft.AspNetCore.Mvc.Core}/Internal/HttpMethodActionConstraint.cs (100%) rename src/{Microsoft.AspNet.Mvc.Core => Microsoft.AspNetCore.Mvc.Core}/Internal/HttpParseResult.cs (100%) rename src/{Microsoft.AspNet.Mvc.Core => Microsoft.AspNetCore.Mvc.Core}/Internal/HttpTokenParsingRules.cs (100%) rename src/{Microsoft.AspNet.Mvc.Core => Microsoft.AspNetCore.Mvc.Core}/Internal/IActionInvokerFactory.cs (100%) rename src/{Microsoft.AspNet.Mvc.Core => Microsoft.AspNetCore.Mvc.Core}/Internal/IActionSelectorDecisionTreeProvider.cs (100%) rename src/{Microsoft.AspNet.Mvc.Core => Microsoft.AspNetCore.Mvc.Core}/Internal/IConsumesActionConstraint.cs (100%) rename src/{Microsoft.AspNet.Mvc.Core => Microsoft.AspNetCore.Mvc.Core}/Internal/IFormatFilter.cs (100%) rename src/{Microsoft.AspNet.Mvc.Core => Microsoft.AspNetCore.Mvc.Core}/Internal/IHttpRequestStreamReaderFactory.cs (100%) rename src/{Microsoft.AspNet.Mvc.Core => Microsoft.AspNetCore.Mvc.Core}/Internal/IHttpResponseStreamWriterFactory.cs (100%) rename src/{Microsoft.AspNet.Mvc.Core => Microsoft.AspNetCore.Mvc.Core}/Internal/IResponseCacheFilter.cs (100%) rename src/{Microsoft.AspNet.Mvc.Core => Microsoft.AspNetCore.Mvc.Core}/Internal/ITypeActivatorCache.cs (100%) rename src/{Microsoft.AspNet.Mvc.Core => Microsoft.AspNetCore.Mvc.Core}/Internal/MediaTypeSegmentWithQuality.cs (100%) rename src/{Microsoft.AspNet.Mvc.Core => Microsoft.AspNetCore.Mvc.Core}/Internal/MemoryPoolHttpRequestStreamReaderFactory.cs (100%) rename src/{Microsoft.AspNet.Mvc.Core => Microsoft.AspNetCore.Mvc.Core}/Internal/MemoryPoolHttpResponseStreamWriterFactory.cs (100%) rename src/{Microsoft.AspNet.Mvc.Core => Microsoft.AspNetCore.Mvc.Core}/Internal/MvcBuilder.cs (100%) rename src/{Microsoft.AspNet.Mvc.Core => Microsoft.AspNetCore.Mvc.Core}/Internal/MvcCoreBuilder.cs (100%) rename src/{Microsoft.AspNet.Mvc.Core => Microsoft.AspNetCore.Mvc.Core}/Internal/MvcCoreDiagnosticSourceExtensions.cs (100%) rename src/{Microsoft.AspNet.Mvc.Core => Microsoft.AspNetCore.Mvc.Core}/Internal/MvcCoreLoggerExtensions.cs (100%) rename src/{Microsoft.AspNet.Mvc.Core => Microsoft.AspNetCore.Mvc.Core}/Internal/MvcCoreMvcOptionsSetup.cs (100%) rename src/{Microsoft.AspNet.Mvc.Core => Microsoft.AspNetCore.Mvc.Core}/Internal/MvcCoreRouteOptionsSetup.cs (100%) rename src/{Microsoft.AspNet.Mvc.Core => Microsoft.AspNetCore.Mvc.Core}/Internal/MvcMarkerService.cs (100%) rename src/{Microsoft.AspNet.Mvc.Core => Microsoft.AspNetCore.Mvc.Core}/Internal/MvcRouteHandler.cs (100%) rename src/{Microsoft.AspNet.Mvc.Core => Microsoft.AspNetCore.Mvc.Core}/Internal/NonDisposableStream.cs (100%) rename src/{Microsoft.AspNet.Mvc.Core => Microsoft.AspNetCore.Mvc.Core}/Internal/ObjectResultExecutor.cs (100%) rename src/{Microsoft.AspNet.Mvc.Core => Microsoft.AspNetCore.Mvc.Core}/Internal/PrefixContainer.cs (100%) rename src/{Microsoft.AspNet.Mvc.Core => Microsoft.AspNetCore.Mvc.Core}/Internal/ReferenceEqualityComparer.cs (100%) rename src/{Microsoft.AspNet.Mvc.Core => Microsoft.AspNetCore.Mvc.Core}/Internal/ResponseCacheFilter.cs (100%) rename src/{Microsoft.AspNet.Mvc.Core => Microsoft.AspNetCore.Mvc.Core}/Internal/ResponseContentTypeHelper.cs (100%) rename src/{Microsoft.AspNet.Mvc.Core => Microsoft.AspNetCore.Mvc.Core}/Internal/RouteConstraintAttribute.cs (100%) rename src/{Microsoft.AspNet.Mvc.Core => Microsoft.AspNetCore.Mvc.Core}/Internal/ShortFormDictionaryValidationStrategy.cs (100%) rename src/{Microsoft.AspNet.Mvc.Core => Microsoft.AspNetCore.Mvc.Core}/Internal/TaskCache.cs (100%) rename src/{Microsoft.AspNet.Mvc.Core => Microsoft.AspNetCore.Mvc.Core}/Internal/TaskCacheOfT.cs (100%) rename src/{Microsoft.AspNet.Mvc.Core => Microsoft.AspNetCore.Mvc.Core}/Internal/TypeActivatorCache.cs (100%) rename src/{Microsoft.AspNet.Mvc.Core => Microsoft.AspNetCore.Mvc.Core}/LocalRedirectResult.cs (100%) rename src/{Microsoft.AspNet.Mvc.Core => Microsoft.AspNetCore.Mvc.Core}/Logging/ControllerActionInvokerLoggerExtensions.cs (100%) rename src/{Microsoft.AspNet.Mvc.Core => Microsoft.AspNetCore.Mvc.Core}/Logging/DefaultActionSelectorLoggerExtensions.cs (100%) rename src/{Microsoft.AspNet.Mvc.Core => Microsoft.AspNetCore.Mvc.Core}/Logging/FileResultLoggerExtensions.cs (100%) rename src/{Microsoft.AspNet.Mvc.Core => Microsoft.AspNetCore.Mvc.Core}/Logging/FilterActionInvokerLoggerExtensions.cs (100%) rename src/{Microsoft.AspNet.Mvc.Core => Microsoft.AspNetCore.Mvc.Core}/Logging/ForbidResultLoggerExtensions.cs (100%) rename src/{Microsoft.AspNet.Mvc.Core => Microsoft.AspNetCore.Mvc.Core}/Logging/HttpStatusCodeResultLoggerExtensions.cs (100%) rename src/{Microsoft.AspNet.Mvc.Core => Microsoft.AspNetCore.Mvc.Core}/Logging/LocalRedirectResultLoggerExtensions.cs (100%) rename src/{Microsoft.AspNet.Mvc.Core => Microsoft.AspNetCore.Mvc.Core}/Logging/ObjectResultExecutorLoggerExtensions.cs (100%) rename src/{Microsoft.AspNet.Mvc.Core => Microsoft.AspNetCore.Mvc.Core}/Logging/RedirectResultLoggerExtensions.cs (100%) rename src/{Microsoft.AspNet.Mvc.Core => Microsoft.AspNetCore.Mvc.Core}/Logging/RedirectToActionResultLoggerExtension.cs (100%) rename src/{Microsoft.AspNet.Mvc.Core => Microsoft.AspNetCore.Mvc.Core}/Logging/RedirectToRouteResultLoggerExtensions.cs (100%) rename src/{Microsoft.AspNet.Mvc.Core => Microsoft.AspNetCore.Mvc.Core}/Logging/ViewResultExecutorLoggerExtensions.cs (100%) rename src/{Microsoft.AspNet.Mvc.Core/Microsoft.AspNet.Mvc.Core.xproj => Microsoft.AspNetCore.Mvc.Core/Microsoft.AspNetCore.Mvc.Core.xproj} (100%) rename src/{Microsoft.AspNet.Mvc.Core => Microsoft.AspNetCore.Mvc.Core}/ModelBinderAttribute.cs (100%) rename src/{Microsoft.AspNet.Mvc.Core => Microsoft.AspNetCore.Mvc.Core}/ModelBinding/ArrayModelBinder.cs (100%) rename src/{Microsoft.AspNet.Mvc.Core => Microsoft.AspNetCore.Mvc.Core}/ModelBinding/BindNeverAttribute.cs (100%) rename src/{Microsoft.AspNet.Mvc.Core => Microsoft.AspNetCore.Mvc.Core}/ModelBinding/BindRequiredAttribute.cs (100%) rename src/{Microsoft.AspNet.Mvc.Core => Microsoft.AspNetCore.Mvc.Core}/ModelBinding/BinderTypeBasedModelBinder.cs (100%) rename src/{Microsoft.AspNet.Mvc.Core => Microsoft.AspNetCore.Mvc.Core}/ModelBinding/BindingBehavior.cs (100%) rename src/{Microsoft.AspNet.Mvc.Core => Microsoft.AspNetCore.Mvc.Core}/ModelBinding/BindingBehaviorAttribute.cs (100%) rename src/{Microsoft.AspNet.Mvc.Core => Microsoft.AspNetCore.Mvc.Core}/ModelBinding/BindingSourceValueProvider.cs (100%) rename src/{Microsoft.AspNet.Mvc.Core => Microsoft.AspNetCore.Mvc.Core}/ModelBinding/BodyModelBinder.cs (100%) rename src/{Microsoft.AspNet.Mvc.Core => Microsoft.AspNetCore.Mvc.Core}/ModelBinding/ByteArrayModelBinder.cs (100%) rename src/{Microsoft.AspNet.Mvc.Core => Microsoft.AspNetCore.Mvc.Core}/ModelBinding/CancellationTokenModelBinder.cs (100%) rename src/{Microsoft.AspNet.Mvc.Core => Microsoft.AspNetCore.Mvc.Core}/ModelBinding/CollectionModelBinder.cs (100%) rename src/{Microsoft.AspNet.Mvc.Core => Microsoft.AspNetCore.Mvc.Core}/ModelBinding/CompositeModelBinder.cs (100%) rename src/{Microsoft.AspNet.Mvc.Core => Microsoft.AspNetCore.Mvc.Core}/ModelBinding/CompositeValueProvider.cs (100%) rename src/{Microsoft.AspNet.Mvc.Core => Microsoft.AspNetCore.Mvc.Core}/ModelBinding/DefaultPropertyBindingPredicateProvider.cs (100%) rename src/{Microsoft.AspNet.Mvc.Core => Microsoft.AspNetCore.Mvc.Core}/ModelBinding/DictionaryModelBinder.cs (100%) rename src/{Microsoft.AspNet.Mvc.Core => Microsoft.AspNetCore.Mvc.Core}/ModelBinding/EmptyModelMetadataProvider.cs (100%) rename src/{Microsoft.AspNet.Mvc.Core => Microsoft.AspNetCore.Mvc.Core}/ModelBinding/FormCollectionModelBinder.cs (100%) rename src/{Microsoft.AspNet.Mvc.Core => Microsoft.AspNetCore.Mvc.Core}/ModelBinding/FormFileModelBinder.cs (100%) rename src/{Microsoft.AspNet.Mvc.Core => Microsoft.AspNetCore.Mvc.Core}/ModelBinding/FormValueProvider.cs (100%) rename src/{Microsoft.AspNet.Mvc.Core => Microsoft.AspNetCore.Mvc.Core}/ModelBinding/FormValueProviderFactory.cs (100%) rename src/{Microsoft.AspNet.Mvc.Core => Microsoft.AspNetCore.Mvc.Core}/ModelBinding/GenericModelBinder.cs (100%) rename src/{Microsoft.AspNet.Mvc.Core => Microsoft.AspNetCore.Mvc.Core}/ModelBinding/HeaderModelBinder.cs (100%) rename src/{Microsoft.AspNet.Mvc.Core => Microsoft.AspNetCore.Mvc.Core}/ModelBinding/IBindingSourceValueProvider.cs (100%) rename src/{Microsoft.AspNet.Mvc.Core => Microsoft.AspNetCore.Mvc.Core}/ModelBinding/ICollectionModelBinder.cs (100%) rename src/{Microsoft.AspNet.Mvc.Core => Microsoft.AspNetCore.Mvc.Core}/ModelBinding/ICompositeModelBinder.cs (100%) rename src/{Microsoft.AspNet.Mvc.Core => Microsoft.AspNetCore.Mvc.Core}/ModelBinding/ICompositeValueProviderFactory.cs (100%) rename src/{Microsoft.AspNet.Mvc.Core => Microsoft.AspNetCore.Mvc.Core}/ModelBinding/IEnumerableValueProvider.cs (100%) rename src/{Microsoft.AspNet.Mvc.Core => Microsoft.AspNetCore.Mvc.Core}/ModelBinding/JQueryFormValueProvider.cs (100%) rename src/{Microsoft.AspNet.Mvc.Core => Microsoft.AspNetCore.Mvc.Core}/ModelBinding/JQueryFormValueProviderFactory.cs (100%) rename src/{Microsoft.AspNet.Mvc.Core => Microsoft.AspNetCore.Mvc.Core}/ModelBinding/KeyValuePairModelBinder.cs (100%) rename src/{Microsoft.AspNet.Mvc.Core => Microsoft.AspNetCore.Mvc.Core}/ModelBinding/Metadata/BindingMetadata.cs (100%) rename src/{Microsoft.AspNet.Mvc.Core => Microsoft.AspNetCore.Mvc.Core}/ModelBinding/Metadata/BindingMetadataProviderContext.cs (100%) rename src/{Microsoft.AspNet.Mvc.Core => Microsoft.AspNetCore.Mvc.Core}/ModelBinding/Metadata/DefaultMetadataDetails.cs (100%) rename src/{Microsoft.AspNet.Mvc.Core => Microsoft.AspNetCore.Mvc.Core}/ModelBinding/Metadata/DefaultModelMetadata.cs (100%) rename src/{Microsoft.AspNet.Mvc.Core => Microsoft.AspNetCore.Mvc.Core}/ModelBinding/Metadata/DefaultModelMetadataProvider.cs (100%) rename src/{Microsoft.AspNet.Mvc.Core => Microsoft.AspNetCore.Mvc.Core}/ModelBinding/Metadata/DisplayMetadata.cs (100%) rename src/{Microsoft.AspNet.Mvc.Core => Microsoft.AspNetCore.Mvc.Core}/ModelBinding/Metadata/DisplayMetadataProviderContext.cs (100%) rename src/{Microsoft.AspNet.Mvc.Core => Microsoft.AspNetCore.Mvc.Core}/ModelBinding/Metadata/IBindingMetadataProvider.cs (100%) rename src/{Microsoft.AspNet.Mvc.Core => Microsoft.AspNetCore.Mvc.Core}/ModelBinding/Metadata/ICompositeMetadataDetailsProvider.cs (100%) rename src/{Microsoft.AspNet.Mvc.Core => Microsoft.AspNetCore.Mvc.Core}/ModelBinding/Metadata/IDisplayMetadataProvider.cs (100%) rename src/{Microsoft.AspNet.Mvc.Core => Microsoft.AspNetCore.Mvc.Core}/ModelBinding/Metadata/IMetadataDetailsProvider.cs (100%) rename src/{Microsoft.AspNet.Mvc.Core => Microsoft.AspNetCore.Mvc.Core}/ModelBinding/Metadata/IValidationMetadataProvider.cs (100%) rename src/{Microsoft.AspNet.Mvc.Core => Microsoft.AspNetCore.Mvc.Core}/ModelBinding/Metadata/ModelAttributes.cs (100%) rename src/{Microsoft.AspNet.Mvc.Core => Microsoft.AspNetCore.Mvc.Core}/ModelBinding/Metadata/ModelBindingMessageProvider.cs (100%) rename src/{Microsoft.AspNet.Mvc.Core => Microsoft.AspNetCore.Mvc.Core}/ModelBinding/Metadata/ValidationMetadata.cs (100%) rename src/{Microsoft.AspNet.Mvc.Core => Microsoft.AspNetCore.Mvc.Core}/ModelBinding/Metadata/ValidationMetadataProviderContext.cs (100%) rename src/{Microsoft.AspNet.Mvc.Core => Microsoft.AspNetCore.Mvc.Core}/ModelBinding/ModelBindingHelper.cs (100%) rename src/{Microsoft.AspNet.Mvc.Core => Microsoft.AspNetCore.Mvc.Core}/ModelBinding/ModelMetadataProviderExtensions.cs (100%) rename src/{Microsoft.AspNet.Mvc.Core => Microsoft.AspNetCore.Mvc.Core}/ModelBinding/ModelNames.cs (100%) rename src/{Microsoft.AspNet.Mvc.Core => Microsoft.AspNetCore.Mvc.Core}/ModelBinding/MutableObjectModelBinder.cs (100%) rename src/{Microsoft.AspNet.Mvc.Core => Microsoft.AspNetCore.Mvc.Core}/ModelBinding/MutableObjectModelBinderContext.cs (100%) rename src/{Microsoft.AspNet.Mvc.Core => Microsoft.AspNetCore.Mvc.Core}/ModelBinding/QueryStringValueProvider.cs (100%) rename src/{Microsoft.AspNet.Mvc.Core => Microsoft.AspNetCore.Mvc.Core}/ModelBinding/QueryStringValueProviderFactory.cs (100%) rename src/{Microsoft.AspNet.Mvc.Core => Microsoft.AspNetCore.Mvc.Core}/ModelBinding/RouteValueProvider.cs (100%) rename src/{Microsoft.AspNet.Mvc.Core => Microsoft.AspNetCore.Mvc.Core}/ModelBinding/RouteValueProviderFactory.cs (100%) rename src/{Microsoft.AspNet.Mvc.Core => Microsoft.AspNetCore.Mvc.Core}/ModelBinding/ServicesModelBinder.cs (100%) rename src/{Microsoft.AspNet.Mvc.Core => Microsoft.AspNetCore.Mvc.Core}/ModelBinding/SimpleTypeModelBinder.cs (100%) rename src/{Microsoft.AspNet.Mvc.Core => Microsoft.AspNetCore.Mvc.Core}/ModelBinding/Validation/CompositeClientModelValidatorProvider.cs (100%) rename src/{Microsoft.AspNet.Mvc.Core => Microsoft.AspNetCore.Mvc.Core}/ModelBinding/Validation/CompositeModelValidatorProvider.cs (100%) rename src/{Microsoft.AspNet.Mvc.Core => Microsoft.AspNetCore.Mvc.Core}/ModelBinding/Validation/IObjectModelValidator.cs (100%) rename src/{Microsoft.AspNet.Mvc.Core => Microsoft.AspNetCore.Mvc.Core}/ModelBinding/Validation/ValidationExcludeFilter.cs (100%) rename src/{Microsoft.AspNet.Mvc.Core => Microsoft.AspNetCore.Mvc.Core}/ModelBinding/Validation/ValidationVisitor.cs (100%) rename src/{Microsoft.AspNet.Mvc.Core => Microsoft.AspNetCore.Mvc.Core}/ModelBinding/ValueProviderResultExtensions.cs (100%) rename src/{Microsoft.AspNet.Mvc.Core => Microsoft.AspNetCore.Mvc.Core}/ModelMetadataTypeAttribute.cs (100%) rename src/{Microsoft.AspNet.Mvc.Core => Microsoft.AspNetCore.Mvc.Core}/MvcOptions.cs (100%) rename src/{Microsoft.AspNet.Mvc.Core => Microsoft.AspNetCore.Mvc.Core}/NoContentResult.cs (100%) rename src/{Microsoft.AspNet.Mvc.Core => Microsoft.AspNetCore.Mvc.Core}/NonActionAttribute.cs (100%) rename src/{Microsoft.AspNet.Mvc.Core => Microsoft.AspNetCore.Mvc.Core}/NonControllerAttribute.cs (100%) rename src/{Microsoft.AspNet.Mvc.Core => Microsoft.AspNetCore.Mvc.Core}/ObjectResult.cs (100%) rename src/{Microsoft.AspNet.Mvc.Core => Microsoft.AspNetCore.Mvc.Core}/PhysicalFileResult.cs (100%) rename src/{Microsoft.AspNet.Mvc.Core => Microsoft.AspNetCore.Mvc.Core}/ProducesAttribute.cs (100%) rename src/{Microsoft.AspNet.Mvc.Core => Microsoft.AspNetCore.Mvc.Core}/Properties/AssemblyInfo.cs (100%) rename src/{Microsoft.AspNet.Mvc.Core => Microsoft.AspNetCore.Mvc.Core}/Properties/Resources.Designer.cs (100%) rename src/{Microsoft.AspNet.Mvc.Core => Microsoft.AspNetCore.Mvc.Core}/RedirectResult.cs (100%) rename src/{Microsoft.AspNet.Mvc.Core => Microsoft.AspNetCore.Mvc.Core}/RedirectToActionResult.cs (100%) rename src/{Microsoft.AspNet.Mvc.Core => Microsoft.AspNetCore.Mvc.Core}/RedirectToRouteResult.cs (100%) rename src/{Microsoft.AspNet.Mvc.Core => Microsoft.AspNetCore.Mvc.Core}/RequireHttpsAttribute.cs (100%) rename src/{Microsoft.AspNet.Mvc.Core => Microsoft.AspNetCore.Mvc.Core}/Resources.resx (100%) rename src/{Microsoft.AspNet.Mvc.Core => Microsoft.AspNetCore.Mvc.Core}/ResponseCacheAttribute.cs (100%) rename src/{Microsoft.AspNet.Mvc.Core => Microsoft.AspNetCore.Mvc.Core}/ResponseCacheLocation.cs (100%) rename src/{Microsoft.AspNet.Mvc.Core => Microsoft.AspNetCore.Mvc.Core}/RouteAttribute.cs (100%) rename src/{Microsoft.AspNet.Mvc.Core => Microsoft.AspNetCore.Mvc.Core}/Routing/HttpMethodAttribute.cs (100%) rename src/{Microsoft.AspNet.Mvc.Core => Microsoft.AspNetCore.Mvc.Core}/Routing/IActionHttpMethodProvider.cs (100%) rename src/{Microsoft.AspNet.Mvc.Core => Microsoft.AspNetCore.Mvc.Core}/Routing/IActionSelectionDecisionTree.cs (100%) rename src/{Microsoft.AspNet.Mvc.Core => Microsoft.AspNetCore.Mvc.Core}/Routing/IRouteConstraintProvider.cs (100%) rename src/{Microsoft.AspNet.Mvc.Core => Microsoft.AspNetCore.Mvc.Core}/Routing/IRouteTemplateProvider.cs (100%) rename src/{Microsoft.AspNet.Mvc.Core => Microsoft.AspNetCore.Mvc.Core}/Routing/IUrlHelperFactory.cs (100%) rename src/{Microsoft.AspNet.Mvc.Core => Microsoft.AspNetCore.Mvc.Core}/Routing/KnownRouteValueConstraint.cs (100%) rename src/{Microsoft.AspNet.Mvc.Core => Microsoft.AspNetCore.Mvc.Core}/Routing/UrlActionContext.cs (100%) rename src/{Microsoft.AspNet.Mvc.Core => Microsoft.AspNetCore.Mvc.Core}/Routing/UrlHelper.cs (100%) rename src/{Microsoft.AspNet.Mvc.Core => Microsoft.AspNetCore.Mvc.Core}/Routing/UrlHelperFactory.cs (100%) rename src/{Microsoft.AspNet.Mvc.Core => Microsoft.AspNetCore.Mvc.Core}/Routing/UrlRouteContext.cs (100%) rename src/{Microsoft.AspNet.Mvc.Core => Microsoft.AspNetCore.Mvc.Core}/SerializableError.cs (100%) rename src/{Microsoft.AspNet.Mvc.Core => Microsoft.AspNetCore.Mvc.Core}/ServiceFilterAttribute.cs (100%) rename src/{Microsoft.AspNet.Mvc.Core => Microsoft.AspNetCore.Mvc.Core}/TypeFilterAttribute.cs (100%) rename src/{Microsoft.AspNet.Mvc.Core => Microsoft.AspNetCore.Mvc.Core}/UnsupportedMediaTypeResult.cs (100%) rename src/{Microsoft.AspNet.Mvc.Core => Microsoft.AspNetCore.Mvc.Core}/UrlHelperExtensions.cs (100%) rename src/{Microsoft.AspNet.Mvc.Core => Microsoft.AspNetCore.Mvc.Core}/ViewFeatures/IKeepTempDataResult.cs (100%) rename src/{Microsoft.AspNet.Mvc.Core => Microsoft.AspNetCore.Mvc.Core}/VirtualFileResult.cs (100%) rename src/{Microsoft.AspNet.Mvc.Core => Microsoft.AspNetCore.Mvc.Core}/project.json (100%) rename src/{Microsoft.AspNet.Mvc.Cors => Microsoft.AspNetCore.Mvc.Cors}/DependencyInjection/MvcCorsMvcCoreBuilderExtensions.cs (100%) rename src/{Microsoft.AspNet.Mvc.Cors => Microsoft.AspNetCore.Mvc.Cors}/Internal/CorsApplicationModelProvider.cs (100%) rename src/{Microsoft.AspNet.Mvc.Cors => Microsoft.AspNetCore.Mvc.Cors}/Internal/CorsAuthorizationFilter.cs (100%) rename src/{Microsoft.AspNet.Mvc.Cors => Microsoft.AspNetCore.Mvc.Cors}/Internal/CorsAuthorizationFilterFactory.cs (100%) rename src/{Microsoft.AspNet.Mvc.Cors => Microsoft.AspNetCore.Mvc.Cors}/Internal/DisableCorsAuthorizationFilter.cs (100%) rename src/{Microsoft.AspNet.Mvc.Cors => Microsoft.AspNetCore.Mvc.Cors}/Internal/ICorsAuthorizationFilter.cs (100%) rename src/{Microsoft.AspNet.Mvc.Cors/Microsoft.AspNet.Mvc.Cors.xproj => Microsoft.AspNetCore.Mvc.Cors/Microsoft.AspNetCore.Mvc.Cors.xproj} (100%) rename src/{Microsoft.AspNet.Mvc.Cors => Microsoft.AspNetCore.Mvc.Cors}/Properties/AssemblyInfo.cs (100%) rename src/{Microsoft.AspNet.Mvc.Cors => Microsoft.AspNetCore.Mvc.Cors}/project.json (100%) rename src/{Microsoft.AspNet.Mvc.DataAnnotations => Microsoft.AspNetCore.Mvc.DataAnnotations}/DependencyInjection/MvcDataAnnotationsMvcBuilderExtensions.cs (100%) rename src/{Microsoft.AspNet.Mvc.DataAnnotations => Microsoft.AspNetCore.Mvc.DataAnnotations}/DependencyInjection/MvcDataAnnotationsMvcCoreBuilderExtensions.cs (100%) rename src/{Microsoft.AspNet.Mvc.DataAnnotations => Microsoft.AspNetCore.Mvc.DataAnnotations}/HiddenInputAttribute.cs (100%) rename src/{Microsoft.AspNet.Mvc.DataAnnotations => Microsoft.AspNetCore.Mvc.DataAnnotations}/IAttributeAdapter.cs (100%) rename src/{Microsoft.AspNet.Mvc.DataAnnotations => Microsoft.AspNetCore.Mvc.DataAnnotations}/IValidationAttributeAdapterProvider.cs (100%) rename src/{Microsoft.AspNet.Mvc.DataAnnotations => Microsoft.AspNetCore.Mvc.DataAnnotations}/Internal/AttributeAdapterBase.cs (100%) rename src/{Microsoft.AspNet.Mvc.DataAnnotations => Microsoft.AspNetCore.Mvc.DataAnnotations}/Internal/CompareAttributeAdapter.cs (100%) rename src/{Microsoft.AspNet.Mvc.DataAnnotations => Microsoft.AspNetCore.Mvc.DataAnnotations}/Internal/DataAnnotationsClientModelValidatorProvider.cs (100%) rename src/{Microsoft.AspNet.Mvc.DataAnnotations => Microsoft.AspNetCore.Mvc.DataAnnotations}/Internal/DataAnnotationsLocalizationServices.cs (100%) rename src/{Microsoft.AspNet.Mvc.DataAnnotations => Microsoft.AspNetCore.Mvc.DataAnnotations}/Internal/DataAnnotationsMetadataProvider.cs (100%) rename src/{Microsoft.AspNet.Mvc.DataAnnotations => Microsoft.AspNetCore.Mvc.DataAnnotations}/Internal/DataAnnotationsModelValidator.cs (100%) rename src/{Microsoft.AspNet.Mvc.DataAnnotations => Microsoft.AspNetCore.Mvc.DataAnnotations}/Internal/DataAnnotationsModelValidatorProvider.cs (100%) rename src/{Microsoft.AspNet.Mvc.DataAnnotations => Microsoft.AspNetCore.Mvc.DataAnnotations}/Internal/DataTypeAttributeAdapter.cs (100%) rename src/{Microsoft.AspNet.Mvc.DataAnnotations => Microsoft.AspNetCore.Mvc.DataAnnotations}/Internal/DefaultClientModelValidatorProvider.cs (100%) rename src/{Microsoft.AspNet.Mvc.DataAnnotations => Microsoft.AspNetCore.Mvc.DataAnnotations}/Internal/MaxLengthAttributeAdapter.cs (100%) rename src/{Microsoft.AspNet.Mvc.DataAnnotations => Microsoft.AspNetCore.Mvc.DataAnnotations}/Internal/MinLengthAttributeAdapter.cs (100%) rename src/{Microsoft.AspNet.Mvc.DataAnnotations => Microsoft.AspNetCore.Mvc.DataAnnotations}/Internal/ModelClientValidationEqualToRule.cs (100%) rename src/{Microsoft.AspNet.Mvc.DataAnnotations => Microsoft.AspNetCore.Mvc.DataAnnotations}/Internal/ModelClientValidationMaxLengthRule.cs (100%) rename src/{Microsoft.AspNet.Mvc.DataAnnotations => Microsoft.AspNetCore.Mvc.DataAnnotations}/Internal/ModelClientValidationMinLengthRule.cs (100%) rename src/{Microsoft.AspNet.Mvc.DataAnnotations => Microsoft.AspNetCore.Mvc.DataAnnotations}/Internal/ModelClientValidationNumericRule.cs (100%) rename src/{Microsoft.AspNet.Mvc.DataAnnotations => Microsoft.AspNetCore.Mvc.DataAnnotations}/Internal/ModelClientValidationRangeRule.cs (100%) rename src/{Microsoft.AspNet.Mvc.DataAnnotations => Microsoft.AspNetCore.Mvc.DataAnnotations}/Internal/ModelClientValidationRegexRule.cs (100%) rename src/{Microsoft.AspNet.Mvc.DataAnnotations => Microsoft.AspNetCore.Mvc.DataAnnotations}/Internal/ModelClientValidationRequiredRule.cs (100%) rename src/{Microsoft.AspNet.Mvc.DataAnnotations => Microsoft.AspNetCore.Mvc.DataAnnotations}/Internal/ModelClientValidationStringLengthRule.cs (100%) rename src/{Microsoft.AspNet.Mvc.DataAnnotations => Microsoft.AspNetCore.Mvc.DataAnnotations}/Internal/MvcDataAnnotationsLocalizationOptionsSetup.cs (100%) rename src/{Microsoft.AspNet.Mvc.DataAnnotations => Microsoft.AspNetCore.Mvc.DataAnnotations}/Internal/MvcDataAnnotationsMvcOptionsSetup.cs (100%) rename src/{Microsoft.AspNet.Mvc.DataAnnotations => Microsoft.AspNetCore.Mvc.DataAnnotations}/Internal/NumericClientModelValidator.cs (100%) rename src/{Microsoft.AspNet.Mvc.DataAnnotations => Microsoft.AspNetCore.Mvc.DataAnnotations}/Internal/NumericClientModelValidatorProvider.cs (100%) rename src/{Microsoft.AspNet.Mvc.DataAnnotations => Microsoft.AspNetCore.Mvc.DataAnnotations}/Internal/RangeAttributeAdapter.cs (100%) rename src/{Microsoft.AspNet.Mvc.DataAnnotations => Microsoft.AspNetCore.Mvc.DataAnnotations}/Internal/RegularExpressionAttributeAdapter.cs (100%) rename src/{Microsoft.AspNet.Mvc.DataAnnotations => Microsoft.AspNetCore.Mvc.DataAnnotations}/Internal/RequiredAttributeAdapter.cs (100%) rename src/{Microsoft.AspNet.Mvc.DataAnnotations => Microsoft.AspNetCore.Mvc.DataAnnotations}/Internal/StringLengthAttributeAdapter.cs (100%) rename src/{Microsoft.AspNet.Mvc.DataAnnotations => Microsoft.AspNetCore.Mvc.DataAnnotations}/Internal/ValidatableObjectAdapter.cs (100%) rename src/{Microsoft.AspNet.Mvc.DataAnnotations => Microsoft.AspNetCore.Mvc.DataAnnotations}/Internal/ValidationAttributeAdapterOfTAttribute.cs (100%) rename src/{Microsoft.AspNet.Mvc.DataAnnotations => Microsoft.AspNetCore.Mvc.DataAnnotations}/Internal/ValidationAttributeAdapterProvider.cs (100%) rename src/{Microsoft.AspNet.Mvc.DataAnnotations/Microsoft.AspNet.Mvc.DataAnnotations.xproj => Microsoft.AspNetCore.Mvc.DataAnnotations/Microsoft.AspNetCore.Mvc.DataAnnotations.xproj} (100%) rename src/{Microsoft.AspNet.Mvc.DataAnnotations => Microsoft.AspNetCore.Mvc.DataAnnotations}/MvcDataAnnotationsLocalizationOptions.cs (100%) rename src/{Microsoft.AspNet.Mvc.DataAnnotations => Microsoft.AspNetCore.Mvc.DataAnnotations}/Properties/AssemblyInfo.cs (100%) rename src/{Microsoft.AspNet.Mvc.DataAnnotations => Microsoft.AspNetCore.Mvc.DataAnnotations}/Properties/Resources.Designer.cs (100%) rename src/{Microsoft.AspNet.Mvc.DataAnnotations => Microsoft.AspNetCore.Mvc.DataAnnotations}/Resources.resx (100%) rename src/{Microsoft.AspNet.Mvc.DataAnnotations => Microsoft.AspNetCore.Mvc.DataAnnotations}/project.json (100%) rename src/{Microsoft.AspNet.Mvc.Formatters.Json => Microsoft.AspNetCore.Mvc.Formatters.Json}/DependencyInjection/MvcJsonMvcBuilderExtensions.cs (100%) rename src/{Microsoft.AspNet.Mvc.Formatters.Json => Microsoft.AspNetCore.Mvc.Formatters.Json}/DependencyInjection/MvcJsonMvcCoreBuilderExtensions.cs (100%) rename src/{Microsoft.AspNet.Mvc.Formatters.Json => Microsoft.AspNetCore.Mvc.Formatters.Json}/Infrastructure/JsonResultExecutor.cs (100%) rename src/{Microsoft.AspNet.Mvc.Formatters.Json => Microsoft.AspNetCore.Mvc.Formatters.Json}/Infrastructure/JsonSerializerObjectPolicy.cs (100%) rename src/{Microsoft.AspNet.Mvc.Formatters.Json => Microsoft.AspNetCore.Mvc.Formatters.Json}/Internal/JsonArrayPool.cs (100%) rename src/{Microsoft.AspNet.Mvc.Formatters.Json => Microsoft.AspNetCore.Mvc.Formatters.Json}/Internal/MediaTypeHeaderValues.cs (100%) rename src/{Microsoft.AspNet.Mvc.Formatters.Json => Microsoft.AspNetCore.Mvc.Formatters.Json}/Internal/MvcJsonMvcOptionsSetup.cs (100%) rename src/{Microsoft.AspNet.Mvc.Formatters.Json => Microsoft.AspNetCore.Mvc.Formatters.Json}/Internal/SerializerSettingsProvider.cs (100%) rename src/{Microsoft.AspNet.Mvc.Formatters.Json => Microsoft.AspNetCore.Mvc.Formatters.Json}/JsonInputFormatter.cs (100%) rename src/{Microsoft.AspNet.Mvc.Formatters.Json => Microsoft.AspNetCore.Mvc.Formatters.Json}/JsonOutputFormatter.cs (100%) rename src/{Microsoft.AspNet.Mvc.Formatters.Json => Microsoft.AspNetCore.Mvc.Formatters.Json}/JsonPatchExtensions.cs (100%) rename src/{Microsoft.AspNet.Mvc.Formatters.Json => Microsoft.AspNetCore.Mvc.Formatters.Json}/JsonPatchInputFormatter.cs (100%) rename src/{Microsoft.AspNet.Mvc.Formatters.Json => Microsoft.AspNetCore.Mvc.Formatters.Json}/JsonResult.cs (100%) rename src/{Microsoft.AspNet.Mvc.Formatters.Json => Microsoft.AspNetCore.Mvc.Formatters.Json}/Logging/JsonInputFormatterLoggerExtensions.cs (100%) rename src/{Microsoft.AspNet.Mvc.Formatters.Json => Microsoft.AspNetCore.Mvc.Formatters.Json}/Logging/JsonResultExecutorLoggerExtensions.cs (100%) rename src/{Microsoft.AspNet.Mvc.Formatters.Json/Microsoft.AspNet.Mvc.Formatters.Json.xproj => Microsoft.AspNetCore.Mvc.Formatters.Json/Microsoft.AspNetCore.Mvc.Formatters.Json.xproj} (100%) rename src/{Microsoft.AspNet.Mvc.Formatters.Json => Microsoft.AspNetCore.Mvc.Formatters.Json}/MvcJsonOptions.cs (100%) rename src/{Microsoft.AspNet.Mvc.Formatters.Json => Microsoft.AspNetCore.Mvc.Formatters.Json}/Properties/AssemblyInfo.cs (100%) rename src/{Microsoft.AspNet.Mvc.Formatters.Json => Microsoft.AspNetCore.Mvc.Formatters.Json}/project.json (100%) rename src/{Microsoft.AspNet.Mvc.Formatters.Xml => Microsoft.AspNetCore.Mvc.Formatters.Xml}/DelegatingEnumerable.cs (100%) rename src/{Microsoft.AspNet.Mvc.Formatters.Xml => Microsoft.AspNetCore.Mvc.Formatters.Xml}/DelegatingEnumerator.cs (100%) rename src/{Microsoft.AspNet.Mvc.Formatters.Xml => Microsoft.AspNetCore.Mvc.Formatters.Xml}/DependencyInjection/MvcXmlMvcBuilderExtensions.cs (100%) rename src/{Microsoft.AspNet.Mvc.Formatters.Xml => Microsoft.AspNetCore.Mvc.Formatters.Xml}/DependencyInjection/MvcXmlMvcCoreBuilderExtensions.cs (100%) rename src/{Microsoft.AspNet.Mvc.Formatters.Xml => Microsoft.AspNetCore.Mvc.Formatters.Xml}/EnumerableWrapperProvider.cs (100%) rename src/{Microsoft.AspNet.Mvc.Formatters.Xml => Microsoft.AspNetCore.Mvc.Formatters.Xml}/EnumerableWrapperProviderFactory.cs (100%) rename src/{Microsoft.AspNet.Mvc.Formatters.Xml => Microsoft.AspNetCore.Mvc.Formatters.Xml}/IUnwrappable.cs (100%) rename src/{Microsoft.AspNet.Mvc.Formatters.Xml => Microsoft.AspNetCore.Mvc.Formatters.Xml}/IWrapperProvider.cs (100%) rename src/{Microsoft.AspNet.Mvc.Formatters.Xml => Microsoft.AspNetCore.Mvc.Formatters.Xml}/IWrapperProviderFactory.cs (100%) rename src/{Microsoft.AspNet.Mvc.Formatters.Xml => Microsoft.AspNetCore.Mvc.Formatters.Xml}/Internal/FormattingUtilities.cs (100%) rename src/{Microsoft.AspNet.Mvc.Formatters.Xml => Microsoft.AspNetCore.Mvc.Formatters.Xml}/Internal/MediaTypeHeaderValues.cs (100%) rename src/{Microsoft.AspNet.Mvc.Formatters.Xml => Microsoft.AspNetCore.Mvc.Formatters.Xml}/Internal/MvcXmlDataContractSerializerMvcOptionsSetup.cs (100%) rename src/{Microsoft.AspNet.Mvc.Formatters.Xml => Microsoft.AspNetCore.Mvc.Formatters.Xml}/Internal/MvcXmlSerializerMvcOptionsSetup.cs (100%) rename src/{Microsoft.AspNet.Mvc.Formatters.Xml/Microsoft.AspNet.Mvc.Formatters.Xml.xproj => Microsoft.AspNetCore.Mvc.Formatters.Xml/Microsoft.AspNetCore.Mvc.Formatters.Xml.xproj} (100%) rename src/{Microsoft.AspNet.Mvc.Formatters.Xml => Microsoft.AspNetCore.Mvc.Formatters.Xml}/ModelBinding/DataMemberRequiredBindingMetadataProvider.cs (100%) rename src/{Microsoft.AspNet.Mvc.Formatters.Xml => Microsoft.AspNetCore.Mvc.Formatters.Xml}/Properties/AssemblyInfo.cs (100%) rename src/{Microsoft.AspNet.Mvc.Formatters.Xml => Microsoft.AspNetCore.Mvc.Formatters.Xml}/Properties/Resources.Designer.cs (100%) rename src/{Microsoft.AspNet.Mvc.Formatters.Xml => Microsoft.AspNetCore.Mvc.Formatters.Xml}/Resources.resx (100%) rename src/{Microsoft.AspNet.Mvc.Formatters.Xml => Microsoft.AspNetCore.Mvc.Formatters.Xml}/SerializableErrorWrapper.cs (100%) rename src/{Microsoft.AspNet.Mvc.Formatters.Xml => Microsoft.AspNetCore.Mvc.Formatters.Xml}/SerializableErrorWrapperProvider.cs (100%) rename src/{Microsoft.AspNet.Mvc.Formatters.Xml => Microsoft.AspNetCore.Mvc.Formatters.Xml}/SerializableErrorWrapperProviderFactory.cs (100%) rename src/{Microsoft.AspNet.Mvc.Formatters.Xml => Microsoft.AspNetCore.Mvc.Formatters.Xml}/WrapperProviderContext.cs (100%) rename src/{Microsoft.AspNet.Mvc.Formatters.Xml => Microsoft.AspNetCore.Mvc.Formatters.Xml}/WrapperProviderFactoriesExtensions.cs (100%) rename src/{Microsoft.AspNet.Mvc.Formatters.Xml => Microsoft.AspNetCore.Mvc.Formatters.Xml}/XmlDataContractSerializerInputFormatter.cs (100%) rename src/{Microsoft.AspNet.Mvc.Formatters.Xml => Microsoft.AspNetCore.Mvc.Formatters.Xml}/XmlDataContractSerializerOutputFormatter.cs (100%) rename src/{Microsoft.AspNet.Mvc.Formatters.Xml => Microsoft.AspNetCore.Mvc.Formatters.Xml}/XmlSerializerInputFormatter.cs (100%) rename src/{Microsoft.AspNet.Mvc.Formatters.Xml => Microsoft.AspNetCore.Mvc.Formatters.Xml}/XmlSerializerOutputFormatter.cs (100%) rename src/{Microsoft.AspNet.Mvc.Formatters.Xml => Microsoft.AspNetCore.Mvc.Formatters.Xml}/project.json (100%) rename src/{Microsoft.AspNet.Mvc.Localization => Microsoft.AspNetCore.Mvc.Localization}/DependencyInjection/MvcLocalizationMvcBuilderExtensions.cs (100%) rename src/{Microsoft.AspNet.Mvc.Localization => Microsoft.AspNetCore.Mvc.Localization}/DependencyInjection/MvcLocalizationMvcCoreBuilderExtensions.cs (100%) rename src/{Microsoft.AspNet.Mvc.Localization => Microsoft.AspNetCore.Mvc.Localization}/HtmlLocalizer.cs (100%) rename src/{Microsoft.AspNet.Mvc.Localization => Microsoft.AspNetCore.Mvc.Localization}/HtmlLocalizerExtensions.cs (100%) rename src/{Microsoft.AspNet.Mvc.Localization => Microsoft.AspNetCore.Mvc.Localization}/HtmlLocalizerFactory.cs (100%) rename src/{Microsoft.AspNet.Mvc.Localization => Microsoft.AspNetCore.Mvc.Localization}/HtmlLocalizerOfT.cs (100%) rename src/{Microsoft.AspNet.Mvc.Localization => Microsoft.AspNetCore.Mvc.Localization}/IHtmlLocalizer.cs (100%) rename src/{Microsoft.AspNet.Mvc.Localization => Microsoft.AspNetCore.Mvc.Localization}/IHtmlLocalizerFactory.cs (100%) rename src/{Microsoft.AspNet.Mvc.Localization => Microsoft.AspNetCore.Mvc.Localization}/IHtmlLocalizerOfT.cs (100%) rename src/{Microsoft.AspNet.Mvc.Localization => Microsoft.AspNetCore.Mvc.Localization}/IViewLocalizer.cs (100%) rename src/{Microsoft.AspNet.Mvc.Localization => Microsoft.AspNetCore.Mvc.Localization}/Internal/MvcLocalizationServices.cs (100%) rename src/{Microsoft.AspNet.Mvc.Localization => Microsoft.AspNetCore.Mvc.Localization}/LocalizedHtmlString.cs (100%) rename src/{Microsoft.AspNet.Mvc.Localization/Microsoft.AspNet.Mvc.Localization.xproj => Microsoft.AspNetCore.Mvc.Localization/Microsoft.AspNetCore.Mvc.Localization.xproj} (100%) rename src/{Microsoft.AspNet.Mvc.Localization => Microsoft.AspNetCore.Mvc.Localization}/Properties/AssemblyInfo.cs (100%) rename src/{Microsoft.AspNet.Mvc.Localization => Microsoft.AspNetCore.Mvc.Localization}/Properties/Resources.Designer.cs (100%) rename src/{Microsoft.AspNet.Mvc.Localization => Microsoft.AspNetCore.Mvc.Localization}/ViewLocalizer.cs (100%) rename src/{Microsoft.AspNet.Mvc.Localization => Microsoft.AspNetCore.Mvc.Localization}/project.json (100%) rename src/{Microsoft.AspNet.Mvc.Razor.Host => Microsoft.AspNetCore.Mvc.Razor.Host}/Directives/ChunkHelper.cs (100%) rename src/{Microsoft.AspNet.Mvc.Razor.Host => Microsoft.AspNetCore.Mvc.Razor.Host}/Directives/ChunkInheritanceUtility.cs (100%) rename src/{Microsoft.AspNet.Mvc.Razor.Host => Microsoft.AspNetCore.Mvc.Razor.Host}/Directives/ChunkTreeResult.cs (100%) rename src/{Microsoft.AspNet.Mvc.Razor.Host => Microsoft.AspNetCore.Mvc.Razor.Host}/Directives/DefaultChunkTreeCache.cs (100%) rename src/{Microsoft.AspNet.Mvc.Razor.Host => Microsoft.AspNetCore.Mvc.Razor.Host}/Directives/IChunkMerger.cs (100%) rename src/{Microsoft.AspNet.Mvc.Razor.Host => Microsoft.AspNetCore.Mvc.Razor.Host}/Directives/IChunkTreeCache.cs (100%) rename src/{Microsoft.AspNet.Mvc.Razor.Host => Microsoft.AspNetCore.Mvc.Razor.Host}/Directives/InjectChunkMerger.cs (100%) rename src/{Microsoft.AspNet.Mvc.Razor.Host => Microsoft.AspNetCore.Mvc.Razor.Host}/Directives/SetBaseTypeChunkMerger.cs (100%) rename src/{Microsoft.AspNet.Mvc.Razor.Host => Microsoft.AspNetCore.Mvc.Razor.Host}/Directives/UsingChunkMerger.cs (100%) rename src/{Microsoft.AspNet.Mvc.Razor.Host => Microsoft.AspNetCore.Mvc.Razor.Host}/GeneratedTagHelperAttributeContext.cs (100%) rename src/{Microsoft.AspNet.Mvc.Razor.Host => Microsoft.AspNetCore.Mvc.Razor.Host}/IMvcRazorHost.cs (100%) rename src/{Microsoft.AspNet.Mvc.Razor.Host => Microsoft.AspNetCore.Mvc.Razor.Host}/InjectChunk.cs (100%) rename src/{Microsoft.AspNet.Mvc.Razor.Host => Microsoft.AspNetCore.Mvc.Razor.Host}/InjectChunkVisitor.cs (100%) rename src/{Microsoft.AspNet.Mvc.Razor.Host => Microsoft.AspNetCore.Mvc.Razor.Host}/InjectParameterGenerator.cs (100%) rename src/{Microsoft.AspNet.Mvc.Razor.Host => Microsoft.AspNetCore.Mvc.Razor.Host}/Internal/DesignTimeRazorPathNormalizer.cs (100%) rename src/{Microsoft.AspNet.Mvc.Razor.Host => Microsoft.AspNetCore.Mvc.Razor.Host}/Internal/RazorPathNormalizer.cs (100%) rename src/{Microsoft.AspNet.Mvc.Razor.Host/Microsoft.AspNet.Mvc.Razor.Host.xproj => Microsoft.AspNetCore.Mvc.Razor.Host/Microsoft.AspNetCore.Mvc.Razor.Host.xproj} (100%) rename src/{Microsoft.AspNet.Mvc.Razor.Host => Microsoft.AspNetCore.Mvc.Razor.Host}/ModelChunk.cs (100%) rename src/{Microsoft.AspNet.Mvc.Razor.Host => Microsoft.AspNetCore.Mvc.Razor.Host}/ModelChunkGenerator.cs (100%) rename src/{Microsoft.AspNet.Mvc.Razor.Host => Microsoft.AspNetCore.Mvc.Razor.Host}/MvcCSharpChunkVisitor.cs (100%) rename src/{Microsoft.AspNet.Mvc.Razor.Host => Microsoft.AspNetCore.Mvc.Razor.Host}/MvcCSharpCodeGenerator.cs (100%) rename src/{Microsoft.AspNet.Mvc.Razor.Host => Microsoft.AspNetCore.Mvc.Razor.Host}/MvcCSharpCodeVistor.cs (100%) rename src/{Microsoft.AspNet.Mvc.Razor.Host => Microsoft.AspNetCore.Mvc.Razor.Host}/MvcCSharpDesignTimeCodeVisitor.cs (100%) rename src/{Microsoft.AspNet.Mvc.Razor.Host => Microsoft.AspNetCore.Mvc.Razor.Host}/MvcRazorCodeParser.cs (100%) rename src/{Microsoft.AspNet.Mvc.Razor.Host => Microsoft.AspNetCore.Mvc.Razor.Host}/MvcRazorHost.cs (100%) rename src/{Microsoft.AspNet.Mvc.Razor.Host => Microsoft.AspNetCore.Mvc.Razor.Host}/MvcRazorParser.cs (100%) rename src/{Microsoft.AspNet.Mvc.Razor.Host => Microsoft.AspNetCore.Mvc.Razor.Host}/MvcTagHelperAttributeValueCodeRenderer.cs (100%) rename src/{Microsoft.AspNet.Mvc.Razor.Host => Microsoft.AspNetCore.Mvc.Razor.Host}/Properties/AssemblyInfo.cs (100%) rename src/{Microsoft.AspNet.Mvc.Razor.Host => Microsoft.AspNetCore.Mvc.Razor.Host}/Properties/Resources.Designer.cs (100%) rename src/{Microsoft.AspNet.Mvc.Razor.Host => Microsoft.AspNetCore.Mvc.Razor.Host}/Resources.resx (100%) rename src/{Microsoft.AspNet.Mvc.Razor.Host => Microsoft.AspNetCore.Mvc.Razor.Host}/ViewHierarchyUtility.cs (100%) rename src/{Microsoft.AspNet.Mvc.Razor.Host => Microsoft.AspNetCore.Mvc.Razor.Host}/project.json (100%) rename src/{Microsoft.AspNet.Mvc.Razor => Microsoft.AspNetCore.Mvc.Razor}/Compilation/CompilationFailedException.cs (100%) rename src/{Microsoft.AspNet.Mvc.Razor => Microsoft.AspNetCore.Mvc.Razor}/Compilation/CompilationOptionsProviderExtension.cs (100%) rename src/{Microsoft.AspNet.Mvc.Razor => Microsoft.AspNetCore.Mvc.Razor}/Compilation/CompilationResult.cs (100%) rename src/{Microsoft.AspNet.Mvc.Razor => Microsoft.AspNetCore.Mvc.Razor}/Compilation/CompilerCache.cs (100%) rename src/{Microsoft.AspNet.Mvc.Razor => Microsoft.AspNetCore.Mvc.Razor}/Compilation/CompilerCacheResult.cs (100%) rename src/{Microsoft.AspNet.Mvc.Razor => Microsoft.AspNetCore.Mvc.Razor}/Compilation/DefaultCompilerCacheProvider.cs (100%) rename src/{Microsoft.AspNet.Mvc.Razor => Microsoft.AspNetCore.Mvc.Razor}/Compilation/DefaultRoslynCompilationService.cs (100%) rename src/{Microsoft.AspNet.Mvc.Razor => Microsoft.AspNetCore.Mvc.Razor}/Compilation/DependencyContextCompilationService.cs (100%) rename src/{Microsoft.AspNet.Mvc.Razor => Microsoft.AspNetCore.Mvc.Razor}/Compilation/ExpressionRewriter.cs (100%) rename src/{Microsoft.AspNet.Mvc.Razor => Microsoft.AspNetCore.Mvc.Razor}/Compilation/ICompilationService.cs (100%) rename src/{Microsoft.AspNet.Mvc.Razor => Microsoft.AspNetCore.Mvc.Razor}/Compilation/ICompilerCache.cs (100%) rename src/{Microsoft.AspNet.Mvc.Razor => Microsoft.AspNetCore.Mvc.Razor}/Compilation/ICompilerCacheProvider.cs (100%) rename src/{Microsoft.AspNet.Mvc.Razor => Microsoft.AspNetCore.Mvc.Razor}/Compilation/IRazorCompilationService.cs (100%) rename src/{Microsoft.AspNet.Mvc.Razor => Microsoft.AspNetCore.Mvc.Razor}/Compilation/RazorCompilationService.cs (100%) rename src/{Microsoft.AspNet.Mvc.Razor => Microsoft.AspNetCore.Mvc.Razor}/Compilation/RelativeFileInfo.cs (100%) rename src/{Microsoft.AspNet.Mvc.Razor => Microsoft.AspNetCore.Mvc.Razor}/Compilation/RoslynCompilationContext.cs (100%) rename src/{Microsoft.AspNet.Mvc.Razor => Microsoft.AspNetCore.Mvc.Razor}/Compilation/RoslynCompilationService.cs (100%) rename src/{Microsoft.AspNet.Mvc.Razor => Microsoft.AspNetCore.Mvc.Razor}/Compilation/SyntaxTreeGenerator.cs (100%) rename src/{Microsoft.AspNet.Mvc.Razor => Microsoft.AspNetCore.Mvc.Razor}/DefaultRazorPageFactoryProvider.cs (100%) rename src/{Microsoft.AspNet.Mvc.Razor => Microsoft.AspNetCore.Mvc.Razor}/DefaultRazorViewEngineFileProviderAccessor.cs (100%) rename src/{Microsoft.AspNet.Mvc.Razor => Microsoft.AspNetCore.Mvc.Razor}/DefaultTagHelperActivator.cs (100%) rename src/{Microsoft.AspNet.Mvc.Razor => Microsoft.AspNetCore.Mvc.Razor}/DependencyContextRazorViewEngineOptionsSetup.cs (100%) rename src/{Microsoft.AspNet.Mvc.Razor => Microsoft.AspNetCore.Mvc.Razor}/DependencyInjection/MvcRazorMvcBuilderExtensions.cs (100%) rename src/{Microsoft.AspNet.Mvc.Razor => Microsoft.AspNetCore.Mvc.Razor}/DependencyInjection/MvcRazorMvcCoreBuilderExtensions.cs (100%) rename src/{Microsoft.AspNet.Mvc.Razor => Microsoft.AspNetCore.Mvc.Razor}/HelperResult.cs (100%) rename src/{Microsoft.AspNet.Mvc.Razor => Microsoft.AspNetCore.Mvc.Razor}/IRazorPage.cs (100%) rename src/{Microsoft.AspNet.Mvc.Razor => Microsoft.AspNetCore.Mvc.Razor}/IRazorPageActivator.cs (100%) rename src/{Microsoft.AspNet.Mvc.Razor => Microsoft.AspNetCore.Mvc.Razor}/IRazorPageFactoryProvider.cs (100%) rename src/{Microsoft.AspNet.Mvc.Razor => Microsoft.AspNetCore.Mvc.Razor}/IRazorViewEngine.cs (100%) rename src/{Microsoft.AspNet.Mvc.Razor => Microsoft.AspNetCore.Mvc.Razor}/IRazorViewEngineFileProviderAccessor.cs (100%) rename src/{Microsoft.AspNet.Mvc.Razor => Microsoft.AspNetCore.Mvc.Razor}/ITagHelperActivator.cs (100%) rename src/{Microsoft.AspNet.Mvc.Razor => Microsoft.AspNetCore.Mvc.Razor}/ITagHelperInitializerOfT.cs (100%) rename src/{Microsoft.AspNet.Mvc.Razor => Microsoft.AspNetCore.Mvc.Razor}/IViewLocationExpander.cs (100%) rename src/{Microsoft.AspNet.Mvc.Razor => Microsoft.AspNetCore.Mvc.Razor}/Internal/MvcRazorMvcViewOptionsSetup.cs (100%) rename src/{Microsoft.AspNet.Mvc.Razor => Microsoft.AspNetCore.Mvc.Razor}/Internal/RazorInjectAttribute.cs (100%) rename src/{Microsoft.AspNet.Mvc.Razor => Microsoft.AspNetCore.Mvc.Razor}/Internal/SymbolsUtility.cs (100%) rename src/{Microsoft.AspNet.Mvc.Razor => Microsoft.AspNetCore.Mvc.Razor}/LanguageViewLocationExpander.cs (100%) rename src/{Microsoft.AspNet.Mvc.Razor => Microsoft.AspNetCore.Mvc.Razor}/LanguageViewLocationExpanderFormat.cs (100%) rename src/{Microsoft.AspNet.Mvc.Razor => Microsoft.AspNetCore.Mvc.Razor}/Logging/RazorCompilationServiceLoggerExtensions.cs (100%) rename src/{Microsoft.AspNet.Mvc.Razor => Microsoft.AspNetCore.Mvc.Razor}/Logging/RazorViewEngineLoggerExtensions.cs (100%) rename src/{Microsoft.AspNet.Mvc.Razor => Microsoft.AspNetCore.Mvc.Razor}/Logging/RoslynCompilationServiceLoggerExtensions.cs (100%) rename src/{Microsoft.AspNet.Mvc.Razor/Microsoft.AspNet.Mvc.Razor.xproj => Microsoft.AspNetCore.Mvc.Razor/Microsoft.AspNetCore.Mvc.Razor.xproj} (100%) rename src/{Microsoft.AspNet.Mvc.Razor => Microsoft.AspNetCore.Mvc.Razor}/Properties/AssemblyInfo.cs (100%) rename src/{Microsoft.AspNet.Mvc.Razor => Microsoft.AspNetCore.Mvc.Razor}/Properties/Resources.Designer.cs (100%) rename src/{Microsoft.AspNet.Mvc.Razor => Microsoft.AspNetCore.Mvc.Razor}/RazorPage.cs (100%) rename src/{Microsoft.AspNet.Mvc.Razor => Microsoft.AspNetCore.Mvc.Razor}/RazorPageActivator.cs (100%) rename src/{Microsoft.AspNet.Mvc.Razor => Microsoft.AspNetCore.Mvc.Razor}/RazorPageFactoryResult.cs (100%) rename src/{Microsoft.AspNet.Mvc.Razor => Microsoft.AspNetCore.Mvc.Razor}/RazorPageOfT.cs (100%) rename src/{Microsoft.AspNet.Mvc.Razor => Microsoft.AspNetCore.Mvc.Razor}/RazorPageResult.cs (100%) rename src/{Microsoft.AspNet.Mvc.Razor => Microsoft.AspNetCore.Mvc.Razor}/RazorTextWriter.cs (100%) rename src/{Microsoft.AspNet.Mvc.Razor => Microsoft.AspNetCore.Mvc.Razor}/RazorView.cs (100%) rename src/{Microsoft.AspNet.Mvc.Razor => Microsoft.AspNetCore.Mvc.Razor}/RazorViewEngine.cs (100%) rename src/{Microsoft.AspNet.Mvc.Razor => Microsoft.AspNetCore.Mvc.Razor}/RazorViewEngineOptions.cs (100%) rename src/{Microsoft.AspNet.Mvc.Razor => Microsoft.AspNetCore.Mvc.Razor}/RazorViewEngineOptionsSetup.cs (100%) rename src/{Microsoft.AspNet.Mvc.Razor => Microsoft.AspNetCore.Mvc.Razor}/RenderAsyncDelegate.cs (100%) rename src/{Microsoft.AspNet.Mvc.Razor => Microsoft.AspNetCore.Mvc.Razor}/Resources.resx (100%) rename src/{Microsoft.AspNet.Mvc.Razor => Microsoft.AspNetCore.Mvc.Razor}/TagHelperInitializerOfT.cs (100%) rename src/{Microsoft.AspNet.Mvc.Razor => Microsoft.AspNetCore.Mvc.Razor}/TagHelpers/UrlResolutionTagHelper.cs (100%) rename src/{Microsoft.AspNet.Mvc.Razor => Microsoft.AspNetCore.Mvc.Razor}/ViewLocationCacheItem.cs (100%) rename src/{Microsoft.AspNet.Mvc.Razor => Microsoft.AspNetCore.Mvc.Razor}/ViewLocationCacheKey.cs (100%) rename src/{Microsoft.AspNet.Mvc.Razor => Microsoft.AspNetCore.Mvc.Razor}/ViewLocationCacheResult.cs (100%) rename src/{Microsoft.AspNet.Mvc.Razor => Microsoft.AspNetCore.Mvc.Razor}/ViewLocationExpanderContext.cs (100%) rename src/{Microsoft.AspNet.Mvc.Razor => Microsoft.AspNetCore.Mvc.Razor}/project.json (100%) rename src/{Microsoft.AspNet.Mvc.TagHelpers => Microsoft.AspNetCore.Mvc.TagHelpers}/AnchorTagHelper.cs (100%) rename src/{Microsoft.AspNet.Mvc.TagHelpers => Microsoft.AspNetCore.Mvc.TagHelpers}/CacheTagHelper.cs (100%) rename src/{Microsoft.AspNet.Mvc.TagHelpers => Microsoft.AspNetCore.Mvc.TagHelpers}/EnvironmentTagHelper.cs (100%) rename src/{Microsoft.AspNet.Mvc.TagHelpers => Microsoft.AspNetCore.Mvc.TagHelpers}/FormTagHelper.cs (100%) rename src/{Microsoft.AspNet.Mvc.TagHelpers => Microsoft.AspNetCore.Mvc.TagHelpers}/ImageTagHelper.cs (100%) rename src/{Microsoft.AspNet.Mvc.TagHelpers => Microsoft.AspNetCore.Mvc.TagHelpers}/InputTagHelper.cs (100%) rename src/{Microsoft.AspNet.Mvc.TagHelpers => Microsoft.AspNetCore.Mvc.TagHelpers}/Internal/AttributeMatcher.cs (100%) rename src/{Microsoft.AspNet.Mvc.TagHelpers => Microsoft.AspNetCore.Mvc.TagHelpers}/Internal/CurrentValues.cs (100%) rename src/{Microsoft.AspNet.Mvc.TagHelpers => Microsoft.AspNetCore.Mvc.TagHelpers}/Internal/FileProviderGlobbingDirectory.cs (100%) rename src/{Microsoft.AspNet.Mvc.TagHelpers => Microsoft.AspNetCore.Mvc.TagHelpers}/Internal/FileProviderGlobbingFile.cs (100%) rename src/{Microsoft.AspNet.Mvc.TagHelpers => Microsoft.AspNetCore.Mvc.TagHelpers}/Internal/FileVersionProvider.cs (100%) rename src/{Microsoft.AspNet.Mvc.TagHelpers => Microsoft.AspNetCore.Mvc.TagHelpers}/Internal/GlobbingUrlBuilder.cs (100%) rename src/{Microsoft.AspNet.Mvc.TagHelpers => Microsoft.AspNetCore.Mvc.TagHelpers}/Internal/JavaScriptResources.cs (100%) rename src/{Microsoft.AspNet.Mvc.TagHelpers => Microsoft.AspNetCore.Mvc.TagHelpers}/Internal/ModeAttributesOfT.cs (100%) rename src/{Microsoft.AspNet.Mvc.TagHelpers => Microsoft.AspNetCore.Mvc.TagHelpers}/LabelTagHelper.cs (100%) rename src/{Microsoft.AspNet.Mvc.TagHelpers => Microsoft.AspNetCore.Mvc.TagHelpers}/LinkTagHelper.cs (100%) rename src/{Microsoft.AspNet.Mvc.TagHelpers/Microsoft.AspNet.Mvc.TagHelpers.xproj => Microsoft.AspNetCore.Mvc.TagHelpers/Microsoft.AspNetCore.Mvc.TagHelpers.xproj} (100%) rename src/{Microsoft.AspNet.Mvc.TagHelpers => Microsoft.AspNetCore.Mvc.TagHelpers}/OptionTagHelper.cs (100%) rename src/{Microsoft.AspNet.Mvc.TagHelpers => Microsoft.AspNetCore.Mvc.TagHelpers}/Properties/AssemblyInfo.cs (100%) rename src/{Microsoft.AspNet.Mvc.TagHelpers => Microsoft.AspNetCore.Mvc.TagHelpers}/Properties/Resources.Designer.cs (100%) rename src/{Microsoft.AspNet.Mvc.TagHelpers => Microsoft.AspNetCore.Mvc.TagHelpers}/RenderAtEndOfFormTagHelper.cs (100%) rename src/{Microsoft.AspNet.Mvc.TagHelpers => Microsoft.AspNetCore.Mvc.TagHelpers}/Rendering/ValidationSummary.cs (100%) rename src/{Microsoft.AspNet.Mvc.TagHelpers => Microsoft.AspNetCore.Mvc.TagHelpers}/Resources.resx (100%) rename src/{Microsoft.AspNet.Mvc.TagHelpers => Microsoft.AspNetCore.Mvc.TagHelpers}/ScriptTagHelper.cs (100%) rename src/{Microsoft.AspNet.Mvc.TagHelpers => Microsoft.AspNetCore.Mvc.TagHelpers}/SelectTagHelper.cs (100%) rename src/{Microsoft.AspNet.Mvc.TagHelpers => Microsoft.AspNetCore.Mvc.TagHelpers}/TagHelperContentExtensions.cs (100%) rename src/{Microsoft.AspNet.Mvc.TagHelpers => Microsoft.AspNetCore.Mvc.TagHelpers}/TagHelperOutputExtensions.cs (100%) rename src/{Microsoft.AspNet.Mvc.TagHelpers => Microsoft.AspNetCore.Mvc.TagHelpers}/TextAreaTagHelper.cs (100%) rename src/{Microsoft.AspNet.Mvc.TagHelpers => Microsoft.AspNetCore.Mvc.TagHelpers}/ValidationMessageTagHelper.cs (100%) rename src/{Microsoft.AspNet.Mvc.TagHelpers => Microsoft.AspNetCore.Mvc.TagHelpers}/ValidationSummaryTagHelper.cs (100%) rename src/{Microsoft.AspNet.Mvc.TagHelpers => Microsoft.AspNetCore.Mvc.TagHelpers}/gruntfile.js (100%) rename src/{Microsoft.AspNet.Mvc.TagHelpers => Microsoft.AspNetCore.Mvc.TagHelpers}/js/LinkTagHelper_FallbackJavaScript.js (100%) rename src/{Microsoft.AspNet.Mvc.TagHelpers => Microsoft.AspNetCore.Mvc.TagHelpers}/package.json (100%) rename src/{Microsoft.AspNet.Mvc.TagHelpers => Microsoft.AspNetCore.Mvc.TagHelpers}/project.json (100%) rename src/{Microsoft.AspNet.Mvc.ViewFeatures => Microsoft.AspNetCore.Mvc.ViewFeatures}/AutoValidateAntiforgeryTokenAttribute.cs (100%) rename src/{Microsoft.AspNet.Mvc.ViewFeatures => Microsoft.AspNetCore.Mvc.ViewFeatures}/Buffer/IViewBufferScope.cs (100%) rename src/{Microsoft.AspNet.Mvc.ViewFeatures => Microsoft.AspNetCore.Mvc.ViewFeatures}/Buffer/MemoryPoolViewBufferScope.cs (100%) rename src/{Microsoft.AspNet.Mvc.ViewFeatures => Microsoft.AspNetCore.Mvc.ViewFeatures}/Buffer/ViewBuffer.cs (100%) rename src/{Microsoft.AspNet.Mvc.ViewFeatures => Microsoft.AspNetCore.Mvc.ViewFeatures}/Buffer/ViewBufferValue.cs (100%) rename src/{Microsoft.AspNet.Mvc.ViewFeatures => Microsoft.AspNetCore.Mvc.ViewFeatures}/Controller.cs (100%) rename src/{Microsoft.AspNet.Mvc.ViewFeatures => Microsoft.AspNetCore.Mvc.ViewFeatures}/DependencyInjection/MvcViewFeaturesMvcBuilderExtensions.cs (100%) rename src/{Microsoft.AspNet.Mvc.ViewFeatures => Microsoft.AspNetCore.Mvc.ViewFeatures}/DependencyInjection/MvcViewFeaturesMvcCoreBuilderExtensions.cs (100%) rename src/{Microsoft.AspNet.Mvc.ViewFeatures => Microsoft.AspNetCore.Mvc.ViewFeatures}/DiagnosticSource/ViewComponentDiagnosticSourceExtensions.cs (100%) rename src/{Microsoft.AspNet.Mvc.ViewFeatures => Microsoft.AspNetCore.Mvc.ViewFeatures}/DiagnosticSource/ViewExecutorDiagnosticSourceExtensions.cs (100%) rename src/{Microsoft.AspNet.Mvc.ViewFeatures => Microsoft.AspNetCore.Mvc.ViewFeatures}/IViewComponentHelper.cs (100%) rename src/{Microsoft.AspNet.Mvc.ViewFeatures => Microsoft.AspNetCore.Mvc.ViewFeatures}/IViewComponentResult.cs (100%) rename src/{Microsoft.AspNet.Mvc.ViewFeatures => Microsoft.AspNetCore.Mvc.ViewFeatures}/IgnoreAntiforgeryTokenAttribute.cs (100%) rename src/{Microsoft.AspNet.Mvc.ViewFeatures => Microsoft.AspNetCore.Mvc.ViewFeatures}/Internal/AutoValidateAntiforgeryTokenAuthorizationFilter.cs (100%) rename src/{Microsoft.AspNet.Mvc.ViewFeatures => Microsoft.AspNetCore.Mvc.ViewFeatures}/Internal/HtmlAttributePropertyHelper.cs (100%) rename src/{Microsoft.AspNet.Mvc.ViewFeatures => Microsoft.AspNetCore.Mvc.ViewFeatures}/Internal/ICanHasViewContext.cs (100%) rename src/{Microsoft.AspNet.Mvc.ViewFeatures => Microsoft.AspNetCore.Mvc.ViewFeatures}/Internal/ModelClientValidationRemoteRule.cs (100%) rename src/{Microsoft.AspNet.Mvc.ViewFeatures => Microsoft.AspNetCore.Mvc.ViewFeatures}/Internal/MvcViewOptionsSetup.cs (100%) rename src/{Microsoft.AspNet.Mvc.ViewFeatures => Microsoft.AspNetCore.Mvc.ViewFeatures}/Internal/NullView.cs (100%) rename src/{Microsoft.AspNet.Mvc.ViewFeatures => Microsoft.AspNetCore.Mvc.ViewFeatures}/Internal/TempDataMvcOptionsSetup.cs (100%) rename src/{Microsoft.AspNet.Mvc.ViewFeatures => Microsoft.AspNetCore.Mvc.ViewFeatures}/Internal/ValidateAntiforgeryTokenAuthorizationFilter.cs (100%) rename src/{Microsoft.AspNet.Mvc.ViewFeatures => Microsoft.AspNetCore.Mvc.ViewFeatures}/Internal/ValidationHelpers.cs (100%) rename src/{Microsoft.AspNet.Mvc.ViewFeatures => Microsoft.AspNetCore.Mvc.ViewFeatures}/Logging/DefaultViewComponentInvokerLoggerExtensions.cs (100%) rename src/{Microsoft.AspNet.Mvc.ViewFeatures => Microsoft.AspNetCore.Mvc.ViewFeatures}/Logging/PartialViewResultExecutorLoggerExtensions.cs (100%) rename src/{Microsoft.AspNet.Mvc.ViewFeatures => Microsoft.AspNetCore.Mvc.ViewFeatures}/Logging/ValidateAntiforgeryTokenAuthorizationFilterLoggerExtensions.cs (100%) rename src/{Microsoft.AspNet.Mvc.ViewFeatures => Microsoft.AspNetCore.Mvc.ViewFeatures}/Logging/ViewComponentResultLoggerExtensions.cs (100%) rename src/{Microsoft.AspNet.Mvc.ViewFeatures => Microsoft.AspNetCore.Mvc.ViewFeatures}/Logging/ViewResultExecutorLoggerExtensions.cs (100%) rename src/{Microsoft.AspNet.Mvc.ViewFeatures/Microsoft.AspNet.Mvc.ViewFeatures.xproj => Microsoft.AspNetCore.Mvc.ViewFeatures/Microsoft.AspNetCore.Mvc.ViewFeatures.xproj} (100%) rename src/{Microsoft.AspNet.Mvc.ViewFeatures => Microsoft.AspNetCore.Mvc.ViewFeatures}/ModelStateDictionaryExtensions.cs (100%) rename src/{Microsoft.AspNet.Mvc.ViewFeatures => Microsoft.AspNetCore.Mvc.ViewFeatures}/MvcViewOptions.cs (100%) rename src/{Microsoft.AspNet.Mvc.ViewFeatures => Microsoft.AspNetCore.Mvc.ViewFeatures}/PartialViewResult.cs (100%) rename src/{Microsoft.AspNet.Mvc.ViewFeatures => Microsoft.AspNetCore.Mvc.ViewFeatures}/Properties/AssemblyInfo.cs (100%) rename src/{Microsoft.AspNet.Mvc.ViewFeatures => Microsoft.AspNetCore.Mvc.ViewFeatures}/Properties/Resources.Designer.cs (100%) rename src/{Microsoft.AspNet.Mvc.ViewFeatures => Microsoft.AspNetCore.Mvc.ViewFeatures}/RemoteAttribute.cs (100%) rename src/{Microsoft.AspNet.Mvc.ViewFeatures => Microsoft.AspNetCore.Mvc.ViewFeatures}/Rendering/FormMethod.cs (100%) rename src/{Microsoft.AspNet.Mvc.ViewFeatures => Microsoft.AspNetCore.Mvc.ViewFeatures}/Rendering/Html5DateRenderingMode.cs (100%) rename src/{Microsoft.AspNet.Mvc.ViewFeatures => Microsoft.AspNetCore.Mvc.ViewFeatures}/Rendering/HtmlHelperDisplayExtensions.cs (100%) rename src/{Microsoft.AspNet.Mvc.ViewFeatures => Microsoft.AspNetCore.Mvc.ViewFeatures}/Rendering/HtmlHelperDisplayNameExtensions.cs (100%) rename src/{Microsoft.AspNet.Mvc.ViewFeatures => Microsoft.AspNetCore.Mvc.ViewFeatures}/Rendering/HtmlHelperEditorExtensions.cs (100%) rename src/{Microsoft.AspNet.Mvc.ViewFeatures => Microsoft.AspNetCore.Mvc.ViewFeatures}/Rendering/HtmlHelperFormExtensions.cs (100%) rename src/{Microsoft.AspNet.Mvc.ViewFeatures => Microsoft.AspNetCore.Mvc.ViewFeatures}/Rendering/HtmlHelperInputExtensions.cs (100%) rename src/{Microsoft.AspNet.Mvc.ViewFeatures => Microsoft.AspNetCore.Mvc.ViewFeatures}/Rendering/HtmlHelperLabelExtensions.cs (100%) rename src/{Microsoft.AspNet.Mvc.ViewFeatures => Microsoft.AspNetCore.Mvc.ViewFeatures}/Rendering/HtmlHelperLinkExtensions.cs (100%) rename src/{Microsoft.AspNet.Mvc.ViewFeatures => Microsoft.AspNetCore.Mvc.ViewFeatures}/Rendering/HtmlHelperNameExtensions.cs (100%) rename src/{Microsoft.AspNet.Mvc.ViewFeatures => Microsoft.AspNetCore.Mvc.ViewFeatures}/Rendering/HtmlHelperPartialExtensions.cs (100%) rename src/{Microsoft.AspNet.Mvc.ViewFeatures => Microsoft.AspNetCore.Mvc.ViewFeatures}/Rendering/HtmlHelperSelectExtensions.cs (100%) rename src/{Microsoft.AspNet.Mvc.ViewFeatures => Microsoft.AspNetCore.Mvc.ViewFeatures}/Rendering/HtmlHelperValidationExtensions.cs (100%) rename src/{Microsoft.AspNet.Mvc.ViewFeatures => Microsoft.AspNetCore.Mvc.ViewFeatures}/Rendering/HtmlHelperValueExtensions.cs (100%) rename src/{Microsoft.AspNet.Mvc.ViewFeatures => Microsoft.AspNetCore.Mvc.ViewFeatures}/Rendering/HtmlString.cs (100%) rename src/{Microsoft.AspNet.Mvc.ViewFeatures => Microsoft.AspNetCore.Mvc.ViewFeatures}/Rendering/IHtmlHelper.cs (100%) rename src/{Microsoft.AspNet.Mvc.ViewFeatures => Microsoft.AspNetCore.Mvc.ViewFeatures}/Rendering/IHtmlHelperOfT.cs (100%) rename src/{Microsoft.AspNet.Mvc.ViewFeatures => Microsoft.AspNetCore.Mvc.ViewFeatures}/Rendering/IJsonHelper.cs (100%) rename src/{Microsoft.AspNet.Mvc.ViewFeatures => Microsoft.AspNetCore.Mvc.ViewFeatures}/Rendering/MultiSelectList.cs (100%) rename src/{Microsoft.AspNet.Mvc.ViewFeatures => Microsoft.AspNetCore.Mvc.ViewFeatures}/Rendering/MvcForm.cs (100%) rename src/{Microsoft.AspNet.Mvc.ViewFeatures => Microsoft.AspNetCore.Mvc.ViewFeatures}/Rendering/SelectList.cs (100%) rename src/{Microsoft.AspNet.Mvc.ViewFeatures => Microsoft.AspNetCore.Mvc.ViewFeatures}/Rendering/SelectListGroup.cs (100%) rename src/{Microsoft.AspNet.Mvc.ViewFeatures => Microsoft.AspNetCore.Mvc.ViewFeatures}/Rendering/SelectListItem.cs (100%) rename src/{Microsoft.AspNet.Mvc.ViewFeatures => Microsoft.AspNetCore.Mvc.ViewFeatures}/Rendering/TagBuilder.cs (100%) rename src/{Microsoft.AspNet.Mvc.ViewFeatures => Microsoft.AspNetCore.Mvc.ViewFeatures}/Rendering/TagRenderMode.cs (100%) rename src/{Microsoft.AspNet.Mvc.ViewFeatures => Microsoft.AspNetCore.Mvc.ViewFeatures}/Rendering/ViewComponentHelperExtensions.cs (100%) rename src/{Microsoft.AspNet.Mvc.ViewFeatures => Microsoft.AspNetCore.Mvc.ViewFeatures}/Rendering/ViewContext.cs (100%) rename src/{Microsoft.AspNet.Mvc.ViewFeatures => Microsoft.AspNetCore.Mvc.ViewFeatures}/Resources.resx (100%) rename src/{Microsoft.AspNet.Mvc.ViewFeatures => Microsoft.AspNetCore.Mvc.ViewFeatures}/SkipStatusCodePagesAttribute.cs (100%) rename src/{Microsoft.AspNet.Mvc.ViewFeatures => Microsoft.AspNetCore.Mvc.ViewFeatures}/ValidateAntiForgeryTokenAttribute.cs (100%) rename src/{Microsoft.AspNet.Mvc.ViewFeatures => Microsoft.AspNetCore.Mvc.ViewFeatures}/ViewComponent.cs (100%) rename src/{Microsoft.AspNet.Mvc.ViewFeatures => Microsoft.AspNetCore.Mvc.ViewFeatures}/ViewComponentAttribute.cs (100%) rename src/{Microsoft.AspNet.Mvc.ViewFeatures => Microsoft.AspNetCore.Mvc.ViewFeatures}/ViewComponentResult.cs (100%) rename src/{Microsoft.AspNet.Mvc.ViewFeatures => Microsoft.AspNetCore.Mvc.ViewFeatures}/ViewComponents/ContentViewComponentResult.cs (100%) rename src/{Microsoft.AspNet.Mvc.ViewFeatures => Microsoft.AspNetCore.Mvc.ViewFeatures}/ViewComponents/DefaultViewComponentActivator.cs (100%) rename src/{Microsoft.AspNet.Mvc.ViewFeatures => Microsoft.AspNetCore.Mvc.ViewFeatures}/ViewComponents/DefaultViewComponentDescriptorCollectionProvider.cs (100%) rename src/{Microsoft.AspNet.Mvc.ViewFeatures => Microsoft.AspNetCore.Mvc.ViewFeatures}/ViewComponents/DefaultViewComponentDescriptorProvider.cs (100%) rename src/{Microsoft.AspNet.Mvc.ViewFeatures => Microsoft.AspNetCore.Mvc.ViewFeatures}/ViewComponents/DefaultViewComponentHelper.cs (100%) rename src/{Microsoft.AspNet.Mvc.ViewFeatures => Microsoft.AspNetCore.Mvc.ViewFeatures}/ViewComponents/DefaultViewComponentInvoker.cs (100%) rename src/{Microsoft.AspNet.Mvc.ViewFeatures => Microsoft.AspNetCore.Mvc.ViewFeatures}/ViewComponents/DefaultViewComponentInvokerFactory.cs (100%) rename src/{Microsoft.AspNet.Mvc.ViewFeatures => Microsoft.AspNetCore.Mvc.ViewFeatures}/ViewComponents/DefaultViewComponentSelector.cs (100%) rename src/{Microsoft.AspNet.Mvc.ViewFeatures => Microsoft.AspNetCore.Mvc.ViewFeatures}/ViewComponents/HtmlContentViewComponentResult.cs (100%) rename src/{Microsoft.AspNet.Mvc.ViewFeatures => Microsoft.AspNetCore.Mvc.ViewFeatures}/ViewComponents/IViewComponentActivator.cs (100%) rename src/{Microsoft.AspNet.Mvc.ViewFeatures => Microsoft.AspNetCore.Mvc.ViewFeatures}/ViewComponents/IViewComponentDescriptorCollectionProvider.cs (100%) rename src/{Microsoft.AspNet.Mvc.ViewFeatures => Microsoft.AspNetCore.Mvc.ViewFeatures}/ViewComponents/IViewComponentDescriptorProvider.cs (100%) rename src/{Microsoft.AspNet.Mvc.ViewFeatures => Microsoft.AspNetCore.Mvc.ViewFeatures}/ViewComponents/IViewComponentInvoker.cs (100%) rename src/{Microsoft.AspNet.Mvc.ViewFeatures => Microsoft.AspNetCore.Mvc.ViewFeatures}/ViewComponents/IViewComponentInvokerFactory.cs (100%) rename src/{Microsoft.AspNet.Mvc.ViewFeatures => Microsoft.AspNetCore.Mvc.ViewFeatures}/ViewComponents/IViewComponentSelector.cs (100%) rename src/{Microsoft.AspNet.Mvc.ViewFeatures => Microsoft.AspNetCore.Mvc.ViewFeatures}/ViewComponents/JsonViewComponentResult.cs (100%) rename src/{Microsoft.AspNet.Mvc.ViewFeatures => Microsoft.AspNetCore.Mvc.ViewFeatures}/ViewComponents/ViewComponentContext.cs (100%) rename src/{Microsoft.AspNet.Mvc.ViewFeatures => Microsoft.AspNetCore.Mvc.ViewFeatures}/ViewComponents/ViewComponentContextAttribute.cs (100%) rename src/{Microsoft.AspNet.Mvc.ViewFeatures => Microsoft.AspNetCore.Mvc.ViewFeatures}/ViewComponents/ViewComponentConventions.cs (100%) rename src/{Microsoft.AspNet.Mvc.ViewFeatures => Microsoft.AspNetCore.Mvc.ViewFeatures}/ViewComponents/ViewComponentDescriptor.cs (100%) rename src/{Microsoft.AspNet.Mvc.ViewFeatures => Microsoft.AspNetCore.Mvc.ViewFeatures}/ViewComponents/ViewComponentDescriptorCollection.cs (100%) rename src/{Microsoft.AspNet.Mvc.ViewFeatures => Microsoft.AspNetCore.Mvc.ViewFeatures}/ViewComponents/ViewViewComponentResult.cs (100%) rename src/{Microsoft.AspNet.Mvc.ViewFeatures => Microsoft.AspNetCore.Mvc.ViewFeatures}/ViewEngines/CompositeViewEngine.cs (100%) rename src/{Microsoft.AspNet.Mvc.ViewFeatures => Microsoft.AspNetCore.Mvc.ViewFeatures}/ViewEngines/ICompositeViewEngine.cs (100%) rename src/{Microsoft.AspNet.Mvc.ViewFeatures => Microsoft.AspNetCore.Mvc.ViewFeatures}/ViewEngines/IView.cs (100%) rename src/{Microsoft.AspNet.Mvc.ViewFeatures => Microsoft.AspNetCore.Mvc.ViewFeatures}/ViewEngines/IViewEngine.cs (100%) rename src/{Microsoft.AspNet.Mvc.ViewFeatures => Microsoft.AspNetCore.Mvc.ViewFeatures}/ViewEngines/ViewEngineResult.cs (100%) rename src/{Microsoft.AspNet.Mvc.ViewFeatures => Microsoft.AspNetCore.Mvc.ViewFeatures}/ViewFeatures/AttributeDictionary.cs (100%) rename src/{Microsoft.AspNet.Mvc.ViewFeatures => Microsoft.AspNetCore.Mvc.ViewFeatures}/ViewFeatures/CachedExpressionCompiler.cs (100%) rename src/{Microsoft.AspNet.Mvc.ViewFeatures => Microsoft.AspNetCore.Mvc.ViewFeatures}/ViewFeatures/DefaultDisplayTemplates.cs (100%) rename src/{Microsoft.AspNet.Mvc.ViewFeatures => Microsoft.AspNetCore.Mvc.ViewFeatures}/ViewFeatures/DefaultEditorTemplates.cs (100%) rename src/{Microsoft.AspNet.Mvc.ViewFeatures => Microsoft.AspNetCore.Mvc.ViewFeatures}/ViewFeatures/DefaultHtmlGenerator.cs (100%) rename src/{Microsoft.AspNet.Mvc.ViewFeatures => Microsoft.AspNetCore.Mvc.ViewFeatures}/ViewFeatures/DynamicViewData.cs (100%) rename src/{Microsoft.AspNet.Mvc.ViewFeatures => Microsoft.AspNetCore.Mvc.ViewFeatures}/ViewFeatures/ExpressionHelper.cs (100%) rename src/{Microsoft.AspNet.Mvc.ViewFeatures => Microsoft.AspNetCore.Mvc.ViewFeatures}/ViewFeatures/ExpressionMetadataProvider.cs (100%) rename src/{Microsoft.AspNet.Mvc.ViewFeatures => Microsoft.AspNetCore.Mvc.ViewFeatures}/ViewFeatures/FormContext.cs (100%) rename src/{Microsoft.AspNet.Mvc.ViewFeatures => Microsoft.AspNetCore.Mvc.ViewFeatures}/ViewFeatures/HtmlContentWrapperTextWriter.cs (100%) rename src/{Microsoft.AspNet.Mvc.ViewFeatures => Microsoft.AspNetCore.Mvc.ViewFeatures}/ViewFeatures/HtmlHelper.cs (100%) rename src/{Microsoft.AspNet.Mvc.ViewFeatures => Microsoft.AspNetCore.Mvc.ViewFeatures}/ViewFeatures/HtmlHelperOfT.cs (100%) rename src/{Microsoft.AspNet.Mvc.ViewFeatures => Microsoft.AspNetCore.Mvc.ViewFeatures}/ViewFeatures/HtmlHelperOptions.cs (100%) rename src/{Microsoft.AspNet.Mvc.ViewFeatures => Microsoft.AspNetCore.Mvc.ViewFeatures}/ViewFeatures/IAntiforgeryPolicy.cs (100%) rename src/{Microsoft.AspNet.Mvc.ViewFeatures => Microsoft.AspNetCore.Mvc.ViewFeatures}/ViewFeatures/IHtmlGenerator.cs (100%) rename src/{Microsoft.AspNet.Mvc.ViewFeatures => Microsoft.AspNetCore.Mvc.ViewFeatures}/ViewFeatures/ITempDataDictionary.cs (100%) rename src/{Microsoft.AspNet.Mvc.ViewFeatures => Microsoft.AspNetCore.Mvc.ViewFeatures}/ViewFeatures/ITempDataDictionaryFactory.cs (100%) rename src/{Microsoft.AspNet.Mvc.ViewFeatures => Microsoft.AspNetCore.Mvc.ViewFeatures}/ViewFeatures/ITempDataProvider.cs (100%) rename src/{Microsoft.AspNet.Mvc.ViewFeatures => Microsoft.AspNetCore.Mvc.ViewFeatures}/ViewFeatures/InputType.cs (100%) rename src/{Microsoft.AspNet.Mvc.ViewFeatures => Microsoft.AspNetCore.Mvc.ViewFeatures}/ViewFeatures/JsonHelper.cs (100%) rename src/{Microsoft.AspNet.Mvc.ViewFeatures => Microsoft.AspNetCore.Mvc.ViewFeatures}/ViewFeatures/ModelExplorer.cs (100%) rename src/{Microsoft.AspNet.Mvc.ViewFeatures => Microsoft.AspNetCore.Mvc.ViewFeatures}/ViewFeatures/ModelExplorerExtensions.cs (100%) rename src/{Microsoft.AspNet.Mvc.ViewFeatures => Microsoft.AspNetCore.Mvc.ViewFeatures}/ViewFeatures/ModelExpression.cs (100%) rename src/{Microsoft.AspNet.Mvc.ViewFeatures => Microsoft.AspNetCore.Mvc.ViewFeatures}/ViewFeatures/ModelMetadataProviderExtensions.cs (100%) rename src/{Microsoft.AspNet.Mvc.ViewFeatures => Microsoft.AspNetCore.Mvc.ViewFeatures}/ViewFeatures/PartialViewResultExecutor.cs (100%) rename src/{Microsoft.AspNet.Mvc.ViewFeatures => Microsoft.AspNetCore.Mvc.ViewFeatures}/ViewFeatures/SaveTempDataAttribute.cs (100%) rename src/{Microsoft.AspNet.Mvc.ViewFeatures => Microsoft.AspNetCore.Mvc.ViewFeatures}/ViewFeatures/SaveTempDataFilter.cs (100%) rename src/{Microsoft.AspNet.Mvc.ViewFeatures => Microsoft.AspNetCore.Mvc.ViewFeatures}/ViewFeatures/SessionStateTempDataProvider.cs (100%) rename src/{Microsoft.AspNet.Mvc.ViewFeatures => Microsoft.AspNetCore.Mvc.ViewFeatures}/ViewFeatures/StringHtmlContent.cs (100%) rename src/{Microsoft.AspNet.Mvc.ViewFeatures => Microsoft.AspNetCore.Mvc.ViewFeatures}/ViewFeatures/TempDataDictionary.cs (100%) rename src/{Microsoft.AspNet.Mvc.ViewFeatures => Microsoft.AspNetCore.Mvc.ViewFeatures}/ViewFeatures/TempDataDictionaryFactory.cs (100%) rename src/{Microsoft.AspNet.Mvc.ViewFeatures => Microsoft.AspNetCore.Mvc.ViewFeatures}/ViewFeatures/TemplateBuilder.cs (100%) rename src/{Microsoft.AspNet.Mvc.ViewFeatures => Microsoft.AspNetCore.Mvc.ViewFeatures}/ViewFeatures/TemplateInfo.cs (100%) rename src/{Microsoft.AspNet.Mvc.ViewFeatures => Microsoft.AspNetCore.Mvc.ViewFeatures}/ViewFeatures/TemplateRenderer.cs (100%) rename src/{Microsoft.AspNet.Mvc.ViewFeatures => Microsoft.AspNetCore.Mvc.ViewFeatures}/ViewFeatures/TryGetValueDelegate.cs (100%) rename src/{Microsoft.AspNet.Mvc.ViewFeatures => Microsoft.AspNetCore.Mvc.ViewFeatures}/ViewFeatures/TryGetValueProvider.cs (100%) rename src/{Microsoft.AspNet.Mvc.ViewFeatures => Microsoft.AspNetCore.Mvc.ViewFeatures}/ViewFeatures/UnobtrusiveValidationAttributesGenerator.cs (100%) rename src/{Microsoft.AspNet.Mvc.ViewFeatures => Microsoft.AspNetCore.Mvc.ViewFeatures}/ViewFeatures/ViewContextAttribute.cs (100%) rename src/{Microsoft.AspNet.Mvc.ViewFeatures => Microsoft.AspNetCore.Mvc.ViewFeatures}/ViewFeatures/ViewDataDictionary.cs (100%) rename src/{Microsoft.AspNet.Mvc.ViewFeatures => Microsoft.AspNetCore.Mvc.ViewFeatures}/ViewFeatures/ViewDataDictionaryAttribute.cs (100%) rename src/{Microsoft.AspNet.Mvc.ViewFeatures => Microsoft.AspNetCore.Mvc.ViewFeatures}/ViewFeatures/ViewDataDictionaryControllerPropertyActivator.cs (100%) rename src/{Microsoft.AspNet.Mvc.ViewFeatures => Microsoft.AspNetCore.Mvc.ViewFeatures}/ViewFeatures/ViewDataDictionaryOfT.cs (100%) rename src/{Microsoft.AspNet.Mvc.ViewFeatures => Microsoft.AspNetCore.Mvc.ViewFeatures}/ViewFeatures/ViewDataEvaluator.cs (100%) rename src/{Microsoft.AspNet.Mvc.ViewFeatures => Microsoft.AspNetCore.Mvc.ViewFeatures}/ViewFeatures/ViewDataInfo.cs (100%) rename src/{Microsoft.AspNet.Mvc.ViewFeatures => Microsoft.AspNetCore.Mvc.ViewFeatures}/ViewFeatures/ViewExecutor.cs (100%) rename src/{Microsoft.AspNet.Mvc.ViewFeatures => Microsoft.AspNetCore.Mvc.ViewFeatures}/ViewFeatures/ViewResultExecutor.cs (100%) rename src/{Microsoft.AspNet.Mvc.ViewFeatures => Microsoft.AspNetCore.Mvc.ViewFeatures}/ViewResult.cs (100%) rename src/{Microsoft.AspNet.Mvc.ViewFeatures => Microsoft.AspNetCore.Mvc.ViewFeatures}/project.json (100%) rename src/{Microsoft.AspNet.Mvc.WebApiCompatShim => Microsoft.AspNetCore.Mvc.WebApiCompatShim}/ApiController.cs (100%) rename src/{Microsoft.AspNet.Mvc.WebApiCompatShim => Microsoft.AspNetCore.Mvc.WebApiCompatShim}/BadRequestErrorMessageResult.cs (100%) rename src/{Microsoft.AspNet.Mvc.WebApiCompatShim => Microsoft.AspNetCore.Mvc.WebApiCompatShim}/ConflictResult.cs (100%) rename src/{Microsoft.AspNet.Mvc.WebApiCompatShim => Microsoft.AspNetCore.Mvc.WebApiCompatShim}/ContentNegotiator/CollectionExtensions.cs (100%) rename src/{Microsoft.AspNet.Mvc.WebApiCompatShim => Microsoft.AspNetCore.Mvc.WebApiCompatShim}/ContentNegotiator/ContentNegotiationResult.cs (100%) rename src/{Microsoft.AspNet.Mvc.WebApiCompatShim => Microsoft.AspNetCore.Mvc.WebApiCompatShim}/ContentNegotiator/DefaultContentNegotiator.cs (100%) rename src/{Microsoft.AspNet.Mvc.WebApiCompatShim => Microsoft.AspNetCore.Mvc.WebApiCompatShim}/ContentNegotiator/FormDataCollection.cs (100%) rename src/{Microsoft.AspNet.Mvc.WebApiCompatShim => Microsoft.AspNetCore.Mvc.WebApiCompatShim}/ContentNegotiator/FormattingUtilities.cs (100%) rename src/{Microsoft.AspNet.Mvc.WebApiCompatShim => Microsoft.AspNetCore.Mvc.WebApiCompatShim}/ContentNegotiator/IContentNegotiator.cs (100%) rename src/{Microsoft.AspNet.Mvc.WebApiCompatShim => Microsoft.AspNetCore.Mvc.WebApiCompatShim}/ContentNegotiator/ListWrapperCollection.cs (100%) rename src/{Microsoft.AspNet.Mvc.WebApiCompatShim => Microsoft.AspNetCore.Mvc.WebApiCompatShim}/ContentNegotiator/MediaTypeConstants.cs (100%) rename src/{Microsoft.AspNet.Mvc.WebApiCompatShim => Microsoft.AspNetCore.Mvc.WebApiCompatShim}/ContentNegotiator/MediaTypeFormatterMatch.cs (100%) rename src/{Microsoft.AspNet.Mvc.WebApiCompatShim => Microsoft.AspNetCore.Mvc.WebApiCompatShim}/ContentNegotiator/MediaTypeFormatterMatchRanking.cs (100%) rename src/{Microsoft.AspNet.Mvc.WebApiCompatShim => Microsoft.AspNetCore.Mvc.WebApiCompatShim}/ContentNegotiator/MediaTypeHeaderValueExtensions.cs (100%) rename src/{Microsoft.AspNet.Mvc.WebApiCompatShim => Microsoft.AspNetCore.Mvc.WebApiCompatShim}/ContentNegotiator/MediaTypeWithQualityHeaderComparer.cs (100%) rename src/{Microsoft.AspNet.Mvc.WebApiCompatShim => Microsoft.AspNetCore.Mvc.WebApiCompatShim}/ContentNegotiator/ParsedMediaTypeHeaderValue.cs (100%) rename src/{Microsoft.AspNet.Mvc.WebApiCompatShim => Microsoft.AspNetCore.Mvc.WebApiCompatShim}/ContentNegotiator/StringWithQualityHeaderValueComparer.cs (100%) rename src/{Microsoft.AspNet.Mvc.WebApiCompatShim => Microsoft.AspNetCore.Mvc.WebApiCompatShim}/Conventions/IUseWebApiActionConventions.cs (100%) rename src/{Microsoft.AspNet.Mvc.WebApiCompatShim => Microsoft.AspNetCore.Mvc.WebApiCompatShim}/Conventions/IUseWebApiOverloading.cs (100%) rename src/{Microsoft.AspNet.Mvc.WebApiCompatShim => Microsoft.AspNetCore.Mvc.WebApiCompatShim}/Conventions/IUseWebApiParameterConventions.cs (100%) rename src/{Microsoft.AspNet.Mvc.WebApiCompatShim => Microsoft.AspNetCore.Mvc.WebApiCompatShim}/Conventions/IUseWebApiRoutes.cs (100%) rename src/{Microsoft.AspNet.Mvc.WebApiCompatShim => Microsoft.AspNetCore.Mvc.WebApiCompatShim}/Conventions/UseWebApiActionConventionsAttribute.cs (100%) rename src/{Microsoft.AspNet.Mvc.WebApiCompatShim => Microsoft.AspNetCore.Mvc.WebApiCompatShim}/Conventions/UseWebApiOverloadingAttribute.cs (100%) rename src/{Microsoft.AspNet.Mvc.WebApiCompatShim => Microsoft.AspNetCore.Mvc.WebApiCompatShim}/Conventions/UseWebApiParameterConventionsAttribute.cs (100%) rename src/{Microsoft.AspNet.Mvc.WebApiCompatShim => Microsoft.AspNetCore.Mvc.WebApiCompatShim}/Conventions/UseWebApiRoutesAttribute.cs (100%) rename src/{Microsoft.AspNet.Mvc.WebApiCompatShim => Microsoft.AspNetCore.Mvc.WebApiCompatShim}/Conventions/WebApiActionConventionsApplicationModelConvention.cs (100%) rename src/{Microsoft.AspNet.Mvc.WebApiCompatShim => Microsoft.AspNetCore.Mvc.WebApiCompatShim}/Conventions/WebApiOverloadingApplicationModelConvention.cs (100%) rename src/{Microsoft.AspNet.Mvc.WebApiCompatShim => Microsoft.AspNetCore.Mvc.WebApiCompatShim}/Conventions/WebApiParameterConventionsApplicationModelConvention.cs (100%) rename src/{Microsoft.AspNet.Mvc.WebApiCompatShim => Microsoft.AspNetCore.Mvc.WebApiCompatShim}/Conventions/WebApiRoutesApplicationModelConvention.cs (100%) rename src/{Microsoft.AspNet.Mvc.WebApiCompatShim => Microsoft.AspNetCore.Mvc.WebApiCompatShim}/ExceptionResult.cs (100%) rename src/{Microsoft.AspNet.Mvc.WebApiCompatShim => Microsoft.AspNetCore.Mvc.WebApiCompatShim}/FormDataCollectionExtensions.cs (100%) rename src/{Microsoft.AspNet.Mvc.WebApiCompatShim => Microsoft.AspNetCore.Mvc.WebApiCompatShim}/Formatters/HttpResponseMessageOutputFormatter.cs (100%) rename src/{Microsoft.AspNet.Mvc.WebApiCompatShim => Microsoft.AspNetCore.Mvc.WebApiCompatShim}/HttpError.cs (100%) rename src/{Microsoft.AspNet.Mvc.WebApiCompatShim => Microsoft.AspNetCore.Mvc.WebApiCompatShim}/HttpErrorKeys.cs (100%) rename src/{Microsoft.AspNet.Mvc.WebApiCompatShim => Microsoft.AspNetCore.Mvc.WebApiCompatShim}/HttpRequestMessage/HttpRequestMessageExtensions.cs (100%) rename src/{Microsoft.AspNet.Mvc.WebApiCompatShim => Microsoft.AspNetCore.Mvc.WebApiCompatShim}/HttpRequestMessage/HttpRequestMessageFeature.cs (100%) rename src/{Microsoft.AspNet.Mvc.WebApiCompatShim => Microsoft.AspNetCore.Mvc.WebApiCompatShim}/HttpRequestMessage/HttpRequestMessageHttpContextExtensions.cs (100%) rename src/{Microsoft.AspNet.Mvc.WebApiCompatShim => Microsoft.AspNetCore.Mvc.WebApiCompatShim}/HttpRequestMessage/HttpRequestMessageModelBinder.cs (100%) rename src/{Microsoft.AspNet.Mvc.WebApiCompatShim => Microsoft.AspNetCore.Mvc.WebApiCompatShim}/HttpRequestMessage/IHttpRequestMessageFeature.cs (100%) rename src/{Microsoft.AspNet.Mvc.WebApiCompatShim => Microsoft.AspNetCore.Mvc.WebApiCompatShim}/HttpResponseException.cs (100%) rename src/{Microsoft.AspNet.Mvc.WebApiCompatShim => Microsoft.AspNetCore.Mvc.WebApiCompatShim}/HttpResponseExceptionActionFilter.cs (100%) rename src/{Microsoft.AspNet.Mvc.WebApiCompatShim => Microsoft.AspNetCore.Mvc.WebApiCompatShim}/InternalServerErrorResult.cs (100%) rename src/{Microsoft.AspNet.Mvc.WebApiCompatShim => Microsoft.AspNetCore.Mvc.WebApiCompatShim}/InvalidModelStateResult.cs (100%) rename src/{Microsoft.AspNet.Mvc.WebApiCompatShim/Microsoft.AspNet.Mvc.WebApiCompatShim.xproj => Microsoft.AspNetCore.Mvc.WebApiCompatShim/Microsoft.AspNetCore.Mvc.WebApiCompatShim.xproj} (100%) rename src/{Microsoft.AspNet.Mvc.WebApiCompatShim => Microsoft.AspNetCore.Mvc.WebApiCompatShim}/NegotiatedContentResult.cs (100%) rename src/{Microsoft.AspNet.Mvc.WebApiCompatShim => Microsoft.AspNetCore.Mvc.WebApiCompatShim}/OverloadActionConstraint.cs (100%) rename src/{Microsoft.AspNet.Mvc.WebApiCompatShim => Microsoft.AspNetCore.Mvc.WebApiCompatShim}/ParameterBinding/FromUriAttribute.cs (100%) rename src/{Microsoft.AspNet.Mvc.WebApiCompatShim => Microsoft.AspNetCore.Mvc.WebApiCompatShim}/ParameterBinding/IOptionalBinderMetadata.cs (100%) rename src/{Microsoft.AspNet.Mvc.WebApiCompatShim => Microsoft.AspNetCore.Mvc.WebApiCompatShim}/Properties/AssemblyInfo.cs (100%) rename src/{Microsoft.AspNet.Mvc.WebApiCompatShim => Microsoft.AspNetCore.Mvc.WebApiCompatShim}/Properties/Resources.Designer.cs (100%) rename src/{Microsoft.AspNet.Mvc.WebApiCompatShim => Microsoft.AspNetCore.Mvc.WebApiCompatShim}/Resources.resx (100%) rename src/{Microsoft.AspNet.Mvc.WebApiCompatShim => Microsoft.AspNetCore.Mvc.WebApiCompatShim}/ResponseMessageResult.cs (100%) rename src/{Microsoft.AspNet.Mvc.WebApiCompatShim => Microsoft.AspNetCore.Mvc.WebApiCompatShim}/Routing/WebApiCompatShimRouteBuilderExtensions.cs (100%) rename src/{Microsoft.AspNet.Mvc.WebApiCompatShim => Microsoft.AspNetCore.Mvc.WebApiCompatShim}/WebApiCompatShimMvcBuilderExtensions.cs (100%) rename src/{Microsoft.AspNet.Mvc.WebApiCompatShim => Microsoft.AspNetCore.Mvc.WebApiCompatShim}/WebApiCompatShimOptions.cs (100%) rename src/{Microsoft.AspNet.Mvc.WebApiCompatShim => Microsoft.AspNetCore.Mvc.WebApiCompatShim}/WebApiCompatShimOptionsSetup.cs (100%) rename src/{Microsoft.AspNet.Mvc.WebApiCompatShim => Microsoft.AspNetCore.Mvc.WebApiCompatShim}/project.json (100%) rename src/{Microsoft.AspNet.Mvc/Microsoft.AspNet.Mvc.xproj => Microsoft.AspNetCore.Mvc/Microsoft.AspNetCore.Mvc.xproj} (100%) rename src/{Microsoft.AspNet.Mvc => Microsoft.AspNetCore.Mvc}/MvcServiceCollectionExtensions.cs (100%) rename src/{Microsoft.AspNet.Mvc => Microsoft.AspNetCore.Mvc}/Properties/AssemblyInfo.cs (100%) rename src/{Microsoft.AspNet.Mvc => Microsoft.AspNetCore.Mvc}/project.json (100%) rename test/{Microsoft.AspNet.Mvc.Abstractions.Test/Microsoft.AspNet.Mvc.Abstractions.Test.xproj => Microsoft.AspNetCore.Mvc.Abstractions.Test/Microsoft.AspNetCore.Mvc.Abstractions.Test.xproj} (100%) rename test/{Microsoft.AspNet.Mvc.Abstractions.Test => Microsoft.AspNetCore.Mvc.Abstractions.Test}/ModelBinding/ModelMetadataTest.cs (100%) rename test/{Microsoft.AspNet.Mvc.Abstractions.Test => Microsoft.AspNetCore.Mvc.Abstractions.Test}/ModelBinding/ModelStateDictionaryTest.cs (100%) rename test/{Microsoft.AspNet.Mvc.Abstractions.Test => Microsoft.AspNetCore.Mvc.Abstractions.Test}/ModelBinding/ValueProviderResultTest.cs (100%) rename test/{Microsoft.AspNet.Mvc.Abstractions.Test => Microsoft.AspNetCore.Mvc.Abstractions.Test}/project.json (100%) rename test/{Microsoft.AspNet.Mvc.ApiExplorer.Test => Microsoft.AspNetCore.Mvc.ApiExplorer.Test}/DefaultApiDescriptionProviderTest.cs (100%) rename test/{Microsoft.AspNet.Mvc.ApiExplorer.Test/Microsoft.AspNet.Mvc.ApiExplorer.Test.xproj => Microsoft.AspNetCore.Mvc.ApiExplorer.Test/Microsoft.AspNetCore.Mvc.ApiExplorer.Test.xproj} (100%) rename test/{Microsoft.AspNet.Mvc.ApiExplorer.Test => Microsoft.AspNetCore.Mvc.ApiExplorer.Test}/project.json (100%) rename test/{Microsoft.AspNet.Mvc.Core.Test => Microsoft.AspNetCore.Mvc.Core.Test}/ApplicationModel/ActionModelTest.cs (100%) rename test/{Microsoft.AspNet.Mvc.Core.Test => Microsoft.AspNetCore.Mvc.Core.Test}/ApplicationModel/AttributeRouteModelTests.cs (100%) rename test/{Microsoft.AspNet.Mvc.Core.Test => Microsoft.AspNetCore.Mvc.Core.Test}/ApplicationModel/ControllerModelTest.cs (100%) rename test/{Microsoft.AspNet.Mvc.Core.Test => Microsoft.AspNetCore.Mvc.Core.Test}/ApplicationModel/ParameterModelTest.cs (100%) rename test/{Microsoft.AspNet.Mvc.Core.Test => Microsoft.AspNetCore.Mvc.Core.Test}/ApplicationModel/PropertyModelTest.cs (100%) rename test/{Microsoft.AspNet.Mvc.Core.Test => Microsoft.AspNetCore.Mvc.Core.Test}/BadRequestObjectResultTests.cs (100%) rename test/{Microsoft.AspNet.Mvc.Core.Test => Microsoft.AspNetCore.Mvc.Core.Test}/BadRequestResultTests.cs (100%) rename test/{Microsoft.AspNet.Mvc.Core.Test => Microsoft.AspNetCore.Mvc.Core.Test}/BindAttributeTest.cs (100%) rename test/{Microsoft.AspNet.Mvc.Core.Test => Microsoft.AspNetCore.Mvc.Core.Test}/Builder/MvcApplicationBuilderExtensionsTest.cs (100%) rename test/{Microsoft.AspNet.Mvc.Core.Test => Microsoft.AspNetCore.Mvc.Core.Test}/Builder/MvcAreaRouteBuilderExtensionsTest.cs (100%) rename test/{Microsoft.AspNet.Mvc.Core.Test => Microsoft.AspNetCore.Mvc.Core.Test}/ChallengeResultTest.cs (100%) rename test/{Microsoft.AspNet.Mvc.Core.Test => Microsoft.AspNetCore.Mvc.Core.Test}/ConsumesAttributeTests.cs (100%) rename test/{Microsoft.AspNet.Mvc.Core.Test => Microsoft.AspNetCore.Mvc.Core.Test}/ContentResultTest.cs (100%) rename test/{Microsoft.AspNet.Mvc.Core.Test => Microsoft.AspNetCore.Mvc.Core.Test}/ControllerBaseTest.cs (100%) rename test/{Microsoft.AspNet.Mvc.Core.Test => Microsoft.AspNetCore.Mvc.Core.Test}/Controllers/DefaultControllerActivatorTest.cs (100%) rename test/{Microsoft.AspNet.Mvc.Core.Test => Microsoft.AspNetCore.Mvc.Core.Test}/Controllers/DefaultControllerFactoryTest.cs (100%) rename test/{Microsoft.AspNet.Mvc.Core.Test => Microsoft.AspNetCore.Mvc.Core.Test}/Controllers/DefaultControllerTypeProviderTest.cs (100%) rename test/{Microsoft.AspNet.Mvc.Core.Test => Microsoft.AspNetCore.Mvc.Core.Test}/Controllers/ServiceBasedControllerActivatorTest.cs (100%) rename test/{Microsoft.AspNet.Mvc.Core.Test => Microsoft.AspNetCore.Mvc.Core.Test}/CreatedAtActionResultTests.cs (100%) rename test/{Microsoft.AspNet.Mvc.Core.Test => Microsoft.AspNetCore.Mvc.Core.Test}/CreatedAtRouteResultTests.cs (100%) rename test/{Microsoft.AspNet.Mvc.Core.Test => Microsoft.AspNetCore.Mvc.Core.Test}/CreatedResultTests.cs (100%) rename test/{Microsoft.AspNet.Mvc.Core.Test => Microsoft.AspNetCore.Mvc.Core.Test}/DependencyInjection/ApplicationModelConventionExtensionsTest.cs (100%) rename test/{Microsoft.AspNet.Mvc.Core.Test => Microsoft.AspNetCore.Mvc.Core.Test}/DependencyInjection/MvcBuilderExtensionsTest.cs (100%) rename test/{Microsoft.AspNet.Mvc.Core.Test => Microsoft.AspNetCore.Mvc.Core.Test}/DependencyInjection/MvcCoreServiceCollectionExtensionsTest.cs (100%) rename test/{Microsoft.AspNet.Mvc.Core.Test => Microsoft.AspNetCore.Mvc.Core.Test}/EmptyResultTests.cs (100%) rename test/{Microsoft.AspNet.Mvc.Core.Test => Microsoft.AspNetCore.Mvc.Core.Test}/FileContentResultTest.cs (100%) rename test/{Microsoft.AspNet.Mvc.Core.Test => Microsoft.AspNetCore.Mvc.Core.Test}/FileResultTest.cs (100%) rename test/{Microsoft.AspNet.Mvc.Core.Test => Microsoft.AspNetCore.Mvc.Core.Test}/FileStreamResultTest.cs (100%) rename test/{Microsoft.AspNet.Mvc.Core.Test => Microsoft.AspNetCore.Mvc.Core.Test}/Filters/ActionFilterAttributeTests.cs (100%) rename test/{Microsoft.AspNet.Mvc.Core.Test => Microsoft.AspNetCore.Mvc.Core.Test}/Filters/FilterCollectionTest.cs (100%) rename test/{Microsoft.AspNet.Mvc.Core.Test => Microsoft.AspNetCore.Mvc.Core.Test}/Filters/ResultFilterAttributeTest.cs (100%) rename test/{Microsoft.AspNet.Mvc.Core.Test => Microsoft.AspNetCore.Mvc.Core.Test}/FlushReportingStream.cs (100%) rename test/{Microsoft.AspNet.Mvc.Core.Test => Microsoft.AspNetCore.Mvc.Core.Test}/ForbidResultTest.cs (100%) rename test/{Microsoft.AspNet.Mvc.Core.Test => Microsoft.AspNetCore.Mvc.Core.Test}/Formatters/FormatFilterTest.cs (100%) rename test/{Microsoft.AspNet.Mvc.Core.Test => Microsoft.AspNetCore.Mvc.Core.Test}/Formatters/FormatterCollectionTest.cs (100%) rename test/{Microsoft.AspNet.Mvc.Core.Test => Microsoft.AspNetCore.Mvc.Core.Test}/Formatters/FormatterMappingsTest.cs (100%) rename test/{Microsoft.AspNet.Mvc.Core.Test => Microsoft.AspNetCore.Mvc.Core.Test}/Formatters/HttpNotAcceptableOutputFormatterTest.cs (100%) rename test/{Microsoft.AspNet.Mvc.Core.Test => Microsoft.AspNetCore.Mvc.Core.Test}/Formatters/InputFormatterTest.cs (100%) rename test/{Microsoft.AspNet.Mvc.Core.Test => Microsoft.AspNetCore.Mvc.Core.Test}/Formatters/MediaTypeTest.cs (100%) rename test/{Microsoft.AspNet.Mvc.Core.Test => Microsoft.AspNetCore.Mvc.Core.Test}/Formatters/NoContentFormatterTests.cs (100%) rename test/{Microsoft.AspNet.Mvc.Core.Test => Microsoft.AspNetCore.Mvc.Core.Test}/Formatters/OutputFormatterTests.cs (100%) rename test/{Microsoft.AspNet.Mvc.Core.Test => Microsoft.AspNetCore.Mvc.Core.Test}/Formatters/StreamOutputFormatterTest.cs (100%) rename test/{Microsoft.AspNet.Mvc.Core.Test => Microsoft.AspNetCore.Mvc.Core.Test}/Formatters/StringOutputFormatterTests.cs (100%) rename test/{Microsoft.AspNet.Mvc.Core.Test => Microsoft.AspNetCore.Mvc.Core.Test}/HttpNotFoundObjectResultTest.cs (100%) rename test/{Microsoft.AspNet.Mvc.Core.Test => Microsoft.AspNetCore.Mvc.Core.Test}/HttpNotFoundResultTests.cs (100%) rename test/{Microsoft.AspNet.Mvc.Core.Test => Microsoft.AspNetCore.Mvc.Core.Test}/HttpOkObjectResultTest.cs (100%) rename test/{Microsoft.AspNet.Mvc.Core.Test => Microsoft.AspNetCore.Mvc.Core.Test}/HttpOkResultTest.cs (100%) rename test/{Microsoft.AspNet.Mvc.Core.Test => Microsoft.AspNetCore.Mvc.Core.Test}/HttpResponseStreamWriterTest.cs (100%) rename test/{Microsoft.AspNet.Mvc.Core.Test => Microsoft.AspNetCore.Mvc.Core.Test}/HttpStatusCodeResultTests.cs (100%) rename test/{Microsoft.AspNet.Mvc.Core.Test => Microsoft.AspNetCore.Mvc.Core.Test}/HttpUnauthorizedResultTests.cs (100%) rename test/{Microsoft.AspNet.Mvc.Core.Test => Microsoft.AspNetCore.Mvc.Core.Test}/Infrastructure/DefaultActionSelectorTests.cs (100%) rename test/{Microsoft.AspNet.Mvc.Core.Test => Microsoft.AspNetCore.Mvc.Core.Test}/Infrastructure/DefaultAssemblyProviderTests.cs (100%) rename test/{Microsoft.AspNet.Mvc.Core.Test => Microsoft.AspNetCore.Mvc.Core.Test}/Infrastructure/HttpResponseStreamReaderTest.cs (100%) rename test/{Microsoft.AspNet.Mvc.Core.Test => Microsoft.AspNetCore.Mvc.Core.Test}/Infrastructure/MvcRouteHandlerTests.cs (100%) rename test/{Microsoft.AspNet.Mvc.Core.Test => Microsoft.AspNetCore.Mvc.Core.Test}/Infrastructure/ObjectResultExecutorTest.cs (100%) rename test/{Microsoft.AspNet.Mvc.Core.Test => Microsoft.AspNetCore.Mvc.Core.Test}/Infrastructure/RouteDataActionConstraintTest.cs (100%) rename test/{Microsoft.AspNet.Mvc.Core.Test => Microsoft.AspNetCore.Mvc.Core.Test}/Internal/AcceptHeaderParserTest.cs (100%) rename test/{Microsoft.AspNet.Mvc.Core.Test => Microsoft.AspNetCore.Mvc.Core.Test}/Internal/ActionConstraintCacheTest.cs (100%) rename test/{Microsoft.AspNet.Mvc.Core.Test => Microsoft.AspNetCore.Mvc.Core.Test}/Internal/AttributeRouteTest.cs (100%) rename test/{Microsoft.AspNet.Mvc.Core.Test => Microsoft.AspNetCore.Mvc.Core.Test}/Internal/AttributeRoutingTest.cs (100%) rename test/{Microsoft.AspNet.Mvc.Core.Test => Microsoft.AspNetCore.Mvc.Core.Test}/Internal/AuthorizationApplicationModelProviderTest.cs (100%) rename test/{Microsoft.AspNet.Mvc.Core.Test => Microsoft.AspNetCore.Mvc.Core.Test}/Internal/AuthorizeFilterTest.cs (100%) rename test/{Microsoft.AspNet.Mvc.Core.Test => Microsoft.AspNetCore.Mvc.Core.Test}/Internal/ControllerActionDescriptorBuilderTest.cs (100%) rename test/{Microsoft.AspNet.Mvc.Core.Test => Microsoft.AspNetCore.Mvc.Core.Test}/Internal/ControllerActionDescriptorProviderTests.cs (100%) rename test/{Microsoft.AspNet.Mvc.Core.Test => Microsoft.AspNetCore.Mvc.Core.Test}/Internal/ControllerActionExecutorTests.cs (100%) rename test/{Microsoft.AspNet.Mvc.Core.Test => Microsoft.AspNetCore.Mvc.Core.Test}/Internal/ControllerActionInvokerTest.cs (100%) rename test/{Microsoft.AspNet.Mvc.Core.Test => Microsoft.AspNetCore.Mvc.Core.Test}/Internal/ControllerArgumentBinderTests.cs (100%) rename test/{Microsoft.AspNet.Mvc.Core.Test => Microsoft.AspNetCore.Mvc.Core.Test}/Internal/DefaultApplicationModelProviderTest.cs (100%) rename test/{Microsoft.AspNet.Mvc.Core.Test => Microsoft.AspNetCore.Mvc.Core.Test}/Internal/DefaultBindingMetadataProviderTest.cs (100%) rename test/{Microsoft.AspNet.Mvc.Core.Test => Microsoft.AspNetCore.Mvc.Core.Test}/Internal/DefaultCollectionValidationStrategyTest.cs (100%) rename test/{Microsoft.AspNet.Mvc.Core.Test => Microsoft.AspNetCore.Mvc.Core.Test}/Internal/DefaultComplexObjectValidationStrategyTest.cs (100%) rename test/{Microsoft.AspNet.Mvc.Core.Test => Microsoft.AspNetCore.Mvc.Core.Test}/Internal/DefaultModelValidatorProviderTest.cs (100%) rename test/{Microsoft.AspNet.Mvc.Core.Test => Microsoft.AspNetCore.Mvc.Core.Test}/Internal/DefaultObjectValidatorTests.cs (100%) rename test/{Microsoft.AspNet.Mvc.Core.Test => Microsoft.AspNetCore.Mvc.Core.Test}/Internal/ElementalValueProviderTests.cs (100%) rename test/{Microsoft.AspNet.Mvc.Core.Test => Microsoft.AspNetCore.Mvc.Core.Test}/Internal/ExplicitIndexCollectionValidationStrategyTest.cs (100%) rename test/{Microsoft.AspNet.Mvc.Core.Test => Microsoft.AspNetCore.Mvc.Core.Test}/Internal/FilterCacheTest.cs (100%) rename test/{Microsoft.AspNet.Mvc.Core.Test => Microsoft.AspNetCore.Mvc.Core.Test}/Internal/FilterProviderTest.cs (100%) rename test/{Microsoft.AspNet.Mvc.Core.Test => Microsoft.AspNetCore.Mvc.Core.Test}/Internal/HttpMethodActionConstraintTest.cs (100%) rename test/{Microsoft.AspNet.Mvc.Core.Test => Microsoft.AspNetCore.Mvc.Core.Test}/Internal/ReferenceEqualityComparerTest.cs (100%) rename test/{Microsoft.AspNet.Mvc.Core.Test => Microsoft.AspNetCore.Mvc.Core.Test}/Internal/ResponseCacheFilterTest.cs (100%) rename test/{Microsoft.AspNet.Mvc.Core.Test => Microsoft.AspNetCore.Mvc.Core.Test}/Internal/ResponseContentTypeHelperTest.cs (100%) rename test/{Microsoft.AspNet.Mvc.Core.Test => Microsoft.AspNetCore.Mvc.Core.Test}/Internal/ShortFormDictionaryValidationStrategyTest.cs (100%) rename test/{Microsoft.AspNet.Mvc.Core.Test => Microsoft.AspNetCore.Mvc.Core.Test}/LocalRedirectResultTest.cs (100%) rename test/{Microsoft.AspNet.Mvc.Core.Test => Microsoft.AspNetCore.Mvc.Core.Test}/MediaTypeCollectionTest.cs (100%) rename test/{Microsoft.AspNet.Mvc.Core.Test/Microsoft.AspNet.Mvc.Core.Test.xproj => Microsoft.AspNetCore.Mvc.Core.Test/Microsoft.AspNetCore.Mvc.Core.Test.xproj} (100%) rename test/{Microsoft.AspNet.Mvc.Core.Test => Microsoft.AspNetCore.Mvc.Core.Test}/ModelBinding/ArrayModelBinderTest.cs (100%) rename test/{Microsoft.AspNet.Mvc.Core.Test => Microsoft.AspNetCore.Mvc.Core.Test}/ModelBinding/BinderTypeBasedModelBinderModelBinderTest.cs (100%) rename test/{Microsoft.AspNet.Mvc.Core.Test => Microsoft.AspNetCore.Mvc.Core.Test}/ModelBinding/BindingSourceValueProviderTest.cs (100%) rename test/{Microsoft.AspNet.Mvc.Core.Test => Microsoft.AspNetCore.Mvc.Core.Test}/ModelBinding/BodyModelBinderTests.cs (100%) rename test/{Microsoft.AspNet.Mvc.Core.Test => Microsoft.AspNetCore.Mvc.Core.Test}/ModelBinding/ByteArrayModelBinderTests.cs (100%) rename test/{Microsoft.AspNet.Mvc.Core.Test => Microsoft.AspNetCore.Mvc.Core.Test}/ModelBinding/CancellationTokenModelBinderTests.cs (100%) rename test/{Microsoft.AspNet.Mvc.Core.Test => Microsoft.AspNetCore.Mvc.Core.Test}/ModelBinding/CollectionModelBinderTest.cs (100%) rename test/{Microsoft.AspNet.Mvc.Core.Test => Microsoft.AspNetCore.Mvc.Core.Test}/ModelBinding/CompositeModelBinderTest.cs (100%) rename test/{Microsoft.AspNet.Mvc.Core.Test => Microsoft.AspNetCore.Mvc.Core.Test}/ModelBinding/CompositeValueProviderTest.cs (100%) rename test/{Microsoft.AspNet.Mvc.Core.Test => Microsoft.AspNetCore.Mvc.Core.Test}/ModelBinding/DictionaryModelBinderTest.cs (100%) rename test/{Microsoft.AspNet.Mvc.Core.Test => Microsoft.AspNetCore.Mvc.Core.Test}/ModelBinding/EnumerableValueProviderTest.cs (100%) rename test/{Microsoft.AspNet.Mvc.Core.Test => Microsoft.AspNetCore.Mvc.Core.Test}/ModelBinding/FormCollectionModelBinderTest.cs (100%) rename test/{Microsoft.AspNet.Mvc.Core.Test => Microsoft.AspNetCore.Mvc.Core.Test}/ModelBinding/FormFileModelBinderTest.cs (100%) rename test/{Microsoft.AspNet.Mvc.Core.Test => Microsoft.AspNetCore.Mvc.Core.Test}/ModelBinding/FormValueProviderFactoryTest.cs (100%) rename test/{Microsoft.AspNet.Mvc.Core.Test => Microsoft.AspNetCore.Mvc.Core.Test}/ModelBinding/FormValueProviderTest.cs (100%) rename test/{Microsoft.AspNet.Mvc.Core.Test => Microsoft.AspNetCore.Mvc.Core.Test}/ModelBinding/HeaderModelBinderTests.cs (100%) rename test/{Microsoft.AspNet.Mvc.Core.Test => Microsoft.AspNetCore.Mvc.Core.Test}/ModelBinding/JQueryFormValueProviderFactoryTest.cs (100%) rename test/{Microsoft.AspNet.Mvc.Core.Test => Microsoft.AspNetCore.Mvc.Core.Test}/ModelBinding/JQueryFormValueProviderTest.cs (100%) rename test/{Microsoft.AspNet.Mvc.Core.Test => Microsoft.AspNetCore.Mvc.Core.Test}/ModelBinding/KeyValuePairModelBinderTest.cs (100%) rename test/{Microsoft.AspNet.Mvc.Core.Test => Microsoft.AspNetCore.Mvc.Core.Test}/ModelBinding/Metadata/BindingSourceTest.cs (100%) rename test/{Microsoft.AspNet.Mvc.Core.Test => Microsoft.AspNetCore.Mvc.Core.Test}/ModelBinding/Metadata/CompositeBindingSourceTest.cs (100%) rename test/{Microsoft.AspNet.Mvc.Core.Test => Microsoft.AspNetCore.Mvc.Core.Test}/ModelBinding/Metadata/DefaultModelMetadataProviderTest.cs (100%) rename test/{Microsoft.AspNet.Mvc.Core.Test => Microsoft.AspNetCore.Mvc.Core.Test}/ModelBinding/Metadata/DefaultModelMetadataTest.cs (100%) rename test/{Microsoft.AspNet.Mvc.Core.Test => Microsoft.AspNetCore.Mvc.Core.Test}/ModelBinding/Metadata/DefaultValidationMetadataProviderTest.cs (100%) rename test/{Microsoft.AspNet.Mvc.Core.Test => Microsoft.AspNetCore.Mvc.Core.Test}/ModelBinding/Metadata/EmptyCompositeMetadataDetailsProvider.cs (100%) rename test/{Microsoft.AspNet.Mvc.Core.Test => Microsoft.AspNetCore.Mvc.Core.Test}/ModelBinding/Metadata/ModelAttributesTest.cs (100%) rename test/{Microsoft.AspNet.Mvc.Core.Test => Microsoft.AspNetCore.Mvc.Core.Test}/ModelBinding/Metadata/ModelBinderAttributeTest.cs (100%) rename test/{Microsoft.AspNet.Mvc.Core.Test => Microsoft.AspNetCore.Mvc.Core.Test}/ModelBinding/Metadata/ModelMetadataProviderExtensionsTest.cs (100%) rename test/{Microsoft.AspNet.Mvc.Core.Test => Microsoft.AspNetCore.Mvc.Core.Test}/ModelBinding/ModelBindingContextTest.cs (100%) rename test/{Microsoft.AspNet.Mvc.Core.Test => Microsoft.AspNetCore.Mvc.Core.Test}/ModelBinding/ModelBindingHelperTest.cs (100%) rename test/{Microsoft.AspNet.Mvc.Core.Test => Microsoft.AspNetCore.Mvc.Core.Test}/ModelBinding/ModelBindingResultTest.cs (100%) rename test/{Microsoft.AspNet.Mvc.Core.Test => Microsoft.AspNetCore.Mvc.Core.Test}/ModelBinding/MutableObjectModelBinderTest.cs (100%) rename test/{Microsoft.AspNet.Mvc.Core.Test => Microsoft.AspNetCore.Mvc.Core.Test}/ModelBinding/QueryStringValueProviderFactoryTest.cs (100%) rename test/{Microsoft.AspNet.Mvc.Core.Test => Microsoft.AspNetCore.Mvc.Core.Test}/ModelBinding/QueryStringValueProviderTest.cs (100%) rename test/{Microsoft.AspNet.Mvc.Core.Test => Microsoft.AspNetCore.Mvc.Core.Test}/ModelBinding/RouteValueProviderTests.cs (100%) rename test/{Microsoft.AspNet.Mvc.Core.Test => Microsoft.AspNetCore.Mvc.Core.Test}/ModelBinding/ServicesModelBinderTest.cs (100%) rename test/{Microsoft.AspNet.Mvc.Core.Test => Microsoft.AspNetCore.Mvc.Core.Test}/ModelBinding/SimpleTypeModelBinderTest.cs (100%) rename test/{Microsoft.AspNet.Mvc.Core.Test => Microsoft.AspNetCore.Mvc.Core.Test}/ModelBinding/SimpleValueProvider.cs (100%) rename test/{Microsoft.AspNet.Mvc.Core.Test => Microsoft.AspNetCore.Mvc.Core.Test}/ModelBinding/TestValueProvider.cs (100%) rename test/{Microsoft.AspNet.Mvc.Core.Test => Microsoft.AspNetCore.Mvc.Core.Test}/ModelBinding/Validation/CompositeModelValidatorProviderTest.cs (100%) rename test/{Microsoft.AspNet.Mvc.Core.Test => Microsoft.AspNetCore.Mvc.Core.Test}/MvcOptionsTest.cs (100%) rename test/{Microsoft.AspNet.Mvc.Core.Test => Microsoft.AspNetCore.Mvc.Core.Test}/NonDisposableStreamTest.cs (100%) rename test/{Microsoft.AspNet.Mvc.Core.Test => Microsoft.AspNetCore.Mvc.Core.Test}/ObjectResultTests.cs (100%) rename test/{Microsoft.AspNet.Mvc.Core.Test => Microsoft.AspNetCore.Mvc.Core.Test}/PhysicalFileResultTest.cs (100%) rename test/{Microsoft.AspNet.Mvc.Core.Test => Microsoft.AspNetCore.Mvc.Core.Test}/ProducesAttributeTests.cs (100%) rename test/{Microsoft.AspNet.Mvc.Core.Test => Microsoft.AspNetCore.Mvc.Core.Test}/Properties/AssemblyInfo.cs (100%) rename test/{Microsoft.AspNet.Mvc.Core.Test => Microsoft.AspNetCore.Mvc.Core.Test}/RedirectResultTest.cs (100%) rename test/{Microsoft.AspNet.Mvc.Core.Test => Microsoft.AspNetCore.Mvc.Core.Test}/RedirectToActionResultTest.cs (100%) rename test/{Microsoft.AspNet.Mvc.Core.Test => Microsoft.AspNetCore.Mvc.Core.Test}/RedirectToRouteResultTest.cs (100%) rename test/{Microsoft.AspNet.Mvc.Core.Test => Microsoft.AspNetCore.Mvc.Core.Test}/RequireHttpsAttributeTests.cs (100%) rename test/{Microsoft.AspNet.Mvc.Core.Test => Microsoft.AspNetCore.Mvc.Core.Test}/ResponseCacheAttributeTest.cs (100%) rename test/{Microsoft.AspNet.Mvc.Core.Test => Microsoft.AspNetCore.Mvc.Core.Test}/Routing/HttpMethodProviderAttributesTests.cs (100%) rename test/{Microsoft.AspNet.Mvc.Core.Test => Microsoft.AspNetCore.Mvc.Core.Test}/Routing/KnownRouteValueConstraintTests.cs (100%) rename test/{Microsoft.AspNet.Mvc.Core.Test => Microsoft.AspNetCore.Mvc.Core.Test}/Routing/RouteTemplateProviderAttributesTest.cs (100%) rename test/{Microsoft.AspNet.Mvc.Core.Test => Microsoft.AspNetCore.Mvc.Core.Test}/Routing/UrlHelperTest.cs (100%) rename test/{Microsoft.AspNet.Mvc.Core.Test => Microsoft.AspNetCore.Mvc.Core.Test}/SerializableErrorTests.cs (100%) rename test/{Microsoft.AspNet.Mvc.Core.Test => Microsoft.AspNetCore.Mvc.Core.Test}/TestBufferingFeature.cs (100%) rename test/{Microsoft.AspNet.Mvc.Core.Test => Microsoft.AspNetCore.Mvc.Core.Test}/VirtualFileResultTest.cs (100%) rename test/{Microsoft.AspNet.Mvc.Core.Test => Microsoft.AspNetCore.Mvc.Core.Test}/project.json (100%) rename test/{Microsoft.AspNet.Mvc.Cors.Test => Microsoft.AspNetCore.Mvc.Cors.Test}/Internal/CorsApplicationModelProviderTest.cs (100%) rename test/{Microsoft.AspNet.Mvc.Cors.Test => Microsoft.AspNetCore.Mvc.Cors.Test}/Internal/CorsAuthorizationFilterTest.cs (100%) rename test/{Microsoft.AspNet.Mvc.Cors.Test/Microsoft.AspNet.Mvc.Cors.Test.xproj => Microsoft.AspNetCore.Mvc.Cors.Test/Microsoft.AspNetCore.Mvc.Cors.Test.xproj} (100%) rename test/{Microsoft.AspNet.Mvc.Cors.Test => Microsoft.AspNetCore.Mvc.Cors.Test}/project.json (100%) rename test/{Microsoft.AspNet.Mvc.DataAnnotations.Test => Microsoft.AspNetCore.Mvc.DataAnnotations.Test}/Internal/CompareAttributeAdapterTest.cs (100%) rename test/{Microsoft.AspNet.Mvc.DataAnnotations.Test => Microsoft.AspNetCore.Mvc.DataAnnotations.Test}/Internal/DataAnnotationsClientModelValidatorProviderTest.cs (100%) rename test/{Microsoft.AspNet.Mvc.DataAnnotations.Test => Microsoft.AspNetCore.Mvc.DataAnnotations.Test}/Internal/DataAnnotationsMetadataProviderTest.cs (100%) rename test/{Microsoft.AspNet.Mvc.DataAnnotations.Test => Microsoft.AspNetCore.Mvc.DataAnnotations.Test}/Internal/DataAnnotationsModelValidatorProviderTest.cs (100%) rename test/{Microsoft.AspNet.Mvc.DataAnnotations.Test => Microsoft.AspNetCore.Mvc.DataAnnotations.Test}/Internal/DataAnnotationsModelValidatorTest.cs (100%) rename test/{Microsoft.AspNet.Mvc.DataAnnotations.Test => Microsoft.AspNetCore.Mvc.DataAnnotations.Test}/Internal/DataMemberRequiredBindingMetadataProviderTest.cs (100%) rename test/{Microsoft.AspNet.Mvc.DataAnnotations.Test => Microsoft.AspNetCore.Mvc.DataAnnotations.Test}/Internal/DataTypeClientModelValidatorProviderTest.cs (100%) rename test/{Microsoft.AspNet.Mvc.DataAnnotations.Test => Microsoft.AspNetCore.Mvc.DataAnnotations.Test}/Internal/DefaultModelClientValidatorProviderTest.cs (100%) rename test/{Microsoft.AspNet.Mvc.DataAnnotations.Test => Microsoft.AspNetCore.Mvc.DataAnnotations.Test}/Internal/MaxLengthAttributeAdapterTest.cs (100%) rename test/{Microsoft.AspNet.Mvc.DataAnnotations.Test => Microsoft.AspNetCore.Mvc.DataAnnotations.Test}/Internal/MinLengthAttributeAdapterTest.cs (100%) rename test/{Microsoft.AspNet.Mvc.DataAnnotations.Test => Microsoft.AspNetCore.Mvc.DataAnnotations.Test}/Internal/ModelMetadataProviderTest.cs (100%) rename test/{Microsoft.AspNet.Mvc.DataAnnotations.Test => Microsoft.AspNetCore.Mvc.DataAnnotations.Test}/Internal/NumericClientModelValidatorTest.cs (100%) rename test/{Microsoft.AspNet.Mvc.DataAnnotations.Test => Microsoft.AspNetCore.Mvc.DataAnnotations.Test}/Internal/RangeAttributeAdapterTest.cs (100%) rename test/{Microsoft.AspNet.Mvc.DataAnnotations.Test => Microsoft.AspNetCore.Mvc.DataAnnotations.Test}/Internal/RequiredAttributeAdapterTest.cs (100%) rename test/{Microsoft.AspNet.Mvc.DataAnnotations.Test => Microsoft.AspNetCore.Mvc.DataAnnotations.Test}/Internal/StringLengthAttributeAdapterTest.cs (100%) rename test/{Microsoft.AspNet.Mvc.DataAnnotations.Test => Microsoft.AspNetCore.Mvc.DataAnnotations.Test}/Internal/TestModelNameProvider.cs (100%) rename test/{Microsoft.AspNet.Mvc.DataAnnotations.Test => Microsoft.AspNetCore.Mvc.DataAnnotations.Test}/Internal/TestResources.cs (100%) rename test/{Microsoft.AspNet.Mvc.DataAnnotations.Test => Microsoft.AspNetCore.Mvc.DataAnnotations.Test}/Internal/ValidationAttributeAdapterOfTAttributeTest.cs (100%) rename test/{Microsoft.AspNet.Mvc.DataAnnotations.Test => Microsoft.AspNetCore.Mvc.DataAnnotations.Test}/Internal/ValidationAttributeAdapterProviderTest.cs (100%) rename test/{Microsoft.AspNet.Mvc.DataAnnotations.Test/Microsoft.AspNet.Mvc.DataAnnotations.Test.xproj => Microsoft.AspNetCore.Mvc.DataAnnotations.Test/Microsoft.AspNetCore.Mvc.DataAnnotations.Test.xproj} (100%) rename test/{Microsoft.AspNet.Mvc.DataAnnotations.Test => Microsoft.AspNetCore.Mvc.DataAnnotations.Test}/Properties/Resources.Designer.cs (100%) rename test/{Microsoft.AspNet.Mvc.DataAnnotations.Test => Microsoft.AspNetCore.Mvc.DataAnnotations.Test}/Resources.resx (100%) rename test/{Microsoft.AspNet.Mvc.DataAnnotations.Test => Microsoft.AspNetCore.Mvc.DataAnnotations.Test}/project.json (100%) rename test/{Microsoft.AspNet.Mvc.Formatters.Json.Test => Microsoft.AspNetCore.Mvc.Formatters.Json.Test}/Infrastructure/JsonResultExecutorTest.cs (100%) rename test/{Microsoft.AspNet.Mvc.Formatters.Json.Test => Microsoft.AspNetCore.Mvc.Formatters.Json.Test}/JsonInputFormatterTest.cs (100%) rename test/{Microsoft.AspNet.Mvc.Formatters.Json.Test => Microsoft.AspNetCore.Mvc.Formatters.Json.Test}/JsonOutputFormatterTests.cs (100%) rename test/{Microsoft.AspNet.Mvc.Formatters.Json.Test => Microsoft.AspNetCore.Mvc.Formatters.Json.Test}/JsonPatchInputFormatterTest.cs (100%) rename test/{Microsoft.AspNet.Mvc.Formatters.Json.Test => Microsoft.AspNetCore.Mvc.Formatters.Json.Test}/JsonResultTest.cs (100%) rename test/{Microsoft.AspNet.Mvc.Formatters.Json.Test/Microsoft.AspNet.Mvc.Formatters.Json.Test.xproj => Microsoft.AspNetCore.Mvc.Formatters.Json.Test/Microsoft.AspNetCore.Mvc.Formatters.Json.Test.xproj} (100%) rename test/{Microsoft.AspNet.Mvc.Formatters.Json.Test => Microsoft.AspNetCore.Mvc.Formatters.Json.Test}/project.json (100%) rename test/{Microsoft.AspNet.Mvc.Formatters.Xml.Test => Microsoft.AspNetCore.Mvc.Formatters.Xml.Test}/FlushReportingStream.cs (100%) rename test/{Microsoft.AspNet.Mvc.Formatters.Xml.Test => Microsoft.AspNetCore.Mvc.Formatters.Xml.Test}/Internal/DelegatingEnumerableTest.cs (100%) rename test/{Microsoft.AspNet.Mvc.Formatters.Xml.Test => Microsoft.AspNetCore.Mvc.Formatters.Xml.Test}/Internal/DelegatingEnumeratorTest.cs (100%) rename test/{Microsoft.AspNet.Mvc.Formatters.Xml.Test => Microsoft.AspNetCore.Mvc.Formatters.Xml.Test}/Internal/EnumerableWrapperProviderFactoryTest.cs (100%) rename test/{Microsoft.AspNet.Mvc.Formatters.Xml.Test => Microsoft.AspNetCore.Mvc.Formatters.Xml.Test}/Internal/EnumerableWrapperProviderTest.cs (100%) rename test/{Microsoft.AspNet.Mvc.Formatters.Xml.Test => Microsoft.AspNetCore.Mvc.Formatters.Xml.Test}/Internal/PersonWrapper.cs (100%) rename test/{Microsoft.AspNet.Mvc.Formatters.Xml.Test => Microsoft.AspNetCore.Mvc.Formatters.Xml.Test}/Internal/PersonWrapperProvider.cs (100%) rename test/{Microsoft.AspNet.Mvc.Formatters.Xml.Test => Microsoft.AspNetCore.Mvc.Formatters.Xml.Test}/Internal/PersonWrapperProviderFactory.cs (100%) rename test/{Microsoft.AspNet.Mvc.Formatters.Xml.Test => Microsoft.AspNetCore.Mvc.Formatters.Xml.Test}/Internal/SerializableErrorWrapperProviderTest.cs (100%) rename test/{Microsoft.AspNet.Mvc.Formatters.Xml.Test => Microsoft.AspNetCore.Mvc.Formatters.Xml.Test}/Internal/SerializableErrorWrapperTests.cs (100%) rename test/{Microsoft.AspNet.Mvc.Formatters.Xml.Test => Microsoft.AspNetCore.Mvc.Formatters.Xml.Test}/Internal/SerializableWrapperProviderFactoryTest.cs (100%) rename test/{Microsoft.AspNet.Mvc.Formatters.Xml.Test/Microsoft.AspNet.Mvc.Formatters.Xml.Test.xproj => Microsoft.AspNetCore.Mvc.Formatters.Xml.Test/Microsoft.AspNetCore.Mvc.Formatters.Xml.Test.xproj} (100%) rename test/{Microsoft.AspNet.Mvc.Formatters.Xml.Test => Microsoft.AspNetCore.Mvc.Formatters.Xml.Test}/Models/Person.cs (100%) rename test/{Microsoft.AspNet.Mvc.Formatters.Xml.Test => Microsoft.AspNetCore.Mvc.Formatters.Xml.Test}/Models/PersonList.cs (100%) rename test/{Microsoft.AspNet.Mvc.Formatters.Xml.Test => Microsoft.AspNetCore.Mvc.Formatters.Xml.Test}/XmlAssert.cs (100%) rename test/{Microsoft.AspNet.Mvc.Formatters.Xml.Test => Microsoft.AspNetCore.Mvc.Formatters.Xml.Test}/XmlAssertTest.cs (100%) rename test/{Microsoft.AspNet.Mvc.Formatters.Xml.Test => Microsoft.AspNetCore.Mvc.Formatters.Xml.Test}/XmlDataContractSerializerInputFormatterTest.cs (100%) rename test/{Microsoft.AspNet.Mvc.Formatters.Xml.Test => Microsoft.AspNetCore.Mvc.Formatters.Xml.Test}/XmlDataContractSerializerOutputFormatterTest.cs (100%) rename test/{Microsoft.AspNet.Mvc.Formatters.Xml.Test => Microsoft.AspNetCore.Mvc.Formatters.Xml.Test}/XmlSerializerInputFormatterTest.cs (100%) rename test/{Microsoft.AspNet.Mvc.Formatters.Xml.Test => Microsoft.AspNetCore.Mvc.Formatters.Xml.Test}/XmlSerializerOutputFormatterTest.cs (100%) rename test/{Microsoft.AspNet.Mvc.Formatters.Xml.Test => Microsoft.AspNetCore.Mvc.Formatters.Xml.Test}/project.json (100%) rename test/{Microsoft.AspNet.Mvc.FunctionalTests => Microsoft.AspNetCore.Mvc.FunctionalTests}/ActionConstraintSampleTest.cs (100%) rename test/{Microsoft.AspNet.Mvc.FunctionalTests => Microsoft.AspNetCore.Mvc.FunctionalTests}/AntiforgeryTestHelper.cs (100%) rename test/{Microsoft.AspNet.Mvc.FunctionalTests => Microsoft.AspNetCore.Mvc.FunctionalTests}/AntiforgeryTests.cs (100%) rename test/{Microsoft.AspNet.Mvc.FunctionalTests => Microsoft.AspNetCore.Mvc.FunctionalTests}/ApiExplorerTest.cs (100%) rename test/{Microsoft.AspNet.Mvc.FunctionalTests => Microsoft.AspNetCore.Mvc.FunctionalTests}/ApplicationModelTest.cs (100%) rename test/{Microsoft.AspNet.Mvc.FunctionalTests => Microsoft.AspNetCore.Mvc.FunctionalTests}/BasicTests.cs (100%) rename test/{Microsoft.AspNet.Mvc.FunctionalTests => Microsoft.AspNetCore.Mvc.FunctionalTests}/CompilationOptionsTests.cs (100%) rename test/{Microsoft.AspNet.Mvc.FunctionalTests => Microsoft.AspNetCore.Mvc.FunctionalTests}/ConsumesAttributeTests.cs (100%) rename test/{Microsoft.AspNet.Mvc.FunctionalTests => Microsoft.AspNetCore.Mvc.FunctionalTests}/ContentNegotiationTest.cs (100%) rename test/{Microsoft.AspNet.Mvc.FunctionalTests => Microsoft.AspNetCore.Mvc.FunctionalTests}/ControllerFromServicesTests.cs (100%) rename test/{Microsoft.AspNet.Mvc.FunctionalTests => Microsoft.AspNetCore.Mvc.FunctionalTests}/CorsTests.cs (100%) rename test/{Microsoft.AspNet.Mvc.FunctionalTests => Microsoft.AspNetCore.Mvc.FunctionalTests}/CustomRouteSampleTest.cs (100%) rename test/{Microsoft.AspNet.Mvc.FunctionalTests => Microsoft.AspNetCore.Mvc.FunctionalTests}/CustomUrlHelperTest.cs (100%) rename test/{Microsoft.AspNet.Mvc.FunctionalTests => Microsoft.AspNetCore.Mvc.FunctionalTests}/DefaultOrderTest.cs (100%) rename test/{Microsoft.AspNet.Mvc.FunctionalTests => Microsoft.AspNetCore.Mvc.FunctionalTests}/DefaultValuesTest.cs (100%) rename test/{Microsoft.AspNet.Mvc.FunctionalTests => Microsoft.AspNetCore.Mvc.FunctionalTests}/DirectivesTest.cs (100%) rename test/{Microsoft.AspNet.Mvc.FunctionalTests => Microsoft.AspNetCore.Mvc.FunctionalTests}/EmbeddedViewSampleTest.cs (100%) rename test/{Microsoft.AspNet.Mvc.FunctionalTests => Microsoft.AspNetCore.Mvc.FunctionalTests}/ErrorPageTests.cs (100%) rename test/{Microsoft.AspNet.Mvc.FunctionalTests => Microsoft.AspNetCore.Mvc.FunctionalTests}/FileResultTests.cs (100%) rename test/{Microsoft.AspNet.Mvc.FunctionalTests => Microsoft.AspNetCore.Mvc.FunctionalTests}/FiltersTest.cs (100%) rename test/{Microsoft.AspNet.Mvc.FunctionalTests => Microsoft.AspNetCore.Mvc.FunctionalTests}/FlushPointTest.cs (100%) rename test/{Microsoft.AspNet.Mvc.FunctionalTests => Microsoft.AspNetCore.Mvc.FunctionalTests}/FormatFilterSampleTest.cs (100%) rename test/{Microsoft.AspNet.Mvc.FunctionalTests => Microsoft.AspNetCore.Mvc.FunctionalTests}/HtmlGenerationTest.cs (100%) rename test/{Microsoft.AspNet.Mvc.FunctionalTests => Microsoft.AspNetCore.Mvc.FunctionalTests}/HtmlHelperOptionsTest.cs (100%) rename test/{Microsoft.AspNet.Mvc.FunctionalTests => Microsoft.AspNetCore.Mvc.FunctionalTests}/InlineConstraintSampleTest.cs (100%) rename test/{Microsoft.AspNet.Mvc.FunctionalTests => Microsoft.AspNetCore.Mvc.FunctionalTests}/InputFormatterTests.cs (100%) rename test/{Microsoft.AspNet.Mvc.FunctionalTests => Microsoft.AspNetCore.Mvc.FunctionalTests}/InputObjectValidationTests.cs (100%) rename test/{Microsoft.AspNet.Mvc.FunctionalTests => Microsoft.AspNetCore.Mvc.FunctionalTests}/JsonOutputFormatterTests.cs (100%) rename test/{Microsoft.AspNet.Mvc.FunctionalTests => Microsoft.AspNetCore.Mvc.FunctionalTests}/JsonPatchSampleTest.cs (100%) rename test/{Microsoft.AspNet.Mvc.FunctionalTests => Microsoft.AspNetCore.Mvc.FunctionalTests}/JsonResultTest.cs (100%) rename test/{Microsoft.AspNet.Mvc.FunctionalTests => Microsoft.AspNetCore.Mvc.FunctionalTests}/LinkGenerationTests.cs (100%) rename test/{Microsoft.AspNet.Mvc.FunctionalTests => Microsoft.AspNetCore.Mvc.FunctionalTests}/LocalizationSampleTest.cs (100%) rename test/{Microsoft.AspNet.Mvc.FunctionalTests/Microsoft.AspNet.Mvc.FunctionalTests.xproj => Microsoft.AspNetCore.Mvc.FunctionalTests/Microsoft.AspNetCore.Mvc.FunctionalTests.xproj} (100%) rename test/{Microsoft.AspNet.Mvc.FunctionalTests => Microsoft.AspNetCore.Mvc.FunctionalTests}/MvcEncodedTestFixtureOfT.cs (100%) rename test/{Microsoft.AspNet.Mvc.FunctionalTests => Microsoft.AspNetCore.Mvc.FunctionalTests}/MvcSandboxTest.cs (100%) rename test/{Microsoft.AspNet.Mvc.FunctionalTests => Microsoft.AspNetCore.Mvc.FunctionalTests}/MvcTestFixture.cs (100%) rename test/{Microsoft.AspNet.Mvc.FunctionalTests => Microsoft.AspNetCore.Mvc.FunctionalTests}/OutputFormatterTest.cs (100%) rename test/{Microsoft.AspNet.Mvc.FunctionalTests => Microsoft.AspNetCore.Mvc.FunctionalTests}/RazorPageExecutionInstrumentationTest.cs (100%) rename test/{Microsoft.AspNet.Mvc.FunctionalTests => Microsoft.AspNetCore.Mvc.FunctionalTests}/RazorViewLocationSpecificationTest.cs (100%) rename test/{Microsoft.AspNet.Mvc.FunctionalTests => Microsoft.AspNetCore.Mvc.FunctionalTests}/RemoteAttributeValidationTest.cs (100%) rename test/{Microsoft.AspNet.Mvc.FunctionalTests => Microsoft.AspNetCore.Mvc.FunctionalTests}/RequestServicesTest.cs (100%) rename test/{Microsoft.AspNet.Mvc.FunctionalTests => Microsoft.AspNetCore.Mvc.FunctionalTests}/RespectBrowserAcceptHeaderTests.cs (100%) rename test/{Microsoft.AspNet.Mvc.FunctionalTests => Microsoft.AspNetCore.Mvc.FunctionalTests}/RouteDataTest.cs (100%) rename test/{Microsoft.AspNet.Mvc.FunctionalTests => Microsoft.AspNetCore.Mvc.FunctionalTests}/RoutingTests.cs (100%) rename test/{Microsoft.AspNet.Mvc.FunctionalTests => Microsoft.AspNetCore.Mvc.FunctionalTests}/SerializableErrorTests.cs (100%) rename test/{Microsoft.AspNet.Mvc.FunctionalTests => Microsoft.AspNetCore.Mvc.FunctionalTests}/SimpleTests.cs (100%) rename test/{Microsoft.AspNet.Mvc.FunctionalTests => Microsoft.AspNetCore.Mvc.FunctionalTests}/StreamOutputFormatterTest.cs (100%) rename test/{Microsoft.AspNet.Mvc.FunctionalTests => Microsoft.AspNetCore.Mvc.FunctionalTests}/SubAreaTests.cs (100%) rename test/{Microsoft.AspNet.Mvc.FunctionalTests => Microsoft.AspNetCore.Mvc.FunctionalTests}/TagHelperSampleTest.cs (100%) rename test/{Microsoft.AspNet.Mvc.FunctionalTests => Microsoft.AspNetCore.Mvc.FunctionalTests}/TagHelpersTest.cs (100%) rename test/{Microsoft.AspNet.Mvc.FunctionalTests => Microsoft.AspNetCore.Mvc.FunctionalTests}/TempDataTest.cs (100%) rename test/{Microsoft.AspNet.Mvc.FunctionalTests => Microsoft.AspNetCore.Mvc.FunctionalTests}/TestApplicationEnvironment.cs (100%) rename test/{Microsoft.AspNet.Mvc.FunctionalTests => Microsoft.AspNetCore.Mvc.FunctionalTests}/UrlResolutionTest.cs (100%) rename test/{Microsoft.AspNet.Mvc.FunctionalTests => Microsoft.AspNetCore.Mvc.FunctionalTests}/VersioningTests.cs (100%) rename test/{Microsoft.AspNet.Mvc.FunctionalTests => Microsoft.AspNetCore.Mvc.FunctionalTests}/ViewEngineTests.cs (100%) rename test/{Microsoft.AspNet.Mvc.FunctionalTests => Microsoft.AspNetCore.Mvc.FunctionalTests}/WebApiCompatShimActionResultTest.cs (100%) rename test/{Microsoft.AspNet.Mvc.FunctionalTests => Microsoft.AspNetCore.Mvc.FunctionalTests}/WebApiCompatShimActionSelectionTest.cs (100%) rename test/{Microsoft.AspNet.Mvc.FunctionalTests => Microsoft.AspNetCore.Mvc.FunctionalTests}/WebApiCompatShimBasicTest.cs (100%) rename test/{Microsoft.AspNet.Mvc.FunctionalTests => Microsoft.AspNetCore.Mvc.FunctionalTests}/WebApiCompatShimParameterBindingTest.cs (100%) rename test/{Microsoft.AspNet.Mvc.FunctionalTests => Microsoft.AspNetCore.Mvc.FunctionalTests}/XmlDataContractSerializerFormattersWrappingTest.cs (100%) rename test/{Microsoft.AspNet.Mvc.FunctionalTests => Microsoft.AspNetCore.Mvc.FunctionalTests}/XmlDataContractSerializerInputFormatterTest.cs (100%) rename test/{Microsoft.AspNet.Mvc.FunctionalTests => Microsoft.AspNetCore.Mvc.FunctionalTests}/XmlOutputFormatterTests.cs (100%) rename test/{Microsoft.AspNet.Mvc.FunctionalTests => Microsoft.AspNetCore.Mvc.FunctionalTests}/XmlSerializerFormattersWrappingTest.cs (100%) rename test/{Microsoft.AspNet.Mvc.FunctionalTests => Microsoft.AspNetCore.Mvc.FunctionalTests}/XmlSerializerInputFormatterTests.cs (100%) rename test/{Microsoft.AspNet.Mvc.FunctionalTests => Microsoft.AspNetCore.Mvc.FunctionalTests}/compiler/resources/BasicWebSite.Area1.RemoteAttribute_Home.Create.html (100%) rename test/{Microsoft.AspNet.Mvc.FunctionalTests => Microsoft.AspNetCore.Mvc.FunctionalTests}/compiler/resources/BasicWebSite.Home.ActionLinkView.html (100%) rename test/{Microsoft.AspNet.Mvc.FunctionalTests => Microsoft.AspNetCore.Mvc.FunctionalTests}/compiler/resources/BasicWebSite.Home.Index.html (100%) rename test/{Microsoft.AspNet.Mvc.FunctionalTests => Microsoft.AspNetCore.Mvc.FunctionalTests}/compiler/resources/BasicWebSite.Home.PlainView.html (100%) rename test/{Microsoft.AspNet.Mvc.FunctionalTests => Microsoft.AspNetCore.Mvc.FunctionalTests}/compiler/resources/BasicWebSite.Home.ViewWithPrefixedAttributeValue.html (100%) rename test/{Microsoft.AspNet.Mvc.FunctionalTests => Microsoft.AspNetCore.Mvc.FunctionalTests}/compiler/resources/BasicWebSite.Root.RemoteAttribute_Home.Create.html (100%) rename test/{Microsoft.AspNet.Mvc.FunctionalTests => Microsoft.AspNetCore.Mvc.FunctionalTests}/compiler/resources/CacheTagHelper_CanCachePortionsOfViewsPartialViewsAndViewComponents.Assert1.txt (100%) rename test/{Microsoft.AspNet.Mvc.FunctionalTests => Microsoft.AspNetCore.Mvc.FunctionalTests}/compiler/resources/CacheTagHelper_CanCachePortionsOfViewsPartialViewsAndViewComponents.Assert2.txt (100%) rename test/{Microsoft.AspNet.Mvc.FunctionalTests => Microsoft.AspNetCore.Mvc.FunctionalTests}/compiler/resources/CacheTagHelper_CanCachePortionsOfViewsPartialViewsAndViewComponents.Assert3.txt (100%) rename test/{Microsoft.AspNet.Mvc.FunctionalTests => Microsoft.AspNetCore.Mvc.FunctionalTests}/compiler/resources/HtmlGenerationWebSite.HtmlGeneration_Customer.Index.html (100%) rename test/{Microsoft.AspNet.Mvc.FunctionalTests => Microsoft.AspNetCore.Mvc.FunctionalTests}/compiler/resources/HtmlGenerationWebSite.HtmlGeneration_Home.AttributesWithBooleanValues.Encoded.html (100%) rename test/{Microsoft.AspNet.Mvc.FunctionalTests => Microsoft.AspNetCore.Mvc.FunctionalTests}/compiler/resources/HtmlGenerationWebSite.HtmlGeneration_Home.AttributesWithBooleanValues.html (100%) rename test/{Microsoft.AspNet.Mvc.FunctionalTests => Microsoft.AspNetCore.Mvc.FunctionalTests}/compiler/resources/HtmlGenerationWebSite.HtmlGeneration_Home.CreateWarehouse.html (100%) rename test/{Microsoft.AspNet.Mvc.FunctionalTests => Microsoft.AspNetCore.Mvc.FunctionalTests}/compiler/resources/HtmlGenerationWebSite.HtmlGeneration_Home.Customer.html (100%) rename test/{Microsoft.AspNet.Mvc.FunctionalTests => Microsoft.AspNetCore.Mvc.FunctionalTests}/compiler/resources/HtmlGenerationWebSite.HtmlGeneration_Home.EditWarehouse.Encoded.html (100%) rename test/{Microsoft.AspNet.Mvc.FunctionalTests => Microsoft.AspNetCore.Mvc.FunctionalTests}/compiler/resources/HtmlGenerationWebSite.HtmlGeneration_Home.EditWarehouse.html (100%) rename test/{Microsoft.AspNet.Mvc.FunctionalTests => Microsoft.AspNetCore.Mvc.FunctionalTests}/compiler/resources/HtmlGenerationWebSite.HtmlGeneration_Home.EmployeeList.html (100%) rename test/{Microsoft.AspNet.Mvc.FunctionalTests => Microsoft.AspNetCore.Mvc.FunctionalTests}/compiler/resources/HtmlGenerationWebSite.HtmlGeneration_Home.Environment.html (100%) rename test/{Microsoft.AspNet.Mvc.FunctionalTests => Microsoft.AspNetCore.Mvc.FunctionalTests}/compiler/resources/HtmlGenerationWebSite.HtmlGeneration_Home.Form.html (100%) rename test/{Microsoft.AspNet.Mvc.FunctionalTests => Microsoft.AspNetCore.Mvc.FunctionalTests}/compiler/resources/HtmlGenerationWebSite.HtmlGeneration_Home.Image.html (100%) rename test/{Microsoft.AspNet.Mvc.FunctionalTests => Microsoft.AspNetCore.Mvc.FunctionalTests}/compiler/resources/HtmlGenerationWebSite.HtmlGeneration_Home.Index.Encoded.html (100%) rename test/{Microsoft.AspNet.Mvc.FunctionalTests => Microsoft.AspNetCore.Mvc.FunctionalTests}/compiler/resources/HtmlGenerationWebSite.HtmlGeneration_Home.Index.html (100%) rename test/{Microsoft.AspNet.Mvc.FunctionalTests => Microsoft.AspNetCore.Mvc.FunctionalTests}/compiler/resources/HtmlGenerationWebSite.HtmlGeneration_Home.Input.html (100%) rename test/{Microsoft.AspNet.Mvc.FunctionalTests => Microsoft.AspNetCore.Mvc.FunctionalTests}/compiler/resources/HtmlGenerationWebSite.HtmlGeneration_Home.Link.Encoded.html (100%) rename test/{Microsoft.AspNet.Mvc.FunctionalTests => Microsoft.AspNetCore.Mvc.FunctionalTests}/compiler/resources/HtmlGenerationWebSite.HtmlGeneration_Home.Link.html (100%) rename test/{Microsoft.AspNet.Mvc.FunctionalTests => Microsoft.AspNetCore.Mvc.FunctionalTests}/compiler/resources/HtmlGenerationWebSite.HtmlGeneration_Home.Order.Encoded.html (100%) rename test/{Microsoft.AspNet.Mvc.FunctionalTests => Microsoft.AspNetCore.Mvc.FunctionalTests}/compiler/resources/HtmlGenerationWebSite.HtmlGeneration_Home.Order.html (100%) rename test/{Microsoft.AspNet.Mvc.FunctionalTests => Microsoft.AspNetCore.Mvc.FunctionalTests}/compiler/resources/HtmlGenerationWebSite.HtmlGeneration_Home.OrderUsingHtmlHelpers.Encoded.html (100%) rename test/{Microsoft.AspNet.Mvc.FunctionalTests => Microsoft.AspNetCore.Mvc.FunctionalTests}/compiler/resources/HtmlGenerationWebSite.HtmlGeneration_Home.OrderUsingHtmlHelpers.html (100%) rename test/{Microsoft.AspNet.Mvc.FunctionalTests => Microsoft.AspNetCore.Mvc.FunctionalTests}/compiler/resources/HtmlGenerationWebSite.HtmlGeneration_Home.Product.Encoded.html (100%) rename test/{Microsoft.AspNet.Mvc.FunctionalTests => Microsoft.AspNetCore.Mvc.FunctionalTests}/compiler/resources/HtmlGenerationWebSite.HtmlGeneration_Home.Product.html (100%) rename test/{Microsoft.AspNet.Mvc.FunctionalTests => Microsoft.AspNetCore.Mvc.FunctionalTests}/compiler/resources/HtmlGenerationWebSite.HtmlGeneration_Home.ProductList.html (100%) rename test/{Microsoft.AspNet.Mvc.FunctionalTests => Microsoft.AspNetCore.Mvc.FunctionalTests}/compiler/resources/HtmlGenerationWebSite.HtmlGeneration_Home.Script.Encoded.html (100%) rename test/{Microsoft.AspNet.Mvc.FunctionalTests => Microsoft.AspNetCore.Mvc.FunctionalTests}/compiler/resources/HtmlGenerationWebSite.HtmlGeneration_Home.Script.html (100%) rename test/{Microsoft.AspNet.Mvc.FunctionalTests => Microsoft.AspNetCore.Mvc.FunctionalTests}/compiler/resources/ModelBindingWebSite.Vehicle.Details.html (100%) rename test/{Microsoft.AspNet.Mvc.FunctionalTests => Microsoft.AspNetCore.Mvc.FunctionalTests}/compiler/resources/ModelBindingWebSite.Vehicle.Edit.Invalid.html (100%) rename test/{Microsoft.AspNet.Mvc.FunctionalTests => Microsoft.AspNetCore.Mvc.FunctionalTests}/compiler/resources/ModelBindingWebSite.Vehicle.Edit.html (100%) rename test/{Microsoft.AspNet.Mvc.FunctionalTests => Microsoft.AspNetCore.Mvc.FunctionalTests}/compiler/resources/RazorPageExecutionInstrumentationWebSite.Home.ViewWithPartial.html (100%) rename test/{Microsoft.AspNet.Mvc.FunctionalTests => Microsoft.AspNetCore.Mvc.FunctionalTests}/compiler/resources/RazorWebSite.UrlResolution.Index.Encoded.html (100%) rename test/{Microsoft.AspNet.Mvc.FunctionalTests => Microsoft.AspNetCore.Mvc.FunctionalTests}/compiler/resources/RazorWebSite.UrlResolution.Index.html (100%) rename test/{Microsoft.AspNet.Mvc.FunctionalTests => Microsoft.AspNetCore.Mvc.FunctionalTests}/compiler/resources/TagHelperSample.Web.Home.Index.html (100%) rename test/{Microsoft.AspNet.Mvc.FunctionalTests => Microsoft.AspNetCore.Mvc.FunctionalTests}/compiler/resources/TagHelperSample.Web.TagHelper.ConditionalComment.html (100%) rename test/{Microsoft.AspNet.Mvc.FunctionalTests => Microsoft.AspNetCore.Mvc.FunctionalTests}/compiler/resources/TagHelpersWebSite.Employee.Create.Invalid.html (100%) rename test/{Microsoft.AspNet.Mvc.FunctionalTests => Microsoft.AspNetCore.Mvc.FunctionalTests}/compiler/resources/TagHelpersWebSite.Employee.Create.html (100%) rename test/{Microsoft.AspNet.Mvc.FunctionalTests => Microsoft.AspNetCore.Mvc.FunctionalTests}/compiler/resources/TagHelpersWebSite.Employee.Details.AfterCreate.html (100%) rename test/{Microsoft.AspNet.Mvc.FunctionalTests => Microsoft.AspNetCore.Mvc.FunctionalTests}/compiler/resources/TagHelpersWebSite.Encoders.CustomEncoder.html (100%) rename test/{Microsoft.AspNet.Mvc.FunctionalTests => Microsoft.AspNetCore.Mvc.FunctionalTests}/compiler/resources/TagHelpersWebSite.Encoders.Index.html (100%) rename test/{Microsoft.AspNet.Mvc.FunctionalTests => Microsoft.AspNetCore.Mvc.FunctionalTests}/compiler/resources/TagHelpersWebSite.Encoders.NullEncoder.html (100%) rename test/{Microsoft.AspNet.Mvc.FunctionalTests => Microsoft.AspNetCore.Mvc.FunctionalTests}/compiler/resources/TagHelpersWebSite.Encoders.ThreeEncoders.html (100%) rename test/{Microsoft.AspNet.Mvc.FunctionalTests => Microsoft.AspNetCore.Mvc.FunctionalTests}/compiler/resources/TagHelpersWebSite.Encoders.TwoEncoders.html (100%) rename test/{Microsoft.AspNet.Mvc.FunctionalTests => Microsoft.AspNetCore.Mvc.FunctionalTests}/compiler/resources/TagHelpersWebSite.Home.About.html (100%) rename test/{Microsoft.AspNet.Mvc.FunctionalTests => Microsoft.AspNetCore.Mvc.FunctionalTests}/compiler/resources/TagHelpersWebSite.Home.Help.html (100%) rename test/{Microsoft.AspNet.Mvc.FunctionalTests => Microsoft.AspNetCore.Mvc.FunctionalTests}/compiler/resources/TagHelpersWebSite.Home.Index.html (100%) rename test/{Microsoft.AspNet.Mvc.FunctionalTests => Microsoft.AspNetCore.Mvc.FunctionalTests}/compiler/resources/TagHelpersWebSite.Home.UnboundDynamicAttributes.Encoded.html (100%) rename test/{Microsoft.AspNet.Mvc.FunctionalTests => Microsoft.AspNetCore.Mvc.FunctionalTests}/compiler/resources/TagHelpersWebSite.Home.UnboundDynamicAttributes.html (100%) rename test/{Microsoft.AspNet.Mvc.FunctionalTests => Microsoft.AspNetCore.Mvc.FunctionalTests}/compiler/resources/UpdateDealerVehicle_PopulatesPropertyErrorsInViews.txt (100%) rename test/{Microsoft.AspNet.Mvc.FunctionalTests => Microsoft.AspNetCore.Mvc.FunctionalTests}/compiler/resources/UpdateDealerVehicle_PopulatesValidationSummary.txt (100%) rename test/{Microsoft.AspNet.Mvc.FunctionalTests => Microsoft.AspNetCore.Mvc.FunctionalTests}/compiler/resources/UpdateDealerVehicle_UpdateSuccessful.txt (100%) rename test/{Microsoft.AspNet.Mvc.FunctionalTests => Microsoft.AspNetCore.Mvc.FunctionalTests}/compiler/resources/ViewEngineController.ViewWithPaths.txt (100%) rename test/{Microsoft.AspNet.Mvc.FunctionalTests => Microsoft.AspNetCore.Mvc.FunctionalTests}/project.json (100%) rename test/{Microsoft.AspNet.Mvc.IntegrationTests => Microsoft.AspNetCore.Mvc.IntegrationTests}/ActionParametersIntegrationTest.cs (100%) rename test/{Microsoft.AspNet.Mvc.IntegrationTests => Microsoft.AspNetCore.Mvc.IntegrationTests}/ArrayModelBinderIntegrationTest.cs (100%) rename test/{Microsoft.AspNet.Mvc.IntegrationTests => Microsoft.AspNetCore.Mvc.IntegrationTests}/BinderTypeBasedModelBinderIntegrationTest.cs (100%) rename test/{Microsoft.AspNet.Mvc.IntegrationTests => Microsoft.AspNetCore.Mvc.IntegrationTests}/BodyValidationIntegrationTests.cs (100%) rename test/{Microsoft.AspNet.Mvc.IntegrationTests => Microsoft.AspNetCore.Mvc.IntegrationTests}/ByteArrayModelBinderIntegrationTest.cs (100%) rename test/{Microsoft.AspNet.Mvc.IntegrationTests => Microsoft.AspNetCore.Mvc.IntegrationTests}/CancellationTokenModelBinderIntegrationTest.cs (100%) rename test/{Microsoft.AspNet.Mvc.IntegrationTests => Microsoft.AspNetCore.Mvc.IntegrationTests}/CollectionModelBinderIntegrationTest.cs (100%) rename test/{Microsoft.AspNet.Mvc.IntegrationTests => Microsoft.AspNetCore.Mvc.IntegrationTests}/CompanyNameAttribute.cs (100%) rename test/{Microsoft.AspNet.Mvc.IntegrationTests => Microsoft.AspNetCore.Mvc.IntegrationTests}/DictionaryModelBinderIntegrationTest.cs (100%) rename test/{Microsoft.AspNet.Mvc.IntegrationTests => Microsoft.AspNetCore.Mvc.IntegrationTests}/FormCollectionModelBindingIntegrationTest.cs (100%) rename test/{Microsoft.AspNet.Mvc.IntegrationTests => Microsoft.AspNetCore.Mvc.IntegrationTests}/FormFileModelBindingIntegrationTest.cs (100%) rename test/{Microsoft.AspNet.Mvc.IntegrationTests => Microsoft.AspNetCore.Mvc.IntegrationTests}/GenericModelBinderIntegrationTest.cs (100%) rename test/{Microsoft.AspNet.Mvc.IntegrationTests => Microsoft.AspNetCore.Mvc.IntegrationTests}/HeaderModelBinderIntegrationTest.cs (100%) rename test/{Microsoft.AspNet.Mvc.IntegrationTests => Microsoft.AspNetCore.Mvc.IntegrationTests}/KeyValuePairModelBinderIntegrationTest.cs (100%) rename test/{Microsoft.AspNet.Mvc.IntegrationTests/Microsoft.AspNet.Mvc.IntegrationTests.xproj => Microsoft.AspNetCore.Mvc.IntegrationTests/Microsoft.AspNetCore.Mvc.IntegrationTests.xproj} (100%) rename test/{Microsoft.AspNet.Mvc.IntegrationTests => Microsoft.AspNetCore.Mvc.IntegrationTests}/ModelBindingTestHelper.cs (100%) rename test/{Microsoft.AspNet.Mvc.IntegrationTests => Microsoft.AspNetCore.Mvc.IntegrationTests}/ModelPrefixSelectionIntegrationTest.cs (100%) rename test/{Microsoft.AspNet.Mvc.IntegrationTests => Microsoft.AspNetCore.Mvc.IntegrationTests}/Models/Product.cs (100%) rename test/{Microsoft.AspNet.Mvc.IntegrationTests => Microsoft.AspNetCore.Mvc.IntegrationTests}/Models/ProductDetails.cs (100%) rename test/{Microsoft.AspNet.Mvc.IntegrationTests => Microsoft.AspNetCore.Mvc.IntegrationTests}/Models/ProductViewModel.cs (100%) rename test/{Microsoft.AspNet.Mvc.IntegrationTests => Microsoft.AspNetCore.Mvc.IntegrationTests}/Models/Software.cs (100%) rename test/{Microsoft.AspNet.Mvc.IntegrationTests => Microsoft.AspNetCore.Mvc.IntegrationTests}/Models/SoftwareViewModel.cs (100%) rename test/{Microsoft.AspNet.Mvc.IntegrationTests => Microsoft.AspNetCore.Mvc.IntegrationTests}/MutableObjectModelBinderIntegrationTest.cs (100%) rename test/{Microsoft.AspNet.Mvc.IntegrationTests => Microsoft.AspNetCore.Mvc.IntegrationTests}/ProductValidatorAttribute.cs (100%) rename test/{Microsoft.AspNet.Mvc.IntegrationTests => Microsoft.AspNetCore.Mvc.IntegrationTests}/ServicesModelBinderIntegrationTest.cs (100%) rename test/{Microsoft.AspNet.Mvc.IntegrationTests => Microsoft.AspNetCore.Mvc.IntegrationTests}/SimpleTypeModelBinderIntegrationTest.cs (100%) rename test/{Microsoft.AspNet.Mvc.IntegrationTests => Microsoft.AspNetCore.Mvc.IntegrationTests}/TestMvcOptions.cs (100%) rename test/{Microsoft.AspNet.Mvc.IntegrationTests => Microsoft.AspNetCore.Mvc.IntegrationTests}/TryUpdateModelIntegrationTest.cs (100%) rename test/{Microsoft.AspNet.Mvc.IntegrationTests => Microsoft.AspNetCore.Mvc.IntegrationTests}/TryValidateModelIntegrationTest.cs (100%) rename test/{Microsoft.AspNet.Mvc.IntegrationTests => Microsoft.AspNetCore.Mvc.IntegrationTests}/ValidationIntegrationTests.cs (100%) rename test/{Microsoft.AspNet.Mvc.IntegrationTests => Microsoft.AspNetCore.Mvc.IntegrationTests}/project.json (100%) rename test/{Microsoft.AspNet.Mvc.Localization.Test => Microsoft.AspNetCore.Mvc.Localization.Test}/HtmlLocalizerOfTTest.cs (100%) rename test/{Microsoft.AspNet.Mvc.Localization.Test => Microsoft.AspNetCore.Mvc.Localization.Test}/HtmlLocalizerTest.cs (100%) rename test/{Microsoft.AspNet.Mvc.Localization.Test => Microsoft.AspNetCore.Mvc.Localization.Test}/Internal/MvcLocalizationServiceCollectionExtensionsTest.cs (100%) rename test/{Microsoft.AspNet.Mvc.Localization.Test/Microsoft.AspNet.Mvc.Localization.Test.xproj => Microsoft.AspNetCore.Mvc.Localization.Test/Microsoft.AspNetCore.Mvc.Localization.Test.xproj} (100%) rename test/{Microsoft.AspNet.Mvc.Localization.Test => Microsoft.AspNetCore.Mvc.Localization.Test}/TestStringLocalizer.cs (100%) rename test/{Microsoft.AspNet.Mvc.Localization.Test => Microsoft.AspNetCore.Mvc.Localization.Test}/ViewLocalizerTest.cs (100%) rename test/{Microsoft.AspNet.Mvc.Localization.Test => Microsoft.AspNetCore.Mvc.Localization.Test}/project.json (100%) rename test/{Microsoft.AspNet.Mvc.Razor.Host.Test => Microsoft.AspNetCore.Mvc.Razor.Host.Test}/Directives/ChunkInheritanceUtilityTest.cs (100%) rename test/{Microsoft.AspNet.Mvc.Razor.Host.Test => Microsoft.AspNetCore.Mvc.Razor.Host.Test}/Directives/DefaultCodeTreeCacheTest.cs (100%) rename test/{Microsoft.AspNet.Mvc.Razor.Host.Test => Microsoft.AspNetCore.Mvc.Razor.Host.Test}/Directives/InjectChunkMergerTest.cs (100%) rename test/{Microsoft.AspNet.Mvc.Razor.Host.Test => Microsoft.AspNetCore.Mvc.Razor.Host.Test}/Directives/SetBaseTypeChunkMergerTest.cs (100%) rename test/{Microsoft.AspNet.Mvc.Razor.Host.Test => Microsoft.AspNetCore.Mvc.Razor.Host.Test}/Directives/UsingChunkMergerTest.cs (100%) rename test/{Microsoft.AspNet.Mvc.Razor.Host.Test => Microsoft.AspNetCore.Mvc.Razor.Host.Test}/InjectChunkVisitorTest.cs (100%) rename test/{Microsoft.AspNet.Mvc.Razor.Host.Test => Microsoft.AspNetCore.Mvc.Razor.Host.Test}/InputTestTagHelper.cs (100%) rename test/{Microsoft.AspNet.Mvc.Razor.Host.Test/Microsoft.AspNet.Mvc.Razor.Host.Test.xproj => Microsoft.AspNetCore.Mvc.Razor.Host.Test/Microsoft.AspNetCore.Mvc.Razor.Host.Test.xproj} (100%) rename test/{Microsoft.AspNet.Mvc.Razor.Host.Test => Microsoft.AspNetCore.Mvc.Razor.Host.Test}/MvcCSharpRazorCodeParserTest.cs (100%) rename test/{Microsoft.AspNet.Mvc.Razor.Host.Test => Microsoft.AspNetCore.Mvc.Razor.Host.Test}/MvcRazorHostTest.cs (100%) rename test/{Microsoft.AspNet.Mvc.Razor.Host.Test => Microsoft.AspNetCore.Mvc.Razor.Host.Test}/MvcRazorParserTest.cs (100%) rename test/{Microsoft.AspNet.Mvc.Razor.Host.Test => Microsoft.AspNetCore.Mvc.Razor.Host.Test}/MvcTagHelperAttributeValueCodeRendererTest.cs (100%) rename test/{Microsoft.AspNet.Mvc.Razor.Host.Test => Microsoft.AspNetCore.Mvc.Razor.Host.Test}/Properties/AssemblyInfo.cs (100%) rename test/{Microsoft.AspNet.Mvc.Razor.Host.Test => Microsoft.AspNetCore.Mvc.Razor.Host.Test}/SpanFactory/RawTextSymbol.cs (100%) rename test/{Microsoft.AspNet.Mvc.Razor.Host.Test => Microsoft.AspNetCore.Mvc.Razor.Host.Test}/SpanFactory/SpanConstructor.cs (100%) rename test/{Microsoft.AspNet.Mvc.Razor.Host.Test => Microsoft.AspNetCore.Mvc.Razor.Host.Test}/SpanFactory/SpanFactory.cs (100%) rename test/{Microsoft.AspNet.Mvc.Razor.Host.Test => Microsoft.AspNetCore.Mvc.Razor.Host.Test}/SpanFactory/SpanFactoryExtensions.cs (100%) rename test/{Microsoft.AspNet.Mvc.Razor.Host.Test => Microsoft.AspNetCore.Mvc.Razor.Host.Test}/SpanFactory/UnclassifiedCodeSpanConstructor.cs (100%) rename test/{Microsoft.AspNet.Mvc.Razor.Host.Test => Microsoft.AspNetCore.Mvc.Razor.Host.Test}/StringTextBuffer.cs (100%) rename test/{Microsoft.AspNet.Mvc.Razor.Host.Test => Microsoft.AspNetCore.Mvc.Razor.Host.Test}/TestFiles/Input/Basic.cshtml (100%) rename test/{Microsoft.AspNet.Mvc.Razor.Host.Test => Microsoft.AspNetCore.Mvc.Razor.Host.Test}/TestFiles/Input/Inject.cshtml (100%) rename test/{Microsoft.AspNet.Mvc.Razor.Host.Test => Microsoft.AspNetCore.Mvc.Razor.Host.Test}/TestFiles/Input/InjectWithModel.cshtml (100%) rename test/{Microsoft.AspNet.Mvc.Razor.Host.Test => Microsoft.AspNetCore.Mvc.Razor.Host.Test}/TestFiles/Input/InjectWithSemicolon.cshtml (100%) rename test/{Microsoft.AspNet.Mvc.Razor.Host.Test => Microsoft.AspNetCore.Mvc.Razor.Host.Test}/TestFiles/Input/Model.cshtml (100%) rename test/{Microsoft.AspNet.Mvc.Razor.Host.Test => Microsoft.AspNetCore.Mvc.Razor.Host.Test}/TestFiles/Input/ModelExpressionTagHelper.cshtml (100%) rename test/{Microsoft.AspNet.Mvc.Razor.Host.Test => Microsoft.AspNetCore.Mvc.Razor.Host.Test}/TestFiles/Input/MultipleModels.cshtml (100%) rename test/{Microsoft.AspNet.Mvc.Razor.Host.Test => Microsoft.AspNetCore.Mvc.Razor.Host.Test}/TestFiles/Input/_ViewImports.cshtml (100%) rename test/{Microsoft.AspNet.Mvc.Razor.Host.Test => Microsoft.AspNetCore.Mvc.Razor.Host.Test}/TestFiles/Output/DesignTime/Basic.cs (100%) rename test/{Microsoft.AspNet.Mvc.Razor.Host.Test => Microsoft.AspNetCore.Mvc.Razor.Host.Test}/TestFiles/Output/DesignTime/Inject.cs (100%) rename test/{Microsoft.AspNet.Mvc.Razor.Host.Test => Microsoft.AspNetCore.Mvc.Razor.Host.Test}/TestFiles/Output/DesignTime/InjectWithModel.cs (100%) rename test/{Microsoft.AspNet.Mvc.Razor.Host.Test => Microsoft.AspNetCore.Mvc.Razor.Host.Test}/TestFiles/Output/DesignTime/InjectWithSemicolon.cs (100%) rename test/{Microsoft.AspNet.Mvc.Razor.Host.Test => Microsoft.AspNetCore.Mvc.Razor.Host.Test}/TestFiles/Output/DesignTime/Model.cs (100%) rename test/{Microsoft.AspNet.Mvc.Razor.Host.Test => Microsoft.AspNetCore.Mvc.Razor.Host.Test}/TestFiles/Output/DesignTime/ModelExpressionTagHelper.cs (100%) rename test/{Microsoft.AspNet.Mvc.Razor.Host.Test => Microsoft.AspNetCore.Mvc.Razor.Host.Test}/TestFiles/Output/DesignTime/MultipleModels.cs (100%) rename test/{Microsoft.AspNet.Mvc.Razor.Host.Test => Microsoft.AspNetCore.Mvc.Razor.Host.Test}/TestFiles/Output/DesignTime/_ViewImports.cs (100%) rename test/{Microsoft.AspNet.Mvc.Razor.Host.Test => Microsoft.AspNetCore.Mvc.Razor.Host.Test}/TestFiles/Output/Runtime/Basic.cs (100%) rename test/{Microsoft.AspNet.Mvc.Razor.Host.Test => Microsoft.AspNetCore.Mvc.Razor.Host.Test}/TestFiles/Output/Runtime/Inject.cs (100%) rename test/{Microsoft.AspNet.Mvc.Razor.Host.Test => Microsoft.AspNetCore.Mvc.Razor.Host.Test}/TestFiles/Output/Runtime/InjectWithModel.cs (100%) rename test/{Microsoft.AspNet.Mvc.Razor.Host.Test => Microsoft.AspNetCore.Mvc.Razor.Host.Test}/TestFiles/Output/Runtime/InjectWithSemicolon.cs (100%) rename test/{Microsoft.AspNet.Mvc.Razor.Host.Test => Microsoft.AspNetCore.Mvc.Razor.Host.Test}/TestFiles/Output/Runtime/Model.cs (100%) rename test/{Microsoft.AspNet.Mvc.Razor.Host.Test => Microsoft.AspNetCore.Mvc.Razor.Host.Test}/TestFiles/Output/Runtime/ModelExpressionTagHelper.cs (100%) rename test/{Microsoft.AspNet.Mvc.Razor.Host.Test => Microsoft.AspNetCore.Mvc.Razor.Host.Test}/TestFiles/Output/Runtime/_ViewImports.cs (100%) rename test/{Microsoft.AspNet.Mvc.Razor.Host.Test => Microsoft.AspNetCore.Mvc.Razor.Host.Test}/TestFiles/ViewStartUtilityFiles/Areas/MyArea/Sub/Views/Admin/Test.cshtml (100%) rename test/{Microsoft.AspNet.Mvc.Razor.Host.Test => Microsoft.AspNetCore.Mvc.Razor.Host.Test}/TestFiles/ViewStartUtilityFiles/Areas/MyArea/Sub/Views/Admin/ViewStart.cshtml (100%) rename test/{Microsoft.AspNet.Mvc.Razor.Host.Test => Microsoft.AspNetCore.Mvc.Razor.Host.Test}/TestFiles/ViewStartUtilityFiles/Areas/MyArea/Sub/Views/Admin/_ViewStart.cshtml (100%) rename test/{Microsoft.AspNet.Mvc.Razor.Host.Test => Microsoft.AspNetCore.Mvc.Razor.Host.Test}/TestFiles/ViewStartUtilityFiles/Views/Home/MyView.cshtml (100%) rename test/{Microsoft.AspNet.Mvc.Razor.Host.Test => Microsoft.AspNetCore.Mvc.Razor.Host.Test}/TestFiles/ViewStartUtilityFiles/Views/Home/_ViewStart.cshtml (100%) rename test/{Microsoft.AspNet.Mvc.Razor.Host.Test => Microsoft.AspNetCore.Mvc.Razor.Host.Test}/ViewHierarchyUtilityTest.cs (100%) rename test/{Microsoft.AspNet.Mvc.Razor.Host.Test => Microsoft.AspNetCore.Mvc.Razor.Host.Test}/project.json (100%) rename test/{Microsoft.AspNet.Mvc.Razor.Test => Microsoft.AspNetCore.Mvc.Razor.Test}/Compilation/CompilationResultTest.cs (100%) rename test/{Microsoft.AspNet.Mvc.Razor.Test => Microsoft.AspNetCore.Mvc.Razor.Test}/Compilation/CompilerCacheTest.cs (100%) rename test/{Microsoft.AspNet.Mvc.Razor.Test => Microsoft.AspNetCore.Mvc.Razor.Test}/Compilation/DefaultRoslynCompilationServiceTest.cs (100%) rename test/{Microsoft.AspNet.Mvc.Razor.Test => Microsoft.AspNetCore.Mvc.Razor.Test}/Compilation/ExpressionRewriterTest.cs (100%) rename test/{Microsoft.AspNet.Mvc.Razor.Test => Microsoft.AspNetCore.Mvc.Razor.Test}/Compilation/RazorCompilationServiceTest.cs (100%) rename test/{Microsoft.AspNet.Mvc.Razor.Test => Microsoft.AspNetCore.Mvc.Razor.Test}/DefaultPrecompiledViewsProviderTest.cs (100%) rename test/{Microsoft.AspNet.Mvc.Razor.Test => Microsoft.AspNetCore.Mvc.Razor.Test}/DefaultRazorPageFactoryProviderTest.cs (100%) rename test/{Microsoft.AspNet.Mvc.Razor.Test => Microsoft.AspNetCore.Mvc.Razor.Test}/DefaultRazorViewEngineFileProviderAccessorTest.cs (100%) rename test/{Microsoft.AspNet.Mvc.Razor.Test => Microsoft.AspNetCore.Mvc.Razor.Test}/DefaultTagHelperActivatorTest.cs (100%) rename test/{Microsoft.AspNet.Mvc.Razor.Test => Microsoft.AspNetCore.Mvc.Razor.Test}/LanguageViewLocationExpanderTest.cs (100%) rename test/{Microsoft.AspNet.Mvc.Razor.Test/Microsoft.AspNet.Mvc.Razor.Test.xproj => Microsoft.AspNetCore.Mvc.Razor.Test/Microsoft.AspNetCore.Mvc.Razor.Test.xproj} (100%) rename test/{Microsoft.AspNet.Mvc.Razor.Test => Microsoft.AspNetCore.Mvc.Razor.Test}/MvcRazorCodeParserTest.cs (100%) rename test/{Microsoft.AspNet.Mvc.Razor.Test => Microsoft.AspNetCore.Mvc.Razor.Test}/Properties/AssemblyInfo.cs (100%) rename test/{Microsoft.AspNet.Mvc.Razor.Test => Microsoft.AspNetCore.Mvc.Razor.Test}/RazorPageActivatorTest.cs (100%) rename test/{Microsoft.AspNet.Mvc.Razor.Test => Microsoft.AspNetCore.Mvc.Razor.Test}/RazorPageCreateModelExpressionTest.cs (100%) rename test/{Microsoft.AspNet.Mvc.Razor.Test => Microsoft.AspNetCore.Mvc.Razor.Test}/RazorPageCreateTagHelperTest.cs (100%) rename test/{Microsoft.AspNet.Mvc.Razor.Test => Microsoft.AspNetCore.Mvc.Razor.Test}/RazorPageTest.cs (100%) rename test/{Microsoft.AspNet.Mvc.Razor.Test => Microsoft.AspNetCore.Mvc.Razor.Test}/RazorTextWriterTest.cs (100%) rename test/{Microsoft.AspNet.Mvc.Razor.Test => Microsoft.AspNetCore.Mvc.Razor.Test}/RazorViewEngineOptionsTest.cs (100%) rename test/{Microsoft.AspNet.Mvc.Razor.Test => Microsoft.AspNetCore.Mvc.Razor.Test}/RazorViewEngineTest.cs (100%) rename test/{Microsoft.AspNet.Mvc.Razor.Test => Microsoft.AspNetCore.Mvc.Razor.Test}/RazorViewTest.cs (100%) rename test/{Microsoft.AspNet.Mvc.Razor.Test => Microsoft.AspNetCore.Mvc.Razor.Test}/SpanFactory.cs (100%) rename test/{Microsoft.AspNet.Mvc.Razor.Test => Microsoft.AspNetCore.Mvc.Razor.Test}/TagHelpers/UrlResolutionTagHelperTest.cs (100%) rename test/{Microsoft.AspNet.Mvc.Razor.Test => Microsoft.AspNetCore.Mvc.Razor.Test}/project.json (100%) rename test/{Microsoft.AspNet.Mvc.TagHelpers.Test => Microsoft.AspNetCore.Mvc.TagHelpers.Test}/AnchorTagHelperTest.cs (100%) rename test/{Microsoft.AspNet.Mvc.TagHelpers.Test => Microsoft.AspNetCore.Mvc.TagHelpers.Test}/CacheTagHelperTest.cs (100%) rename test/{Microsoft.AspNet.Mvc.TagHelpers.Test => Microsoft.AspNetCore.Mvc.TagHelpers.Test}/EnvironmentTagHelperTest.cs (100%) rename test/{Microsoft.AspNet.Mvc.TagHelpers.Test => Microsoft.AspNetCore.Mvc.TagHelpers.Test}/FormTagHelperTest.cs (100%) rename test/{Microsoft.AspNet.Mvc.TagHelpers.Test => Microsoft.AspNetCore.Mvc.TagHelpers.Test}/ImageTagHelperTest.cs (100%) rename test/{Microsoft.AspNet.Mvc.TagHelpers.Test => Microsoft.AspNetCore.Mvc.TagHelpers.Test}/InputTagHelperTest.cs (100%) rename test/{Microsoft.AspNet.Mvc.TagHelpers.Test => Microsoft.AspNetCore.Mvc.TagHelpers.Test}/Internal/AttributeMatcherTest.cs (100%) rename test/{Microsoft.AspNet.Mvc.TagHelpers.Test => Microsoft.AspNetCore.Mvc.TagHelpers.Test}/Internal/FileVersionProviderTest.cs (100%) rename test/{Microsoft.AspNet.Mvc.TagHelpers.Test => Microsoft.AspNetCore.Mvc.TagHelpers.Test}/Internal/GlobbingUrlBuilderTest.cs (100%) rename test/{Microsoft.AspNet.Mvc.TagHelpers.Test => Microsoft.AspNetCore.Mvc.TagHelpers.Test}/Internal/JavaScriptResourcesTest.cs (100%) rename test/{Microsoft.AspNet.Mvc.TagHelpers.Test => Microsoft.AspNetCore.Mvc.TagHelpers.Test}/LabelTagHelperTest.cs (100%) rename test/{Microsoft.AspNet.Mvc.TagHelpers.Test => Microsoft.AspNetCore.Mvc.TagHelpers.Test}/LinkTagHelperTest.cs (100%) rename test/{Microsoft.AspNet.Mvc.TagHelpers.Test/Microsoft.AspNet.Mvc.TagHelpers.Test.xproj => Microsoft.AspNetCore.Mvc.TagHelpers.Test/Microsoft.AspNetCore.Mvc.TagHelpers.Test.xproj} (100%) rename test/{Microsoft.AspNet.Mvc.TagHelpers.Test => Microsoft.AspNetCore.Mvc.TagHelpers.Test}/OptionTagHelperTest.cs (100%) rename test/{Microsoft.AspNet.Mvc.TagHelpers.Test => Microsoft.AspNetCore.Mvc.TagHelpers.Test}/RenderAtEndOfFormTagHelperTest.cs (100%) rename test/{Microsoft.AspNet.Mvc.TagHelpers.Test => Microsoft.AspNetCore.Mvc.TagHelpers.Test}/ScriptTagHelperTest.cs (100%) rename test/{Microsoft.AspNet.Mvc.TagHelpers.Test => Microsoft.AspNetCore.Mvc.TagHelpers.Test}/SelectTagHelperTest.cs (100%) rename test/{Microsoft.AspNet.Mvc.TagHelpers.Test => Microsoft.AspNetCore.Mvc.TagHelpers.Test}/TagHelperLogger.cs (100%) rename test/{Microsoft.AspNet.Mvc.TagHelpers.Test => Microsoft.AspNetCore.Mvc.TagHelpers.Test}/TagHelperOutputExtensionsTest.cs (100%) rename test/{Microsoft.AspNet.Mvc.TagHelpers.Test => Microsoft.AspNetCore.Mvc.TagHelpers.Test}/TestableHtmlGenerator.cs (100%) rename test/{Microsoft.AspNet.Mvc.TagHelpers.Test => Microsoft.AspNetCore.Mvc.TagHelpers.Test}/TextAreaTagHelperTest.cs (100%) rename test/{Microsoft.AspNet.Mvc.TagHelpers.Test => Microsoft.AspNetCore.Mvc.TagHelpers.Test}/ValidationMessageTagHelperTest.cs (100%) rename test/{Microsoft.AspNet.Mvc.TagHelpers.Test => Microsoft.AspNetCore.Mvc.TagHelpers.Test}/ValidationSummaryTagHelperTest.cs (100%) rename test/{Microsoft.AspNet.Mvc.TagHelpers.Test => Microsoft.AspNetCore.Mvc.TagHelpers.Test}/project.json (100%) rename test/{Microsoft.AspNet.Mvc.Test => Microsoft.AspNetCore.Mvc.Test}/JsonPatchExtensionsTest.cs (100%) rename test/{Microsoft.AspNet.Mvc.Test/Microsoft.AspNet.Mvc.Test.xproj => Microsoft.AspNetCore.Mvc.Test/Microsoft.AspNetCore.Mvc.Test.xproj} (100%) rename test/{Microsoft.AspNet.Mvc.Test => Microsoft.AspNetCore.Mvc.Test}/MvcOptionsSetupTest.cs (100%) rename test/{Microsoft.AspNet.Mvc.Test => Microsoft.AspNetCore.Mvc.Test}/MvcServiceCollectionExtensionsTest.cs (100%) rename test/{Microsoft.AspNet.Mvc.Test => Microsoft.AspNetCore.Mvc.Test}/RazorViewEngineOptionsSetupTest.cs (100%) rename test/{Microsoft.AspNet.Mvc.Test => Microsoft.AspNetCore.Mvc.Test}/project.json (100%) rename test/{Microsoft.AspNet.Mvc.TestCommon => Microsoft.AspNetCore.Mvc.TestCommon}/CommonFilterTest.cs (100%) rename test/{Microsoft.AspNet.Mvc.TestCommon => Microsoft.AspNetCore.Mvc.TestCommon}/HtmlContentUtilities.cs (100%) rename test/{Microsoft.AspNet.Mvc.TestCommon => Microsoft.AspNetCore.Mvc.TestCommon}/MediaTypeAssert.cs (100%) rename test/{Microsoft.AspNet.Mvc.TestCommon/Microsoft.AspNet.Mvc.TestCommon.xproj => Microsoft.AspNetCore.Mvc.TestCommon/Microsoft.AspNetCore.Mvc.TestCommon.xproj} (100%) rename test/{Microsoft.AspNet.Mvc.TestCommon => Microsoft.AspNetCore.Mvc.TestCommon}/PlatformNormalizer.cs (100%) rename test/{Microsoft.AspNet.Mvc.TestCommon => Microsoft.AspNetCore.Mvc.TestCommon}/ResourceFile.cs (100%) rename test/{Microsoft.AspNet.Mvc.TestCommon => Microsoft.AspNetCore.Mvc.TestCommon}/TestClientModelValidatorProvider.cs (100%) rename test/{Microsoft.AspNet.Mvc.TestCommon => Microsoft.AspNetCore.Mvc.TestCommon}/TestFileChangeToken.cs (100%) rename test/{Microsoft.AspNet.Mvc.TestCommon => Microsoft.AspNetCore.Mvc.TestCommon}/TestFileInfo.cs (100%) rename test/{Microsoft.AspNet.Mvc.TestCommon => Microsoft.AspNetCore.Mvc.TestCommon}/TestFileProvider.cs (100%) rename test/{Microsoft.AspNet.Mvc.TestCommon => Microsoft.AspNetCore.Mvc.TestCommon}/TestHttpRequestStreamReaderFactory.cs (100%) rename test/{Microsoft.AspNet.Mvc.TestCommon => Microsoft.AspNetCore.Mvc.TestCommon}/TestHttpResponseStreamWriterFactory.cs (100%) rename test/{Microsoft.AspNet.Mvc.TestCommon => Microsoft.AspNetCore.Mvc.TestCommon}/TestModelMetadataProvider.cs (100%) rename test/{Microsoft.AspNet.Mvc.TestCommon => Microsoft.AspNetCore.Mvc.TestCommon}/TestModelValidatorProvider.cs (100%) rename test/{Microsoft.AspNet.Mvc.TestCommon => Microsoft.AspNetCore.Mvc.TestCommon}/TestOptionsManager.cs (100%) rename test/{Microsoft.AspNet.Mvc.TestCommon => Microsoft.AspNetCore.Mvc.TestCommon}/ValidationAttributeUtil.cs (100%) rename test/{Microsoft.AspNet.Mvc.TestCommon => Microsoft.AspNetCore.Mvc.TestCommon}/project.json (100%) rename test/{Microsoft.AspNet.Mvc.TestDiagnosticListener.Sources => Microsoft.AspNetCore.Mvc.TestDiagnosticListener.Sources}/IProxyActionContext.cs (100%) rename test/{Microsoft.AspNet.Mvc.TestDiagnosticListener.Sources => Microsoft.AspNetCore.Mvc.TestDiagnosticListener.Sources}/IProxyActionDescriptor.cs (100%) rename test/{Microsoft.AspNet.Mvc.TestDiagnosticListener.Sources => Microsoft.AspNetCore.Mvc.TestDiagnosticListener.Sources}/IProxyActionResult.cs (100%) rename test/{Microsoft.AspNet.Mvc.TestDiagnosticListener.Sources => Microsoft.AspNetCore.Mvc.TestDiagnosticListener.Sources}/IProxyHttpContext.cs (100%) rename test/{Microsoft.AspNet.Mvc.TestDiagnosticListener.Sources => Microsoft.AspNetCore.Mvc.TestDiagnosticListener.Sources}/IProxyRouteData.cs (100%) rename test/{Microsoft.AspNet.Mvc.TestDiagnosticListener.Sources => Microsoft.AspNetCore.Mvc.TestDiagnosticListener.Sources}/IProxyView.cs (100%) rename test/{Microsoft.AspNet.Mvc.TestDiagnosticListener.Sources => Microsoft.AspNetCore.Mvc.TestDiagnosticListener.Sources}/IProxyViewComponentContext.cs (100%) rename test/{Microsoft.AspNet.Mvc.TestDiagnosticListener.Sources => Microsoft.AspNetCore.Mvc.TestDiagnosticListener.Sources}/IProxyViewComponentResult.cs (100%) rename test/{Microsoft.AspNet.Mvc.TestDiagnosticListener.Sources => Microsoft.AspNetCore.Mvc.TestDiagnosticListener.Sources}/IProxyViewContext.cs (100%) rename test/{Microsoft.AspNet.Mvc.TestDiagnosticListener.Sources/Microsoft.AspNet.Mvc.TestDiagnosticListener.Sources.xproj => Microsoft.AspNetCore.Mvc.TestDiagnosticListener.Sources/Microsoft.AspNetCore.Mvc.TestDiagnosticListener.Sources.xproj} (100%) rename test/{Microsoft.AspNet.Mvc.TestDiagnosticListener.Sources => Microsoft.AspNetCore.Mvc.TestDiagnosticListener.Sources}/TestDiagnosticListener.cs (100%) rename test/{Microsoft.AspNet.Mvc.TestDiagnosticListener.Sources => Microsoft.AspNetCore.Mvc.TestDiagnosticListener.Sources}/project.json (100%) rename test/{Microsoft.AspNet.Mvc.ViewFeatures.Test => Microsoft.AspNetCore.Mvc.ViewFeatures.Test}/Buffer/ViewBufferTest.cs (100%) rename test/{Microsoft.AspNet.Mvc.ViewFeatures.Test => Microsoft.AspNetCore.Mvc.ViewFeatures.Test}/ControllerTest.cs (100%) rename test/{Microsoft.AspNet.Mvc.ViewFeatures.Test => Microsoft.AspNetCore.Mvc.ViewFeatures.Test}/ControllerUnitTestabilityTests.cs (100%) rename test/{Microsoft.AspNet.Mvc.ViewFeatures.Test => Microsoft.AspNetCore.Mvc.ViewFeatures.Test}/Internal/AutoValidateAntiforgeryTokenAuthorizationFilterTest.cs (100%) rename test/{Microsoft.AspNet.Mvc.ViewFeatures.Test => Microsoft.AspNetCore.Mvc.ViewFeatures.Test}/Internal/HtmlAttributePropertyHelperTest.cs (100%) rename test/{Microsoft.AspNet.Mvc.ViewFeatures.Test => Microsoft.AspNetCore.Mvc.ViewFeatures.Test}/Internal/TemplateRendererTest.cs (100%) rename test/{Microsoft.AspNet.Mvc.ViewFeatures.Test => Microsoft.AspNetCore.Mvc.ViewFeatures.Test}/Internal/ValidateAntiforgeryTokenAuthorizationFilterTest.cs (100%) rename test/{Microsoft.AspNet.Mvc.ViewFeatures.Test/Microsoft.AspNet.Mvc.ViewFeatures.Test.xproj => Microsoft.AspNetCore.Mvc.ViewFeatures.Test/Microsoft.AspNetCore.Mvc.ViewFeatures.Test.xproj} (100%) rename test/{Microsoft.AspNet.Mvc.ViewFeatures.Test => Microsoft.AspNetCore.Mvc.ViewFeatures.Test}/ModelStateDictionaryExtensionsTest.cs (100%) rename test/{Microsoft.AspNet.Mvc.ViewFeatures.Test => Microsoft.AspNetCore.Mvc.ViewFeatures.Test}/PartialViewResultTest.cs (100%) rename test/{Microsoft.AspNet.Mvc.ViewFeatures.Test => Microsoft.AspNetCore.Mvc.ViewFeatures.Test}/Properties/AssemblyInfo.cs (100%) rename test/{Microsoft.AspNet.Mvc.ViewFeatures.Test => Microsoft.AspNetCore.Mvc.ViewFeatures.Test}/Properties/Resources.Designer.cs (100%) rename test/{Microsoft.AspNet.Mvc.ViewFeatures.Test => Microsoft.AspNetCore.Mvc.ViewFeatures.Test}/RemoteAttributeTest.cs (100%) rename test/{Microsoft.AspNet.Mvc.ViewFeatures.Test => Microsoft.AspNetCore.Mvc.ViewFeatures.Test}/Rendering/DefaultTemplatesUtilities.cs (100%) rename test/{Microsoft.AspNet.Mvc.ViewFeatures.Test => Microsoft.AspNetCore.Mvc.ViewFeatures.Test}/Rendering/HtmlHelperCheckboxTest.cs (100%) rename test/{Microsoft.AspNet.Mvc.ViewFeatures.Test => Microsoft.AspNetCore.Mvc.ViewFeatures.Test}/Rendering/HtmlHelperDisplayNameExtensionsTest.cs (100%) rename test/{Microsoft.AspNet.Mvc.ViewFeatures.Test => Microsoft.AspNetCore.Mvc.ViewFeatures.Test}/Rendering/HtmlHelperDisplayTextTest.cs (100%) rename test/{Microsoft.AspNet.Mvc.ViewFeatures.Test => Microsoft.AspNetCore.Mvc.ViewFeatures.Test}/Rendering/HtmlHelperFormExtensionsTest.cs (100%) rename test/{Microsoft.AspNet.Mvc.ViewFeatures.Test => Microsoft.AspNetCore.Mvc.ViewFeatures.Test}/Rendering/HtmlHelperFormTest.cs (100%) rename test/{Microsoft.AspNet.Mvc.ViewFeatures.Test => Microsoft.AspNetCore.Mvc.ViewFeatures.Test}/Rendering/HtmlHelperHiddenTest.cs (100%) rename test/{Microsoft.AspNet.Mvc.ViewFeatures.Test => Microsoft.AspNetCore.Mvc.ViewFeatures.Test}/Rendering/HtmlHelperLabelExtensionsTest.cs (100%) rename test/{Microsoft.AspNet.Mvc.ViewFeatures.Test => Microsoft.AspNetCore.Mvc.ViewFeatures.Test}/Rendering/HtmlHelperLinkGenerationTest.cs (100%) rename test/{Microsoft.AspNet.Mvc.ViewFeatures.Test => Microsoft.AspNetCore.Mvc.ViewFeatures.Test}/Rendering/HtmlHelperNameExtensionsTest.cs (100%) rename test/{Microsoft.AspNet.Mvc.ViewFeatures.Test => Microsoft.AspNetCore.Mvc.ViewFeatures.Test}/Rendering/HtmlHelperPartialExtensionsTest.cs (100%) rename test/{Microsoft.AspNet.Mvc.ViewFeatures.Test => Microsoft.AspNetCore.Mvc.ViewFeatures.Test}/Rendering/HtmlHelperPasswordTest.cs (100%) rename test/{Microsoft.AspNet.Mvc.ViewFeatures.Test => Microsoft.AspNetCore.Mvc.ViewFeatures.Test}/Rendering/HtmlHelperSelectTest.cs (100%) rename test/{Microsoft.AspNet.Mvc.ViewFeatures.Test => Microsoft.AspNetCore.Mvc.ViewFeatures.Test}/Rendering/HtmlHelperTest.cs (100%) rename test/{Microsoft.AspNet.Mvc.ViewFeatures.Test => Microsoft.AspNetCore.Mvc.ViewFeatures.Test}/Rendering/HtmlHelperValidationSummaryTest.cs (100%) rename test/{Microsoft.AspNet.Mvc.ViewFeatures.Test => Microsoft.AspNetCore.Mvc.ViewFeatures.Test}/Rendering/HtmlHelperValueTest.cs (100%) rename test/{Microsoft.AspNet.Mvc.ViewFeatures.Test => Microsoft.AspNetCore.Mvc.ViewFeatures.Test}/Rendering/HtmlStringTest.cs (100%) rename test/{Microsoft.AspNet.Mvc.ViewFeatures.Test => Microsoft.AspNetCore.Mvc.ViewFeatures.Test}/Rendering/TagBuilderTest.cs (100%) rename test/{Microsoft.AspNet.Mvc.ViewFeatures.Test => Microsoft.AspNetCore.Mvc.ViewFeatures.Test}/Rendering/TestResources.cs (100%) rename test/{Microsoft.AspNet.Mvc.ViewFeatures.Test => Microsoft.AspNetCore.Mvc.ViewFeatures.Test}/Rendering/ViewContextTests.cs (100%) rename test/{Microsoft.AspNet.Mvc.ViewFeatures.Test => Microsoft.AspNetCore.Mvc.ViewFeatures.Test}/Resources.resx (100%) rename test/{Microsoft.AspNet.Mvc.ViewFeatures.Test => Microsoft.AspNetCore.Mvc.ViewFeatures.Test}/SkipStatusCodePagesAttributeTest.cs (100%) rename test/{Microsoft.AspNet.Mvc.ViewFeatures.Test => Microsoft.AspNetCore.Mvc.ViewFeatures.Test}/TestViewBufferScope.cs (100%) rename test/{Microsoft.AspNet.Mvc.ViewFeatures.Test => Microsoft.AspNetCore.Mvc.ViewFeatures.Test}/ViewComponentResultTest.cs (100%) rename test/{Microsoft.AspNet.Mvc.ViewFeatures.Test => Microsoft.AspNetCore.Mvc.ViewFeatures.Test}/ViewComponentTests.cs (100%) rename test/{Microsoft.AspNet.Mvc.ViewFeatures.Test => Microsoft.AspNetCore.Mvc.ViewFeatures.Test}/ViewComponents/ContentViewComponentResultTest.cs (100%) rename test/{Microsoft.AspNet.Mvc.ViewFeatures.Test => Microsoft.AspNetCore.Mvc.ViewFeatures.Test}/ViewComponents/DefaultViewComponentActivatorTests.cs (100%) rename test/{Microsoft.AspNet.Mvc.ViewFeatures.Test => Microsoft.AspNetCore.Mvc.ViewFeatures.Test}/ViewComponents/DefaultViewComponentDescriptorProviderTest.cs (100%) rename test/{Microsoft.AspNet.Mvc.ViewFeatures.Test => Microsoft.AspNetCore.Mvc.ViewFeatures.Test}/ViewComponents/DefaultViewComponentSelectorTest.cs (100%) rename test/{Microsoft.AspNet.Mvc.ViewFeatures.Test => Microsoft.AspNetCore.Mvc.ViewFeatures.Test}/ViewComponents/HtmlContentViewComponentResultTest.cs (100%) rename test/{Microsoft.AspNet.Mvc.ViewFeatures.Test => Microsoft.AspNetCore.Mvc.ViewFeatures.Test}/ViewComponents/JsonViewComponentResultTest.cs (100%) rename test/{Microsoft.AspNet.Mvc.ViewFeatures.Test => Microsoft.AspNetCore.Mvc.ViewFeatures.Test}/ViewComponents/ViewComponentConventionsTest.cs (100%) rename test/{Microsoft.AspNet.Mvc.ViewFeatures.Test => Microsoft.AspNetCore.Mvc.ViewFeatures.Test}/ViewComponents/ViewViewComponentResultTest.cs (100%) rename test/{Microsoft.AspNet.Mvc.ViewFeatures.Test => Microsoft.AspNetCore.Mvc.ViewFeatures.Test}/ViewEngines/CompositeViewEngineTest.cs (100%) rename test/{Microsoft.AspNet.Mvc.ViewFeatures.Test => Microsoft.AspNetCore.Mvc.ViewFeatures.Test}/ViewFeatures/AttributeDictionaryTest.cs (100%) rename test/{Microsoft.AspNet.Mvc.ViewFeatures.Test => Microsoft.AspNetCore.Mvc.ViewFeatures.Test}/ViewFeatures/DefaultDisplayTemplatesTest.cs (100%) rename test/{Microsoft.AspNet.Mvc.ViewFeatures.Test => Microsoft.AspNetCore.Mvc.ViewFeatures.Test}/ViewFeatures/DefaultEditorTemplatesTest.cs (100%) rename test/{Microsoft.AspNet.Mvc.ViewFeatures.Test => Microsoft.AspNetCore.Mvc.ViewFeatures.Test}/ViewFeatures/DefaultHtmlGeneratorTest.cs (100%) rename test/{Microsoft.AspNet.Mvc.ViewFeatures.Test => Microsoft.AspNetCore.Mvc.ViewFeatures.Test}/ViewFeatures/ExpressionMetadataProviderTest.cs (100%) rename test/{Microsoft.AspNet.Mvc.ViewFeatures.Test => Microsoft.AspNetCore.Mvc.ViewFeatures.Test}/ViewFeatures/HtmlContentWrapperTextWriterTest.cs (100%) rename test/{Microsoft.AspNet.Mvc.ViewFeatures.Test => Microsoft.AspNetCore.Mvc.ViewFeatures.Test}/ViewFeatures/ModelExplorerExtensionsTest.cs (100%) rename test/{Microsoft.AspNet.Mvc.ViewFeatures.Test => Microsoft.AspNetCore.Mvc.ViewFeatures.Test}/ViewFeatures/ModelExplorerTest.cs (100%) rename test/{Microsoft.AspNet.Mvc.ViewFeatures.Test => Microsoft.AspNetCore.Mvc.ViewFeatures.Test}/ViewFeatures/PartialViewResultExecutorTest.cs (100%) rename test/{Microsoft.AspNet.Mvc.ViewFeatures.Test => Microsoft.AspNetCore.Mvc.ViewFeatures.Test}/ViewFeatures/SaveTempDataFilterTest.cs (100%) rename test/{Microsoft.AspNet.Mvc.ViewFeatures.Test => Microsoft.AspNetCore.Mvc.ViewFeatures.Test}/ViewFeatures/SessionStateTempDataProviderTest.cs (100%) rename test/{Microsoft.AspNet.Mvc.ViewFeatures.Test => Microsoft.AspNetCore.Mvc.ViewFeatures.Test}/ViewFeatures/StringHtmlContentTest.cs (100%) rename test/{Microsoft.AspNet.Mvc.ViewFeatures.Test => Microsoft.AspNetCore.Mvc.ViewFeatures.Test}/ViewFeatures/TempDataDictionaryFactoryTest.cs (100%) rename test/{Microsoft.AspNet.Mvc.ViewFeatures.Test => Microsoft.AspNetCore.Mvc.ViewFeatures.Test}/ViewFeatures/TempDataDictionaryTest.cs (100%) rename test/{Microsoft.AspNet.Mvc.ViewFeatures.Test => Microsoft.AspNetCore.Mvc.ViewFeatures.Test}/ViewFeatures/ViewDataDictionaryOfTModelTest.cs (100%) rename test/{Microsoft.AspNet.Mvc.ViewFeatures.Test => Microsoft.AspNetCore.Mvc.ViewFeatures.Test}/ViewFeatures/ViewDataDictionaryTest.cs (100%) rename test/{Microsoft.AspNet.Mvc.ViewFeatures.Test => Microsoft.AspNetCore.Mvc.ViewFeatures.Test}/ViewFeatures/ViewDataOfTTest.cs (100%) rename test/{Microsoft.AspNet.Mvc.ViewFeatures.Test => Microsoft.AspNetCore.Mvc.ViewFeatures.Test}/ViewFeatures/ViewExecutorTest.cs (100%) rename test/{Microsoft.AspNet.Mvc.ViewFeatures.Test => Microsoft.AspNetCore.Mvc.ViewFeatures.Test}/ViewFeatures/ViewResultExecutorTest.cs (100%) rename test/{Microsoft.AspNet.Mvc.ViewFeatures.Test => Microsoft.AspNetCore.Mvc.ViewFeatures.Test}/ViewResultTest.cs (100%) rename test/{Microsoft.AspNet.Mvc.ViewFeatures.Test => Microsoft.AspNetCore.Mvc.ViewFeatures.Test}/project.json (100%) rename test/{Microsoft.AspNet.Mvc.WebApiCompatShimTest => Microsoft.AspNetCore.Mvc.WebApiCompatShimTest}/ApiControllerActionDiscoveryTest.cs (100%) rename test/{Microsoft.AspNet.Mvc.WebApiCompatShimTest => Microsoft.AspNetCore.Mvc.WebApiCompatShimTest}/ApiControllerTest.cs (100%) rename test/{Microsoft.AspNet.Mvc.WebApiCompatShimTest => Microsoft.AspNetCore.Mvc.WebApiCompatShimTest}/BadRequestErrorMessageResultTest.cs (100%) rename test/{Microsoft.AspNet.Mvc.WebApiCompatShimTest => Microsoft.AspNetCore.Mvc.WebApiCompatShimTest}/ConflictResultTest.cs (100%) rename test/{Microsoft.AspNet.Mvc.WebApiCompatShimTest => Microsoft.AspNetCore.Mvc.WebApiCompatShimTest}/DefaultContentNegotiatorTest.cs (100%) rename test/{Microsoft.AspNet.Mvc.WebApiCompatShimTest => Microsoft.AspNetCore.Mvc.WebApiCompatShimTest}/ExceptionResultTest.cs (100%) rename test/{Microsoft.AspNet.Mvc.WebApiCompatShimTest => Microsoft.AspNetCore.Mvc.WebApiCompatShimTest}/FormDataCollectionExtensionsTest.cs (100%) rename test/{Microsoft.AspNet.Mvc.WebApiCompatShimTest => Microsoft.AspNetCore.Mvc.WebApiCompatShimTest}/HttpErrorTest.cs (100%) rename test/{Microsoft.AspNet.Mvc.WebApiCompatShimTest => Microsoft.AspNetCore.Mvc.WebApiCompatShimTest}/HttpRequestMessage/HttpRequestMessageExtensionsTest.cs (100%) rename test/{Microsoft.AspNet.Mvc.WebApiCompatShimTest => Microsoft.AspNetCore.Mvc.WebApiCompatShimTest}/HttpRequestMessage/HttpRequestMessageFeatureTest.cs (100%) rename test/{Microsoft.AspNet.Mvc.WebApiCompatShimTest => Microsoft.AspNetCore.Mvc.WebApiCompatShimTest}/HttpRequestMessage/HttpRequestMessageModelBinderTest.cs (100%) rename test/{Microsoft.AspNet.Mvc.WebApiCompatShimTest => Microsoft.AspNetCore.Mvc.WebApiCompatShimTest}/HttpResponseExceptionActionFilterTest.cs (100%) rename test/{Microsoft.AspNet.Mvc.WebApiCompatShimTest => Microsoft.AspNetCore.Mvc.WebApiCompatShimTest}/HttpResponseExceptionTest.cs (100%) rename test/{Microsoft.AspNet.Mvc.WebApiCompatShimTest => Microsoft.AspNetCore.Mvc.WebApiCompatShimTest}/HttpResponseMessageOutputFormatterTests.cs (100%) rename test/{Microsoft.AspNet.Mvc.WebApiCompatShimTest => Microsoft.AspNetCore.Mvc.WebApiCompatShimTest}/InternalServerErrorResultTest.cs (100%) rename test/{Microsoft.AspNet.Mvc.WebApiCompatShimTest => Microsoft.AspNetCore.Mvc.WebApiCompatShimTest}/InvalidModelStateResultTest.cs (100%) rename test/{Microsoft.AspNet.Mvc.WebApiCompatShimTest/Microsoft.AspNet.Mvc.WebApiCompatShimTest.xproj => Microsoft.AspNetCore.Mvc.WebApiCompatShimTest/Microsoft.AspNetCore.Mvc.WebApiCompatShimTest.xproj} (100%) rename test/{Microsoft.AspNet.Mvc.WebApiCompatShimTest => Microsoft.AspNetCore.Mvc.WebApiCompatShimTest}/Mocks/MockContentNegotiator.cs (100%) rename test/{Microsoft.AspNet.Mvc.WebApiCompatShimTest => Microsoft.AspNetCore.Mvc.WebApiCompatShimTest}/Mocks/MockMediaTypeFormatter.cs (100%) rename test/{Microsoft.AspNet.Mvc.WebApiCompatShimTest => Microsoft.AspNetCore.Mvc.WebApiCompatShimTest}/Mocks/MockMediaTypeMapping.cs (100%) rename test/{Microsoft.AspNet.Mvc.WebApiCompatShimTest => Microsoft.AspNetCore.Mvc.WebApiCompatShimTest}/NegotiatedContentResultTest.cs (100%) rename test/{Microsoft.AspNet.Mvc.WebApiCompatShimTest => Microsoft.AspNetCore.Mvc.WebApiCompatShimTest}/OverloadActionConstraintTest.cs (100%) rename test/{Microsoft.AspNet.Mvc.WebApiCompatShimTest => Microsoft.AspNetCore.Mvc.WebApiCompatShimTest}/TestHttpResponseStreamWriterFactory.cs (100%) rename test/{Microsoft.AspNet.Mvc.WebApiCompatShimTest => Microsoft.AspNetCore.Mvc.WebApiCompatShimTest}/TestUtils/FlagsEnum.cs (100%) rename test/{Microsoft.AspNet.Mvc.WebApiCompatShimTest => Microsoft.AspNetCore.Mvc.WebApiCompatShimTest}/TestUtils/LongEnum.cs (100%) rename test/{Microsoft.AspNet.Mvc.WebApiCompatShimTest => Microsoft.AspNetCore.Mvc.WebApiCompatShimTest}/TestUtils/MediaTypeAssert.cs (100%) rename test/{Microsoft.AspNet.Mvc.WebApiCompatShimTest => Microsoft.AspNetCore.Mvc.WebApiCompatShimTest}/TestUtils/MediaTypeConstants.cs (100%) rename test/{Microsoft.AspNet.Mvc.WebApiCompatShimTest => Microsoft.AspNetCore.Mvc.WebApiCompatShimTest}/TestUtils/MediaTypeHeaderValueComparer.cs (100%) rename test/{Microsoft.AspNet.Mvc.WebApiCompatShimTest => Microsoft.AspNetCore.Mvc.WebApiCompatShimTest}/TestUtils/RefTypeTestData.cs (100%) rename test/{Microsoft.AspNet.Mvc.WebApiCompatShimTest => Microsoft.AspNetCore.Mvc.WebApiCompatShimTest}/TestUtils/SimpleEnum.cs (100%) rename test/{Microsoft.AspNet.Mvc.WebApiCompatShimTest => Microsoft.AspNetCore.Mvc.WebApiCompatShimTest}/TestUtils/TestData.cs (100%) rename test/{Microsoft.AspNet.Mvc.WebApiCompatShimTest => Microsoft.AspNetCore.Mvc.WebApiCompatShimTest}/TestUtils/TestDataHolder.cs (100%) rename test/{Microsoft.AspNet.Mvc.WebApiCompatShimTest => Microsoft.AspNetCore.Mvc.WebApiCompatShimTest}/TestUtils/TestDataSetAttribute.cs (100%) rename test/{Microsoft.AspNet.Mvc.WebApiCompatShimTest => Microsoft.AspNetCore.Mvc.WebApiCompatShimTest}/TestUtils/TestDataVariations.cs (100%) rename test/{Microsoft.AspNet.Mvc.WebApiCompatShimTest => Microsoft.AspNetCore.Mvc.WebApiCompatShimTest}/TestUtils/TypeAssert.cs (100%) rename test/{Microsoft.AspNet.Mvc.WebApiCompatShimTest => Microsoft.AspNetCore.Mvc.WebApiCompatShimTest}/TestUtils/ValueTypeTestData.cs (100%) rename test/{Microsoft.AspNet.Mvc.WebApiCompatShimTest => Microsoft.AspNetCore.Mvc.WebApiCompatShimTest}/project.json (100%) rename test/WebSites/{Microsoft.AspNet.Mvc.TestConfiguration => Microsoft.AspNetCore.Mvc.TestConfiguration}/BuilderExtensions.cs (100%) rename test/WebSites/{Microsoft.AspNet.Mvc.TestConfiguration => Microsoft.AspNetCore.Mvc.TestConfiguration}/CultureReplacerMiddleware.cs (100%) rename test/WebSites/{Microsoft.AspNet.Mvc.TestConfiguration/Microsoft.AspNet.Mvc.TestConfiguration.xproj => Microsoft.AspNetCore.Mvc.TestConfiguration/Microsoft.AspNetCore.Mvc.TestConfiguration.xproj} (100%) rename test/WebSites/{Microsoft.AspNet.Mvc.TestConfiguration => Microsoft.AspNetCore.Mvc.TestConfiguration}/project.json (100%) diff --git a/src/Microsoft.AspNet.Mvc.Abstractions/Abstractions/ActionDescriptor.cs b/src/Microsoft.AspNetCore.Mvc.Abstractions/Abstractions/ActionDescriptor.cs similarity index 100% rename from src/Microsoft.AspNet.Mvc.Abstractions/Abstractions/ActionDescriptor.cs rename to src/Microsoft.AspNetCore.Mvc.Abstractions/Abstractions/ActionDescriptor.cs diff --git a/src/Microsoft.AspNet.Mvc.Abstractions/Abstractions/ActionDescriptorExtensions.cs b/src/Microsoft.AspNetCore.Mvc.Abstractions/Abstractions/ActionDescriptorExtensions.cs similarity index 100% rename from src/Microsoft.AspNet.Mvc.Abstractions/Abstractions/ActionDescriptorExtensions.cs rename to src/Microsoft.AspNetCore.Mvc.Abstractions/Abstractions/ActionDescriptorExtensions.cs diff --git a/src/Microsoft.AspNet.Mvc.Abstractions/Abstractions/ActionDescriptorProviderContext.cs b/src/Microsoft.AspNetCore.Mvc.Abstractions/Abstractions/ActionDescriptorProviderContext.cs similarity index 100% rename from src/Microsoft.AspNet.Mvc.Abstractions/Abstractions/ActionDescriptorProviderContext.cs rename to src/Microsoft.AspNetCore.Mvc.Abstractions/Abstractions/ActionDescriptorProviderContext.cs diff --git a/src/Microsoft.AspNet.Mvc.Abstractions/Abstractions/ActionInvokerProviderContext.cs b/src/Microsoft.AspNetCore.Mvc.Abstractions/Abstractions/ActionInvokerProviderContext.cs similarity index 100% rename from src/Microsoft.AspNet.Mvc.Abstractions/Abstractions/ActionInvokerProviderContext.cs rename to src/Microsoft.AspNetCore.Mvc.Abstractions/Abstractions/ActionInvokerProviderContext.cs diff --git a/src/Microsoft.AspNet.Mvc.Abstractions/Abstractions/IActionDescriptorProvider.cs b/src/Microsoft.AspNetCore.Mvc.Abstractions/Abstractions/IActionDescriptorProvider.cs similarity index 100% rename from src/Microsoft.AspNet.Mvc.Abstractions/Abstractions/IActionDescriptorProvider.cs rename to src/Microsoft.AspNetCore.Mvc.Abstractions/Abstractions/IActionDescriptorProvider.cs diff --git a/src/Microsoft.AspNet.Mvc.Abstractions/Abstractions/IActionInvoker.cs b/src/Microsoft.AspNetCore.Mvc.Abstractions/Abstractions/IActionInvoker.cs similarity index 100% rename from src/Microsoft.AspNet.Mvc.Abstractions/Abstractions/IActionInvoker.cs rename to src/Microsoft.AspNetCore.Mvc.Abstractions/Abstractions/IActionInvoker.cs diff --git a/src/Microsoft.AspNet.Mvc.Abstractions/Abstractions/IActionInvokerProvider.cs b/src/Microsoft.AspNetCore.Mvc.Abstractions/Abstractions/IActionInvokerProvider.cs similarity index 100% rename from src/Microsoft.AspNet.Mvc.Abstractions/Abstractions/IActionInvokerProvider.cs rename to src/Microsoft.AspNetCore.Mvc.Abstractions/Abstractions/IActionInvokerProvider.cs diff --git a/src/Microsoft.AspNet.Mvc.Abstractions/Abstractions/ParameterDescriptor.cs b/src/Microsoft.AspNetCore.Mvc.Abstractions/Abstractions/ParameterDescriptor.cs similarity index 100% rename from src/Microsoft.AspNet.Mvc.Abstractions/Abstractions/ParameterDescriptor.cs rename to src/Microsoft.AspNetCore.Mvc.Abstractions/Abstractions/ParameterDescriptor.cs diff --git a/src/Microsoft.AspNet.Mvc.Abstractions/ActionConstraints/ActionConstraintContext.cs b/src/Microsoft.AspNetCore.Mvc.Abstractions/ActionConstraints/ActionConstraintContext.cs similarity index 100% rename from src/Microsoft.AspNet.Mvc.Abstractions/ActionConstraints/ActionConstraintContext.cs rename to src/Microsoft.AspNetCore.Mvc.Abstractions/ActionConstraints/ActionConstraintContext.cs diff --git a/src/Microsoft.AspNet.Mvc.Abstractions/ActionConstraints/ActionConstraintItem.cs b/src/Microsoft.AspNetCore.Mvc.Abstractions/ActionConstraints/ActionConstraintItem.cs similarity index 100% rename from src/Microsoft.AspNet.Mvc.Abstractions/ActionConstraints/ActionConstraintItem.cs rename to src/Microsoft.AspNetCore.Mvc.Abstractions/ActionConstraints/ActionConstraintItem.cs diff --git a/src/Microsoft.AspNet.Mvc.Abstractions/ActionConstraints/ActionConstraintProviderContext.cs b/src/Microsoft.AspNetCore.Mvc.Abstractions/ActionConstraints/ActionConstraintProviderContext.cs similarity index 100% rename from src/Microsoft.AspNet.Mvc.Abstractions/ActionConstraints/ActionConstraintProviderContext.cs rename to src/Microsoft.AspNetCore.Mvc.Abstractions/ActionConstraints/ActionConstraintProviderContext.cs diff --git a/src/Microsoft.AspNet.Mvc.Abstractions/ActionConstraints/ActionSelectorCandidate.cs b/src/Microsoft.AspNetCore.Mvc.Abstractions/ActionConstraints/ActionSelectorCandidate.cs similarity index 100% rename from src/Microsoft.AspNet.Mvc.Abstractions/ActionConstraints/ActionSelectorCandidate.cs rename to src/Microsoft.AspNetCore.Mvc.Abstractions/ActionConstraints/ActionSelectorCandidate.cs diff --git a/src/Microsoft.AspNet.Mvc.Abstractions/ActionConstraints/IActionConstraint.cs b/src/Microsoft.AspNetCore.Mvc.Abstractions/ActionConstraints/IActionConstraint.cs similarity index 100% rename from src/Microsoft.AspNet.Mvc.Abstractions/ActionConstraints/IActionConstraint.cs rename to src/Microsoft.AspNetCore.Mvc.Abstractions/ActionConstraints/IActionConstraint.cs diff --git a/src/Microsoft.AspNet.Mvc.Abstractions/ActionConstraints/IActionConstraintFactory.cs b/src/Microsoft.AspNetCore.Mvc.Abstractions/ActionConstraints/IActionConstraintFactory.cs similarity index 100% rename from src/Microsoft.AspNet.Mvc.Abstractions/ActionConstraints/IActionConstraintFactory.cs rename to src/Microsoft.AspNetCore.Mvc.Abstractions/ActionConstraints/IActionConstraintFactory.cs diff --git a/src/Microsoft.AspNet.Mvc.Abstractions/ActionConstraints/IActionConstraintMetadata.cs b/src/Microsoft.AspNetCore.Mvc.Abstractions/ActionConstraints/IActionConstraintMetadata.cs similarity index 100% rename from src/Microsoft.AspNet.Mvc.Abstractions/ActionConstraints/IActionConstraintMetadata.cs rename to src/Microsoft.AspNetCore.Mvc.Abstractions/ActionConstraints/IActionConstraintMetadata.cs diff --git a/src/Microsoft.AspNet.Mvc.Abstractions/ActionConstraints/IActionConstraintProvider.cs b/src/Microsoft.AspNetCore.Mvc.Abstractions/ActionConstraints/IActionConstraintProvider.cs similarity index 100% rename from src/Microsoft.AspNet.Mvc.Abstractions/ActionConstraints/IActionConstraintProvider.cs rename to src/Microsoft.AspNetCore.Mvc.Abstractions/ActionConstraints/IActionConstraintProvider.cs diff --git a/src/Microsoft.AspNet.Mvc.Abstractions/ActionContext.cs b/src/Microsoft.AspNetCore.Mvc.Abstractions/ActionContext.cs similarity index 100% rename from src/Microsoft.AspNet.Mvc.Abstractions/ActionContext.cs rename to src/Microsoft.AspNetCore.Mvc.Abstractions/ActionContext.cs diff --git a/src/Microsoft.AspNet.Mvc.Abstractions/Filters/ActionExecutedContext.cs b/src/Microsoft.AspNetCore.Mvc.Abstractions/Filters/ActionExecutedContext.cs similarity index 100% rename from src/Microsoft.AspNet.Mvc.Abstractions/Filters/ActionExecutedContext.cs rename to src/Microsoft.AspNetCore.Mvc.Abstractions/Filters/ActionExecutedContext.cs diff --git a/src/Microsoft.AspNet.Mvc.Abstractions/Filters/ActionExecutingContext.cs b/src/Microsoft.AspNetCore.Mvc.Abstractions/Filters/ActionExecutingContext.cs similarity index 100% rename from src/Microsoft.AspNet.Mvc.Abstractions/Filters/ActionExecutingContext.cs rename to src/Microsoft.AspNetCore.Mvc.Abstractions/Filters/ActionExecutingContext.cs diff --git a/src/Microsoft.AspNet.Mvc.Abstractions/Filters/ActionExecutionDelegate.cs b/src/Microsoft.AspNetCore.Mvc.Abstractions/Filters/ActionExecutionDelegate.cs similarity index 100% rename from src/Microsoft.AspNet.Mvc.Abstractions/Filters/ActionExecutionDelegate.cs rename to src/Microsoft.AspNetCore.Mvc.Abstractions/Filters/ActionExecutionDelegate.cs diff --git a/src/Microsoft.AspNet.Mvc.Abstractions/Filters/AuthorizationContext.cs b/src/Microsoft.AspNetCore.Mvc.Abstractions/Filters/AuthorizationContext.cs similarity index 100% rename from src/Microsoft.AspNet.Mvc.Abstractions/Filters/AuthorizationContext.cs rename to src/Microsoft.AspNetCore.Mvc.Abstractions/Filters/AuthorizationContext.cs diff --git a/src/Microsoft.AspNet.Mvc.Abstractions/Filters/ExceptionContext.cs b/src/Microsoft.AspNetCore.Mvc.Abstractions/Filters/ExceptionContext.cs similarity index 100% rename from src/Microsoft.AspNet.Mvc.Abstractions/Filters/ExceptionContext.cs rename to src/Microsoft.AspNetCore.Mvc.Abstractions/Filters/ExceptionContext.cs diff --git a/src/Microsoft.AspNet.Mvc.Abstractions/Filters/FilterContext.cs b/src/Microsoft.AspNetCore.Mvc.Abstractions/Filters/FilterContext.cs similarity index 100% rename from src/Microsoft.AspNet.Mvc.Abstractions/Filters/FilterContext.cs rename to src/Microsoft.AspNetCore.Mvc.Abstractions/Filters/FilterContext.cs diff --git a/src/Microsoft.AspNet.Mvc.Abstractions/Filters/FilterDescriptor.cs b/src/Microsoft.AspNetCore.Mvc.Abstractions/Filters/FilterDescriptor.cs similarity index 100% rename from src/Microsoft.AspNet.Mvc.Abstractions/Filters/FilterDescriptor.cs rename to src/Microsoft.AspNetCore.Mvc.Abstractions/Filters/FilterDescriptor.cs diff --git a/src/Microsoft.AspNet.Mvc.Abstractions/Filters/FilterItem.cs b/src/Microsoft.AspNetCore.Mvc.Abstractions/Filters/FilterItem.cs similarity index 100% rename from src/Microsoft.AspNet.Mvc.Abstractions/Filters/FilterItem.cs rename to src/Microsoft.AspNetCore.Mvc.Abstractions/Filters/FilterItem.cs diff --git a/src/Microsoft.AspNet.Mvc.Abstractions/Filters/FilterProviderContext.cs b/src/Microsoft.AspNetCore.Mvc.Abstractions/Filters/FilterProviderContext.cs similarity index 100% rename from src/Microsoft.AspNet.Mvc.Abstractions/Filters/FilterProviderContext.cs rename to src/Microsoft.AspNetCore.Mvc.Abstractions/Filters/FilterProviderContext.cs diff --git a/src/Microsoft.AspNet.Mvc.Abstractions/Filters/IActionFilter.cs b/src/Microsoft.AspNetCore.Mvc.Abstractions/Filters/IActionFilter.cs similarity index 100% rename from src/Microsoft.AspNet.Mvc.Abstractions/Filters/IActionFilter.cs rename to src/Microsoft.AspNetCore.Mvc.Abstractions/Filters/IActionFilter.cs diff --git a/src/Microsoft.AspNet.Mvc.Abstractions/Filters/IAllowAnonymousFilter.cs b/src/Microsoft.AspNetCore.Mvc.Abstractions/Filters/IAllowAnonymousFilter.cs similarity index 100% rename from src/Microsoft.AspNet.Mvc.Abstractions/Filters/IAllowAnonymousFilter.cs rename to src/Microsoft.AspNetCore.Mvc.Abstractions/Filters/IAllowAnonymousFilter.cs diff --git a/src/Microsoft.AspNet.Mvc.Abstractions/Filters/IAsyncActionFilter.cs b/src/Microsoft.AspNetCore.Mvc.Abstractions/Filters/IAsyncActionFilter.cs similarity index 100% rename from src/Microsoft.AspNet.Mvc.Abstractions/Filters/IAsyncActionFilter.cs rename to src/Microsoft.AspNetCore.Mvc.Abstractions/Filters/IAsyncActionFilter.cs diff --git a/src/Microsoft.AspNet.Mvc.Abstractions/Filters/IAsyncAuthorizationFilter.cs b/src/Microsoft.AspNetCore.Mvc.Abstractions/Filters/IAsyncAuthorizationFilter.cs similarity index 100% rename from src/Microsoft.AspNet.Mvc.Abstractions/Filters/IAsyncAuthorizationFilter.cs rename to src/Microsoft.AspNetCore.Mvc.Abstractions/Filters/IAsyncAuthorizationFilter.cs diff --git a/src/Microsoft.AspNet.Mvc.Abstractions/Filters/IAsyncExceptionFilter.cs b/src/Microsoft.AspNetCore.Mvc.Abstractions/Filters/IAsyncExceptionFilter.cs similarity index 100% rename from src/Microsoft.AspNet.Mvc.Abstractions/Filters/IAsyncExceptionFilter.cs rename to src/Microsoft.AspNetCore.Mvc.Abstractions/Filters/IAsyncExceptionFilter.cs diff --git a/src/Microsoft.AspNet.Mvc.Abstractions/Filters/IAsyncResourceFilter.cs b/src/Microsoft.AspNetCore.Mvc.Abstractions/Filters/IAsyncResourceFilter.cs similarity index 100% rename from src/Microsoft.AspNet.Mvc.Abstractions/Filters/IAsyncResourceFilter.cs rename to src/Microsoft.AspNetCore.Mvc.Abstractions/Filters/IAsyncResourceFilter.cs diff --git a/src/Microsoft.AspNet.Mvc.Abstractions/Filters/IAsyncResultFilter.cs b/src/Microsoft.AspNetCore.Mvc.Abstractions/Filters/IAsyncResultFilter.cs similarity index 100% rename from src/Microsoft.AspNet.Mvc.Abstractions/Filters/IAsyncResultFilter.cs rename to src/Microsoft.AspNetCore.Mvc.Abstractions/Filters/IAsyncResultFilter.cs diff --git a/src/Microsoft.AspNet.Mvc.Abstractions/Filters/IAuthorizationFilter.cs b/src/Microsoft.AspNetCore.Mvc.Abstractions/Filters/IAuthorizationFilter.cs similarity index 100% rename from src/Microsoft.AspNet.Mvc.Abstractions/Filters/IAuthorizationFilter.cs rename to src/Microsoft.AspNetCore.Mvc.Abstractions/Filters/IAuthorizationFilter.cs diff --git a/src/Microsoft.AspNet.Mvc.Abstractions/Filters/IExceptionFilter.cs b/src/Microsoft.AspNetCore.Mvc.Abstractions/Filters/IExceptionFilter.cs similarity index 100% rename from src/Microsoft.AspNet.Mvc.Abstractions/Filters/IExceptionFilter.cs rename to src/Microsoft.AspNetCore.Mvc.Abstractions/Filters/IExceptionFilter.cs diff --git a/src/Microsoft.AspNet.Mvc.Abstractions/Filters/IFilterContainer.cs b/src/Microsoft.AspNetCore.Mvc.Abstractions/Filters/IFilterContainer.cs similarity index 100% rename from src/Microsoft.AspNet.Mvc.Abstractions/Filters/IFilterContainer.cs rename to src/Microsoft.AspNetCore.Mvc.Abstractions/Filters/IFilterContainer.cs diff --git a/src/Microsoft.AspNet.Mvc.Abstractions/Filters/IFilterFactory.cs b/src/Microsoft.AspNetCore.Mvc.Abstractions/Filters/IFilterFactory.cs similarity index 100% rename from src/Microsoft.AspNet.Mvc.Abstractions/Filters/IFilterFactory.cs rename to src/Microsoft.AspNetCore.Mvc.Abstractions/Filters/IFilterFactory.cs diff --git a/src/Microsoft.AspNet.Mvc.Abstractions/Filters/IFilterMetadata.cs b/src/Microsoft.AspNetCore.Mvc.Abstractions/Filters/IFilterMetadata.cs similarity index 100% rename from src/Microsoft.AspNet.Mvc.Abstractions/Filters/IFilterMetadata.cs rename to src/Microsoft.AspNetCore.Mvc.Abstractions/Filters/IFilterMetadata.cs diff --git a/src/Microsoft.AspNet.Mvc.Abstractions/Filters/IFilterProvider.cs b/src/Microsoft.AspNetCore.Mvc.Abstractions/Filters/IFilterProvider.cs similarity index 100% rename from src/Microsoft.AspNet.Mvc.Abstractions/Filters/IFilterProvider.cs rename to src/Microsoft.AspNetCore.Mvc.Abstractions/Filters/IFilterProvider.cs diff --git a/src/Microsoft.AspNet.Mvc.Abstractions/Filters/IOrderedFilter.cs b/src/Microsoft.AspNetCore.Mvc.Abstractions/Filters/IOrderedFilter.cs similarity index 100% rename from src/Microsoft.AspNet.Mvc.Abstractions/Filters/IOrderedFilter.cs rename to src/Microsoft.AspNetCore.Mvc.Abstractions/Filters/IOrderedFilter.cs diff --git a/src/Microsoft.AspNet.Mvc.Abstractions/Filters/IResourceFilter.cs b/src/Microsoft.AspNetCore.Mvc.Abstractions/Filters/IResourceFilter.cs similarity index 100% rename from src/Microsoft.AspNet.Mvc.Abstractions/Filters/IResourceFilter.cs rename to src/Microsoft.AspNetCore.Mvc.Abstractions/Filters/IResourceFilter.cs diff --git a/src/Microsoft.AspNet.Mvc.Abstractions/Filters/IResultFilter.cs b/src/Microsoft.AspNetCore.Mvc.Abstractions/Filters/IResultFilter.cs similarity index 100% rename from src/Microsoft.AspNet.Mvc.Abstractions/Filters/IResultFilter.cs rename to src/Microsoft.AspNetCore.Mvc.Abstractions/Filters/IResultFilter.cs diff --git a/src/Microsoft.AspNet.Mvc.Abstractions/Filters/ResourceExecutedContext.cs b/src/Microsoft.AspNetCore.Mvc.Abstractions/Filters/ResourceExecutedContext.cs similarity index 100% rename from src/Microsoft.AspNet.Mvc.Abstractions/Filters/ResourceExecutedContext.cs rename to src/Microsoft.AspNetCore.Mvc.Abstractions/Filters/ResourceExecutedContext.cs diff --git a/src/Microsoft.AspNet.Mvc.Abstractions/Filters/ResourceExecutingContext.cs b/src/Microsoft.AspNetCore.Mvc.Abstractions/Filters/ResourceExecutingContext.cs similarity index 100% rename from src/Microsoft.AspNet.Mvc.Abstractions/Filters/ResourceExecutingContext.cs rename to src/Microsoft.AspNetCore.Mvc.Abstractions/Filters/ResourceExecutingContext.cs diff --git a/src/Microsoft.AspNet.Mvc.Abstractions/Filters/ResourceExecutionDelegate.cs b/src/Microsoft.AspNetCore.Mvc.Abstractions/Filters/ResourceExecutionDelegate.cs similarity index 100% rename from src/Microsoft.AspNet.Mvc.Abstractions/Filters/ResourceExecutionDelegate.cs rename to src/Microsoft.AspNetCore.Mvc.Abstractions/Filters/ResourceExecutionDelegate.cs diff --git a/src/Microsoft.AspNet.Mvc.Abstractions/Filters/ResultExecutedContext.cs b/src/Microsoft.AspNetCore.Mvc.Abstractions/Filters/ResultExecutedContext.cs similarity index 100% rename from src/Microsoft.AspNet.Mvc.Abstractions/Filters/ResultExecutedContext.cs rename to src/Microsoft.AspNetCore.Mvc.Abstractions/Filters/ResultExecutedContext.cs diff --git a/src/Microsoft.AspNet.Mvc.Abstractions/Filters/ResultExecutingContext.cs b/src/Microsoft.AspNetCore.Mvc.Abstractions/Filters/ResultExecutingContext.cs similarity index 100% rename from src/Microsoft.AspNet.Mvc.Abstractions/Filters/ResultExecutingContext.cs rename to src/Microsoft.AspNetCore.Mvc.Abstractions/Filters/ResultExecutingContext.cs diff --git a/src/Microsoft.AspNet.Mvc.Abstractions/Filters/ResultExecutionDelegate.cs b/src/Microsoft.AspNetCore.Mvc.Abstractions/Filters/ResultExecutionDelegate.cs similarity index 100% rename from src/Microsoft.AspNet.Mvc.Abstractions/Filters/ResultExecutionDelegate.cs rename to src/Microsoft.AspNetCore.Mvc.Abstractions/Filters/ResultExecutionDelegate.cs diff --git a/src/Microsoft.AspNet.Mvc.Abstractions/Formatters/FormatterCollection.cs b/src/Microsoft.AspNetCore.Mvc.Abstractions/Formatters/FormatterCollection.cs similarity index 100% rename from src/Microsoft.AspNet.Mvc.Abstractions/Formatters/FormatterCollection.cs rename to src/Microsoft.AspNetCore.Mvc.Abstractions/Formatters/FormatterCollection.cs diff --git a/src/Microsoft.AspNet.Mvc.Abstractions/Formatters/IInputFormatter.cs b/src/Microsoft.AspNetCore.Mvc.Abstractions/Formatters/IInputFormatter.cs similarity index 100% rename from src/Microsoft.AspNet.Mvc.Abstractions/Formatters/IInputFormatter.cs rename to src/Microsoft.AspNetCore.Mvc.Abstractions/Formatters/IInputFormatter.cs diff --git a/src/Microsoft.AspNet.Mvc.Abstractions/Formatters/IOutputFormatter.cs b/src/Microsoft.AspNetCore.Mvc.Abstractions/Formatters/IOutputFormatter.cs similarity index 100% rename from src/Microsoft.AspNet.Mvc.Abstractions/Formatters/IOutputFormatter.cs rename to src/Microsoft.AspNetCore.Mvc.Abstractions/Formatters/IOutputFormatter.cs diff --git a/src/Microsoft.AspNet.Mvc.Abstractions/Formatters/InputFormatterContext.cs b/src/Microsoft.AspNetCore.Mvc.Abstractions/Formatters/InputFormatterContext.cs similarity index 100% rename from src/Microsoft.AspNet.Mvc.Abstractions/Formatters/InputFormatterContext.cs rename to src/Microsoft.AspNetCore.Mvc.Abstractions/Formatters/InputFormatterContext.cs diff --git a/src/Microsoft.AspNet.Mvc.Abstractions/Formatters/InputFormatterResult.cs b/src/Microsoft.AspNetCore.Mvc.Abstractions/Formatters/InputFormatterResult.cs similarity index 100% rename from src/Microsoft.AspNet.Mvc.Abstractions/Formatters/InputFormatterResult.cs rename to src/Microsoft.AspNetCore.Mvc.Abstractions/Formatters/InputFormatterResult.cs diff --git a/src/Microsoft.AspNet.Mvc.Abstractions/Formatters/OutputFormatterCanWriteContext.cs b/src/Microsoft.AspNetCore.Mvc.Abstractions/Formatters/OutputFormatterCanWriteContext.cs similarity index 100% rename from src/Microsoft.AspNet.Mvc.Abstractions/Formatters/OutputFormatterCanWriteContext.cs rename to src/Microsoft.AspNetCore.Mvc.Abstractions/Formatters/OutputFormatterCanWriteContext.cs diff --git a/src/Microsoft.AspNet.Mvc.Abstractions/Formatters/OutputFormatterWriteContext.cs b/src/Microsoft.AspNetCore.Mvc.Abstractions/Formatters/OutputFormatterWriteContext.cs similarity index 100% rename from src/Microsoft.AspNet.Mvc.Abstractions/Formatters/OutputFormatterWriteContext.cs rename to src/Microsoft.AspNetCore.Mvc.Abstractions/Formatters/OutputFormatterWriteContext.cs diff --git a/src/Microsoft.AspNet.Mvc.Abstractions/IActionResult.cs b/src/Microsoft.AspNetCore.Mvc.Abstractions/IActionResult.cs similarity index 100% rename from src/Microsoft.AspNet.Mvc.Abstractions/IActionResult.cs rename to src/Microsoft.AspNetCore.Mvc.Abstractions/IActionResult.cs diff --git a/src/Microsoft.AspNet.Mvc.Abstractions/Microsoft.AspNet.Mvc.Abstractions.xproj b/src/Microsoft.AspNetCore.Mvc.Abstractions/Microsoft.AspNetCore.Mvc.Abstractions.xproj similarity index 100% rename from src/Microsoft.AspNet.Mvc.Abstractions/Microsoft.AspNet.Mvc.Abstractions.xproj rename to src/Microsoft.AspNetCore.Mvc.Abstractions/Microsoft.AspNetCore.Mvc.Abstractions.xproj diff --git a/src/Microsoft.AspNet.Mvc.Abstractions/ModelBinding/BindingInfo.cs b/src/Microsoft.AspNetCore.Mvc.Abstractions/ModelBinding/BindingInfo.cs similarity index 100% rename from src/Microsoft.AspNet.Mvc.Abstractions/ModelBinding/BindingInfo.cs rename to src/Microsoft.AspNetCore.Mvc.Abstractions/ModelBinding/BindingInfo.cs diff --git a/src/Microsoft.AspNet.Mvc.Abstractions/ModelBinding/BindingSource.cs b/src/Microsoft.AspNetCore.Mvc.Abstractions/ModelBinding/BindingSource.cs similarity index 100% rename from src/Microsoft.AspNet.Mvc.Abstractions/ModelBinding/BindingSource.cs rename to src/Microsoft.AspNetCore.Mvc.Abstractions/ModelBinding/BindingSource.cs diff --git a/src/Microsoft.AspNet.Mvc.Abstractions/ModelBinding/CompositeBindingSource.cs b/src/Microsoft.AspNetCore.Mvc.Abstractions/ModelBinding/CompositeBindingSource.cs similarity index 100% rename from src/Microsoft.AspNet.Mvc.Abstractions/ModelBinding/CompositeBindingSource.cs rename to src/Microsoft.AspNetCore.Mvc.Abstractions/ModelBinding/CompositeBindingSource.cs diff --git a/src/Microsoft.AspNet.Mvc.Abstractions/ModelBinding/EnumGroupAndName.cs b/src/Microsoft.AspNetCore.Mvc.Abstractions/ModelBinding/EnumGroupAndName.cs similarity index 100% rename from src/Microsoft.AspNet.Mvc.Abstractions/ModelBinding/EnumGroupAndName.cs rename to src/Microsoft.AspNetCore.Mvc.Abstractions/ModelBinding/EnumGroupAndName.cs diff --git a/src/Microsoft.AspNet.Mvc.Abstractions/ModelBinding/IBinderTypeProviderMetadata.cs b/src/Microsoft.AspNetCore.Mvc.Abstractions/ModelBinding/IBinderTypeProviderMetadata.cs similarity index 100% rename from src/Microsoft.AspNet.Mvc.Abstractions/ModelBinding/IBinderTypeProviderMetadata.cs rename to src/Microsoft.AspNetCore.Mvc.Abstractions/ModelBinding/IBinderTypeProviderMetadata.cs diff --git a/src/Microsoft.AspNet.Mvc.Abstractions/ModelBinding/IBindingSourceMetadata.cs b/src/Microsoft.AspNetCore.Mvc.Abstractions/ModelBinding/IBindingSourceMetadata.cs similarity index 100% rename from src/Microsoft.AspNet.Mvc.Abstractions/ModelBinding/IBindingSourceMetadata.cs rename to src/Microsoft.AspNetCore.Mvc.Abstractions/ModelBinding/IBindingSourceMetadata.cs diff --git a/src/Microsoft.AspNet.Mvc.Abstractions/ModelBinding/IModelBinder.cs b/src/Microsoft.AspNetCore.Mvc.Abstractions/ModelBinding/IModelBinder.cs similarity index 100% rename from src/Microsoft.AspNet.Mvc.Abstractions/ModelBinding/IModelBinder.cs rename to src/Microsoft.AspNetCore.Mvc.Abstractions/ModelBinding/IModelBinder.cs diff --git a/src/Microsoft.AspNet.Mvc.Abstractions/ModelBinding/IModelMetadataProvider.cs b/src/Microsoft.AspNetCore.Mvc.Abstractions/ModelBinding/IModelMetadataProvider.cs similarity index 100% rename from src/Microsoft.AspNet.Mvc.Abstractions/ModelBinding/IModelMetadataProvider.cs rename to src/Microsoft.AspNetCore.Mvc.Abstractions/ModelBinding/IModelMetadataProvider.cs diff --git a/src/Microsoft.AspNet.Mvc.Abstractions/ModelBinding/IModelNameProvider.cs b/src/Microsoft.AspNetCore.Mvc.Abstractions/ModelBinding/IModelNameProvider.cs similarity index 100% rename from src/Microsoft.AspNet.Mvc.Abstractions/ModelBinding/IModelNameProvider.cs rename to src/Microsoft.AspNetCore.Mvc.Abstractions/ModelBinding/IModelNameProvider.cs diff --git a/src/Microsoft.AspNet.Mvc.Abstractions/ModelBinding/IPropertyBindingPredicateProvider.cs b/src/Microsoft.AspNetCore.Mvc.Abstractions/ModelBinding/IPropertyBindingPredicateProvider.cs similarity index 100% rename from src/Microsoft.AspNet.Mvc.Abstractions/ModelBinding/IPropertyBindingPredicateProvider.cs rename to src/Microsoft.AspNetCore.Mvc.Abstractions/ModelBinding/IPropertyBindingPredicateProvider.cs diff --git a/src/Microsoft.AspNet.Mvc.Abstractions/ModelBinding/IValueProvider.cs b/src/Microsoft.AspNetCore.Mvc.Abstractions/ModelBinding/IValueProvider.cs similarity index 100% rename from src/Microsoft.AspNet.Mvc.Abstractions/ModelBinding/IValueProvider.cs rename to src/Microsoft.AspNetCore.Mvc.Abstractions/ModelBinding/IValueProvider.cs diff --git a/src/Microsoft.AspNet.Mvc.Abstractions/ModelBinding/IValueProviderFactory.cs b/src/Microsoft.AspNetCore.Mvc.Abstractions/ModelBinding/IValueProviderFactory.cs similarity index 100% rename from src/Microsoft.AspNet.Mvc.Abstractions/ModelBinding/IValueProviderFactory.cs rename to src/Microsoft.AspNetCore.Mvc.Abstractions/ModelBinding/IValueProviderFactory.cs diff --git a/src/Microsoft.AspNet.Mvc.Abstractions/ModelBinding/Metadata/IModelBindingMessageProvider.cs b/src/Microsoft.AspNetCore.Mvc.Abstractions/ModelBinding/Metadata/IModelBindingMessageProvider.cs similarity index 100% rename from src/Microsoft.AspNet.Mvc.Abstractions/ModelBinding/Metadata/IModelBindingMessageProvider.cs rename to src/Microsoft.AspNetCore.Mvc.Abstractions/ModelBinding/Metadata/IModelBindingMessageProvider.cs diff --git a/src/Microsoft.AspNet.Mvc.Abstractions/ModelBinding/Metadata/ModelMetadataIdentity.cs b/src/Microsoft.AspNetCore.Mvc.Abstractions/ModelBinding/Metadata/ModelMetadataIdentity.cs similarity index 100% rename from src/Microsoft.AspNet.Mvc.Abstractions/ModelBinding/Metadata/ModelMetadataIdentity.cs rename to src/Microsoft.AspNetCore.Mvc.Abstractions/ModelBinding/Metadata/ModelMetadataIdentity.cs diff --git a/src/Microsoft.AspNet.Mvc.Abstractions/ModelBinding/Metadata/ModelMetadataKind.cs b/src/Microsoft.AspNetCore.Mvc.Abstractions/ModelBinding/Metadata/ModelMetadataKind.cs similarity index 100% rename from src/Microsoft.AspNet.Mvc.Abstractions/ModelBinding/Metadata/ModelMetadataKind.cs rename to src/Microsoft.AspNetCore.Mvc.Abstractions/ModelBinding/Metadata/ModelMetadataKind.cs diff --git a/src/Microsoft.AspNet.Mvc.Abstractions/ModelBinding/ModelBindingContext.cs b/src/Microsoft.AspNetCore.Mvc.Abstractions/ModelBinding/ModelBindingContext.cs similarity index 100% rename from src/Microsoft.AspNet.Mvc.Abstractions/ModelBinding/ModelBindingContext.cs rename to src/Microsoft.AspNetCore.Mvc.Abstractions/ModelBinding/ModelBindingContext.cs diff --git a/src/Microsoft.AspNet.Mvc.Abstractions/ModelBinding/ModelBindingResult.cs b/src/Microsoft.AspNetCore.Mvc.Abstractions/ModelBinding/ModelBindingResult.cs similarity index 100% rename from src/Microsoft.AspNet.Mvc.Abstractions/ModelBinding/ModelBindingResult.cs rename to src/Microsoft.AspNetCore.Mvc.Abstractions/ModelBinding/ModelBindingResult.cs diff --git a/src/Microsoft.AspNet.Mvc.Abstractions/ModelBinding/ModelError.cs b/src/Microsoft.AspNetCore.Mvc.Abstractions/ModelBinding/ModelError.cs similarity index 100% rename from src/Microsoft.AspNet.Mvc.Abstractions/ModelBinding/ModelError.cs rename to src/Microsoft.AspNetCore.Mvc.Abstractions/ModelBinding/ModelError.cs diff --git a/src/Microsoft.AspNet.Mvc.Abstractions/ModelBinding/ModelErrorCollection.cs b/src/Microsoft.AspNetCore.Mvc.Abstractions/ModelBinding/ModelErrorCollection.cs similarity index 100% rename from src/Microsoft.AspNet.Mvc.Abstractions/ModelBinding/ModelErrorCollection.cs rename to src/Microsoft.AspNetCore.Mvc.Abstractions/ModelBinding/ModelErrorCollection.cs diff --git a/src/Microsoft.AspNet.Mvc.Abstractions/ModelBinding/ModelMetadata.cs b/src/Microsoft.AspNetCore.Mvc.Abstractions/ModelBinding/ModelMetadata.cs similarity index 100% rename from src/Microsoft.AspNet.Mvc.Abstractions/ModelBinding/ModelMetadata.cs rename to src/Microsoft.AspNetCore.Mvc.Abstractions/ModelBinding/ModelMetadata.cs diff --git a/src/Microsoft.AspNet.Mvc.Abstractions/ModelBinding/ModelPropertyCollection.cs b/src/Microsoft.AspNetCore.Mvc.Abstractions/ModelBinding/ModelPropertyCollection.cs similarity index 100% rename from src/Microsoft.AspNet.Mvc.Abstractions/ModelBinding/ModelPropertyCollection.cs rename to src/Microsoft.AspNetCore.Mvc.Abstractions/ModelBinding/ModelPropertyCollection.cs diff --git a/src/Microsoft.AspNet.Mvc.Abstractions/ModelBinding/ModelState.cs b/src/Microsoft.AspNetCore.Mvc.Abstractions/ModelBinding/ModelState.cs similarity index 100% rename from src/Microsoft.AspNet.Mvc.Abstractions/ModelBinding/ModelState.cs rename to src/Microsoft.AspNetCore.Mvc.Abstractions/ModelBinding/ModelState.cs diff --git a/src/Microsoft.AspNet.Mvc.Abstractions/ModelBinding/ModelStateDictionary.cs b/src/Microsoft.AspNetCore.Mvc.Abstractions/ModelBinding/ModelStateDictionary.cs similarity index 100% rename from src/Microsoft.AspNet.Mvc.Abstractions/ModelBinding/ModelStateDictionary.cs rename to src/Microsoft.AspNetCore.Mvc.Abstractions/ModelBinding/ModelStateDictionary.cs diff --git a/src/Microsoft.AspNet.Mvc.Abstractions/ModelBinding/ModelValidationState.cs b/src/Microsoft.AspNetCore.Mvc.Abstractions/ModelBinding/ModelValidationState.cs similarity index 100% rename from src/Microsoft.AspNet.Mvc.Abstractions/ModelBinding/ModelValidationState.cs rename to src/Microsoft.AspNetCore.Mvc.Abstractions/ModelBinding/ModelValidationState.cs diff --git a/src/Microsoft.AspNet.Mvc.Abstractions/ModelBinding/OperationBindingContext.cs b/src/Microsoft.AspNetCore.Mvc.Abstractions/ModelBinding/OperationBindingContext.cs similarity index 100% rename from src/Microsoft.AspNet.Mvc.Abstractions/ModelBinding/OperationBindingContext.cs rename to src/Microsoft.AspNetCore.Mvc.Abstractions/ModelBinding/OperationBindingContext.cs diff --git a/src/Microsoft.AspNet.Mvc.Abstractions/ModelBinding/TooManyModelErrorsException.cs b/src/Microsoft.AspNetCore.Mvc.Abstractions/ModelBinding/TooManyModelErrorsException.cs similarity index 100% rename from src/Microsoft.AspNet.Mvc.Abstractions/ModelBinding/TooManyModelErrorsException.cs rename to src/Microsoft.AspNetCore.Mvc.Abstractions/ModelBinding/TooManyModelErrorsException.cs diff --git a/src/Microsoft.AspNet.Mvc.Abstractions/ModelBinding/Validation/ClientModelValidationContext.cs b/src/Microsoft.AspNetCore.Mvc.Abstractions/ModelBinding/Validation/ClientModelValidationContext.cs similarity index 100% rename from src/Microsoft.AspNet.Mvc.Abstractions/ModelBinding/Validation/ClientModelValidationContext.cs rename to src/Microsoft.AspNetCore.Mvc.Abstractions/ModelBinding/Validation/ClientModelValidationContext.cs diff --git a/src/Microsoft.AspNet.Mvc.Abstractions/ModelBinding/Validation/ClientValidatorProviderContext.cs b/src/Microsoft.AspNetCore.Mvc.Abstractions/ModelBinding/Validation/ClientValidatorProviderContext.cs similarity index 100% rename from src/Microsoft.AspNet.Mvc.Abstractions/ModelBinding/Validation/ClientValidatorProviderContext.cs rename to src/Microsoft.AspNetCore.Mvc.Abstractions/ModelBinding/Validation/ClientValidatorProviderContext.cs diff --git a/src/Microsoft.AspNet.Mvc.Abstractions/ModelBinding/Validation/IClientModelValidator.cs b/src/Microsoft.AspNetCore.Mvc.Abstractions/ModelBinding/Validation/IClientModelValidator.cs similarity index 100% rename from src/Microsoft.AspNet.Mvc.Abstractions/ModelBinding/Validation/IClientModelValidator.cs rename to src/Microsoft.AspNetCore.Mvc.Abstractions/ModelBinding/Validation/IClientModelValidator.cs diff --git a/src/Microsoft.AspNet.Mvc.Abstractions/ModelBinding/Validation/IClientModelValidatorProvider.cs b/src/Microsoft.AspNetCore.Mvc.Abstractions/ModelBinding/Validation/IClientModelValidatorProvider.cs similarity index 100% rename from src/Microsoft.AspNet.Mvc.Abstractions/ModelBinding/Validation/IClientModelValidatorProvider.cs rename to src/Microsoft.AspNetCore.Mvc.Abstractions/ModelBinding/Validation/IClientModelValidatorProvider.cs diff --git a/src/Microsoft.AspNet.Mvc.Abstractions/ModelBinding/Validation/IModelValidator.cs b/src/Microsoft.AspNetCore.Mvc.Abstractions/ModelBinding/Validation/IModelValidator.cs similarity index 100% rename from src/Microsoft.AspNet.Mvc.Abstractions/ModelBinding/Validation/IModelValidator.cs rename to src/Microsoft.AspNetCore.Mvc.Abstractions/ModelBinding/Validation/IModelValidator.cs diff --git a/src/Microsoft.AspNet.Mvc.Abstractions/ModelBinding/Validation/IModelValidatorProvider.cs b/src/Microsoft.AspNetCore.Mvc.Abstractions/ModelBinding/Validation/IModelValidatorProvider.cs similarity index 100% rename from src/Microsoft.AspNet.Mvc.Abstractions/ModelBinding/Validation/IModelValidatorProvider.cs rename to src/Microsoft.AspNetCore.Mvc.Abstractions/ModelBinding/Validation/IModelValidatorProvider.cs diff --git a/src/Microsoft.AspNet.Mvc.Abstractions/ModelBinding/Validation/IValidationStrategy.cs b/src/Microsoft.AspNetCore.Mvc.Abstractions/ModelBinding/Validation/IValidationStrategy.cs similarity index 100% rename from src/Microsoft.AspNet.Mvc.Abstractions/ModelBinding/Validation/IValidationStrategy.cs rename to src/Microsoft.AspNetCore.Mvc.Abstractions/ModelBinding/Validation/IValidationStrategy.cs diff --git a/src/Microsoft.AspNet.Mvc.Abstractions/ModelBinding/Validation/ModelClientValidationRule.cs b/src/Microsoft.AspNetCore.Mvc.Abstractions/ModelBinding/Validation/ModelClientValidationRule.cs similarity index 100% rename from src/Microsoft.AspNet.Mvc.Abstractions/ModelBinding/Validation/ModelClientValidationRule.cs rename to src/Microsoft.AspNetCore.Mvc.Abstractions/ModelBinding/Validation/ModelClientValidationRule.cs diff --git a/src/Microsoft.AspNet.Mvc.Abstractions/ModelBinding/Validation/ModelValiatorProviderContext.cs b/src/Microsoft.AspNetCore.Mvc.Abstractions/ModelBinding/Validation/ModelValiatorProviderContext.cs similarity index 100% rename from src/Microsoft.AspNet.Mvc.Abstractions/ModelBinding/Validation/ModelValiatorProviderContext.cs rename to src/Microsoft.AspNetCore.Mvc.Abstractions/ModelBinding/Validation/ModelValiatorProviderContext.cs diff --git a/src/Microsoft.AspNet.Mvc.Abstractions/ModelBinding/Validation/ModelValidationContext.cs b/src/Microsoft.AspNetCore.Mvc.Abstractions/ModelBinding/Validation/ModelValidationContext.cs similarity index 100% rename from src/Microsoft.AspNet.Mvc.Abstractions/ModelBinding/Validation/ModelValidationContext.cs rename to src/Microsoft.AspNetCore.Mvc.Abstractions/ModelBinding/Validation/ModelValidationContext.cs diff --git a/src/Microsoft.AspNet.Mvc.Abstractions/ModelBinding/Validation/ModelValidationContextBase.cs b/src/Microsoft.AspNetCore.Mvc.Abstractions/ModelBinding/Validation/ModelValidationContextBase.cs similarity index 100% rename from src/Microsoft.AspNet.Mvc.Abstractions/ModelBinding/Validation/ModelValidationContextBase.cs rename to src/Microsoft.AspNetCore.Mvc.Abstractions/ModelBinding/Validation/ModelValidationContextBase.cs diff --git a/src/Microsoft.AspNet.Mvc.Abstractions/ModelBinding/Validation/ModelValidationResult.cs b/src/Microsoft.AspNetCore.Mvc.Abstractions/ModelBinding/Validation/ModelValidationResult.cs similarity index 100% rename from src/Microsoft.AspNet.Mvc.Abstractions/ModelBinding/Validation/ModelValidationResult.cs rename to src/Microsoft.AspNetCore.Mvc.Abstractions/ModelBinding/Validation/ModelValidationResult.cs diff --git a/src/Microsoft.AspNet.Mvc.Abstractions/ModelBinding/Validation/ValidationEntry.cs b/src/Microsoft.AspNetCore.Mvc.Abstractions/ModelBinding/Validation/ValidationEntry.cs similarity index 100% rename from src/Microsoft.AspNet.Mvc.Abstractions/ModelBinding/Validation/ValidationEntry.cs rename to src/Microsoft.AspNetCore.Mvc.Abstractions/ModelBinding/Validation/ValidationEntry.cs diff --git a/src/Microsoft.AspNet.Mvc.Abstractions/ModelBinding/Validation/ValidationStateDictionary.cs b/src/Microsoft.AspNetCore.Mvc.Abstractions/ModelBinding/Validation/ValidationStateDictionary.cs similarity index 100% rename from src/Microsoft.AspNet.Mvc.Abstractions/ModelBinding/Validation/ValidationStateDictionary.cs rename to src/Microsoft.AspNetCore.Mvc.Abstractions/ModelBinding/Validation/ValidationStateDictionary.cs diff --git a/src/Microsoft.AspNet.Mvc.Abstractions/ModelBinding/Validation/ValidationStateEntry.cs b/src/Microsoft.AspNetCore.Mvc.Abstractions/ModelBinding/Validation/ValidationStateEntry.cs similarity index 100% rename from src/Microsoft.AspNet.Mvc.Abstractions/ModelBinding/Validation/ValidationStateEntry.cs rename to src/Microsoft.AspNetCore.Mvc.Abstractions/ModelBinding/Validation/ValidationStateEntry.cs diff --git a/src/Microsoft.AspNet.Mvc.Abstractions/ModelBinding/ValueProviderResult.cs b/src/Microsoft.AspNetCore.Mvc.Abstractions/ModelBinding/ValueProviderResult.cs similarity index 100% rename from src/Microsoft.AspNet.Mvc.Abstractions/ModelBinding/ValueProviderResult.cs rename to src/Microsoft.AspNetCore.Mvc.Abstractions/ModelBinding/ValueProviderResult.cs diff --git a/src/Microsoft.AspNet.Mvc.Abstractions/Properties/AssemblyInfo.cs b/src/Microsoft.AspNetCore.Mvc.Abstractions/Properties/AssemblyInfo.cs similarity index 100% rename from src/Microsoft.AspNet.Mvc.Abstractions/Properties/AssemblyInfo.cs rename to src/Microsoft.AspNetCore.Mvc.Abstractions/Properties/AssemblyInfo.cs diff --git a/src/Microsoft.AspNet.Mvc.Abstractions/Properties/Resources.Designer.cs b/src/Microsoft.AspNetCore.Mvc.Abstractions/Properties/Resources.Designer.cs similarity index 100% rename from src/Microsoft.AspNet.Mvc.Abstractions/Properties/Resources.Designer.cs rename to src/Microsoft.AspNetCore.Mvc.Abstractions/Properties/Resources.Designer.cs diff --git a/src/Microsoft.AspNet.Mvc.Abstractions/Resources.resx b/src/Microsoft.AspNetCore.Mvc.Abstractions/Resources.resx similarity index 100% rename from src/Microsoft.AspNet.Mvc.Abstractions/Resources.resx rename to src/Microsoft.AspNetCore.Mvc.Abstractions/Resources.resx diff --git a/src/Microsoft.AspNet.Mvc.Abstractions/Routing/AttributeRouteInfo.cs b/src/Microsoft.AspNetCore.Mvc.Abstractions/Routing/AttributeRouteInfo.cs similarity index 100% rename from src/Microsoft.AspNet.Mvc.Abstractions/Routing/AttributeRouteInfo.cs rename to src/Microsoft.AspNetCore.Mvc.Abstractions/Routing/AttributeRouteInfo.cs diff --git a/src/Microsoft.AspNet.Mvc.Abstractions/Routing/RouteDataActionConstraint.cs b/src/Microsoft.AspNetCore.Mvc.Abstractions/Routing/RouteDataActionConstraint.cs similarity index 100% rename from src/Microsoft.AspNet.Mvc.Abstractions/Routing/RouteDataActionConstraint.cs rename to src/Microsoft.AspNetCore.Mvc.Abstractions/Routing/RouteDataActionConstraint.cs diff --git a/src/Microsoft.AspNet.Mvc.Abstractions/Routing/RouteKeyHandling.cs b/src/Microsoft.AspNetCore.Mvc.Abstractions/Routing/RouteKeyHandling.cs similarity index 100% rename from src/Microsoft.AspNet.Mvc.Abstractions/Routing/RouteKeyHandling.cs rename to src/Microsoft.AspNetCore.Mvc.Abstractions/Routing/RouteKeyHandling.cs diff --git a/src/Microsoft.AspNet.Mvc.Abstractions/project.json b/src/Microsoft.AspNetCore.Mvc.Abstractions/project.json similarity index 100% rename from src/Microsoft.AspNet.Mvc.Abstractions/project.json rename to src/Microsoft.AspNetCore.Mvc.Abstractions/project.json diff --git a/src/Microsoft.AspNet.Mvc.ApiExplorer/ApiDescription.cs b/src/Microsoft.AspNetCore.Mvc.ApiExplorer/ApiDescription.cs similarity index 100% rename from src/Microsoft.AspNet.Mvc.ApiExplorer/ApiDescription.cs rename to src/Microsoft.AspNetCore.Mvc.ApiExplorer/ApiDescription.cs diff --git a/src/Microsoft.AspNet.Mvc.ApiExplorer/ApiDescriptionExtensions.cs b/src/Microsoft.AspNetCore.Mvc.ApiExplorer/ApiDescriptionExtensions.cs similarity index 100% rename from src/Microsoft.AspNet.Mvc.ApiExplorer/ApiDescriptionExtensions.cs rename to src/Microsoft.AspNetCore.Mvc.ApiExplorer/ApiDescriptionExtensions.cs diff --git a/src/Microsoft.AspNet.Mvc.ApiExplorer/ApiDescriptionGroup.cs b/src/Microsoft.AspNetCore.Mvc.ApiExplorer/ApiDescriptionGroup.cs similarity index 100% rename from src/Microsoft.AspNet.Mvc.ApiExplorer/ApiDescriptionGroup.cs rename to src/Microsoft.AspNetCore.Mvc.ApiExplorer/ApiDescriptionGroup.cs diff --git a/src/Microsoft.AspNet.Mvc.ApiExplorer/ApiDescriptionGroupCollection.cs b/src/Microsoft.AspNetCore.Mvc.ApiExplorer/ApiDescriptionGroupCollection.cs similarity index 100% rename from src/Microsoft.AspNet.Mvc.ApiExplorer/ApiDescriptionGroupCollection.cs rename to src/Microsoft.AspNetCore.Mvc.ApiExplorer/ApiDescriptionGroupCollection.cs diff --git a/src/Microsoft.AspNet.Mvc.ApiExplorer/ApiDescriptionGroupCollectionProvider.cs b/src/Microsoft.AspNetCore.Mvc.ApiExplorer/ApiDescriptionGroupCollectionProvider.cs similarity index 100% rename from src/Microsoft.AspNet.Mvc.ApiExplorer/ApiDescriptionGroupCollectionProvider.cs rename to src/Microsoft.AspNetCore.Mvc.ApiExplorer/ApiDescriptionGroupCollectionProvider.cs diff --git a/src/Microsoft.AspNet.Mvc.ApiExplorer/ApiDescriptionProviderContext.cs b/src/Microsoft.AspNetCore.Mvc.ApiExplorer/ApiDescriptionProviderContext.cs similarity index 100% rename from src/Microsoft.AspNet.Mvc.ApiExplorer/ApiDescriptionProviderContext.cs rename to src/Microsoft.AspNetCore.Mvc.ApiExplorer/ApiDescriptionProviderContext.cs diff --git a/src/Microsoft.AspNet.Mvc.ApiExplorer/ApiParameterDescription.cs b/src/Microsoft.AspNetCore.Mvc.ApiExplorer/ApiParameterDescription.cs similarity index 100% rename from src/Microsoft.AspNet.Mvc.ApiExplorer/ApiParameterDescription.cs rename to src/Microsoft.AspNetCore.Mvc.ApiExplorer/ApiParameterDescription.cs diff --git a/src/Microsoft.AspNet.Mvc.ApiExplorer/ApiParameterRouteInfo.cs b/src/Microsoft.AspNetCore.Mvc.ApiExplorer/ApiParameterRouteInfo.cs similarity index 100% rename from src/Microsoft.AspNet.Mvc.ApiExplorer/ApiParameterRouteInfo.cs rename to src/Microsoft.AspNetCore.Mvc.ApiExplorer/ApiParameterRouteInfo.cs diff --git a/src/Microsoft.AspNet.Mvc.ApiExplorer/ApiRequestFormat.cs b/src/Microsoft.AspNetCore.Mvc.ApiExplorer/ApiRequestFormat.cs similarity index 100% rename from src/Microsoft.AspNet.Mvc.ApiExplorer/ApiRequestFormat.cs rename to src/Microsoft.AspNetCore.Mvc.ApiExplorer/ApiRequestFormat.cs diff --git a/src/Microsoft.AspNet.Mvc.ApiExplorer/ApiResponseFormat.cs b/src/Microsoft.AspNetCore.Mvc.ApiExplorer/ApiResponseFormat.cs similarity index 100% rename from src/Microsoft.AspNet.Mvc.ApiExplorer/ApiResponseFormat.cs rename to src/Microsoft.AspNetCore.Mvc.ApiExplorer/ApiResponseFormat.cs diff --git a/src/Microsoft.AspNet.Mvc.ApiExplorer/DefaultApiDescriptionProvider.cs b/src/Microsoft.AspNetCore.Mvc.ApiExplorer/DefaultApiDescriptionProvider.cs similarity index 100% rename from src/Microsoft.AspNet.Mvc.ApiExplorer/DefaultApiDescriptionProvider.cs rename to src/Microsoft.AspNetCore.Mvc.ApiExplorer/DefaultApiDescriptionProvider.cs diff --git a/src/Microsoft.AspNet.Mvc.ApiExplorer/DependencyInjection/MvcApiExplorerMvcCoreBuilderExtensions.cs b/src/Microsoft.AspNetCore.Mvc.ApiExplorer/DependencyInjection/MvcApiExplorerMvcCoreBuilderExtensions.cs similarity index 100% rename from src/Microsoft.AspNet.Mvc.ApiExplorer/DependencyInjection/MvcApiExplorerMvcCoreBuilderExtensions.cs rename to src/Microsoft.AspNetCore.Mvc.ApiExplorer/DependencyInjection/MvcApiExplorerMvcCoreBuilderExtensions.cs diff --git a/src/Microsoft.AspNet.Mvc.ApiExplorer/IApiDescriptionGroupCollectionProvider.cs b/src/Microsoft.AspNetCore.Mvc.ApiExplorer/IApiDescriptionGroupCollectionProvider.cs similarity index 100% rename from src/Microsoft.AspNet.Mvc.ApiExplorer/IApiDescriptionGroupCollectionProvider.cs rename to src/Microsoft.AspNetCore.Mvc.ApiExplorer/IApiDescriptionGroupCollectionProvider.cs diff --git a/src/Microsoft.AspNet.Mvc.ApiExplorer/IApiDescriptionProvider.cs b/src/Microsoft.AspNetCore.Mvc.ApiExplorer/IApiDescriptionProvider.cs similarity index 100% rename from src/Microsoft.AspNet.Mvc.ApiExplorer/IApiDescriptionProvider.cs rename to src/Microsoft.AspNetCore.Mvc.ApiExplorer/IApiDescriptionProvider.cs diff --git a/src/Microsoft.AspNet.Mvc.ApiExplorer/Microsoft.AspNet.Mvc.ApiExplorer.xproj b/src/Microsoft.AspNetCore.Mvc.ApiExplorer/Microsoft.AspNetCore.Mvc.ApiExplorer.xproj similarity index 100% rename from src/Microsoft.AspNet.Mvc.ApiExplorer/Microsoft.AspNet.Mvc.ApiExplorer.xproj rename to src/Microsoft.AspNetCore.Mvc.ApiExplorer/Microsoft.AspNetCore.Mvc.ApiExplorer.xproj diff --git a/src/Microsoft.AspNet.Mvc.ApiExplorer/Properties/AssemblyInfo.cs b/src/Microsoft.AspNetCore.Mvc.ApiExplorer/Properties/AssemblyInfo.cs similarity index 100% rename from src/Microsoft.AspNet.Mvc.ApiExplorer/Properties/AssemblyInfo.cs rename to src/Microsoft.AspNetCore.Mvc.ApiExplorer/Properties/AssemblyInfo.cs diff --git a/src/Microsoft.AspNet.Mvc.ApiExplorer/project.json b/src/Microsoft.AspNetCore.Mvc.ApiExplorer/project.json similarity index 100% rename from src/Microsoft.AspNet.Mvc.ApiExplorer/project.json rename to src/Microsoft.AspNetCore.Mvc.ApiExplorer/project.json diff --git a/src/Microsoft.AspNet.Mvc.Core/AcceptVerbsAttribute.cs b/src/Microsoft.AspNetCore.Mvc.Core/AcceptVerbsAttribute.cs similarity index 100% rename from src/Microsoft.AspNet.Mvc.Core/AcceptVerbsAttribute.cs rename to src/Microsoft.AspNetCore.Mvc.Core/AcceptVerbsAttribute.cs diff --git a/src/Microsoft.AspNet.Mvc.Core/ActionConstraints/ActionMethodSelectorAttribute.cs b/src/Microsoft.AspNetCore.Mvc.Core/ActionConstraints/ActionMethodSelectorAttribute.cs similarity index 100% rename from src/Microsoft.AspNet.Mvc.Core/ActionConstraints/ActionMethodSelectorAttribute.cs rename to src/Microsoft.AspNetCore.Mvc.Core/ActionConstraints/ActionMethodSelectorAttribute.cs diff --git a/src/Microsoft.AspNet.Mvc.Core/ActionContextAttribute.cs b/src/Microsoft.AspNetCore.Mvc.Core/ActionContextAttribute.cs similarity index 100% rename from src/Microsoft.AspNet.Mvc.Core/ActionContextAttribute.cs rename to src/Microsoft.AspNetCore.Mvc.Core/ActionContextAttribute.cs diff --git a/src/Microsoft.AspNet.Mvc.Core/ActionNameAttribute.cs b/src/Microsoft.AspNetCore.Mvc.Core/ActionNameAttribute.cs similarity index 100% rename from src/Microsoft.AspNet.Mvc.Core/ActionNameAttribute.cs rename to src/Microsoft.AspNetCore.Mvc.Core/ActionNameAttribute.cs diff --git a/src/Microsoft.AspNet.Mvc.Core/ActionResult.cs b/src/Microsoft.AspNetCore.Mvc.Core/ActionResult.cs similarity index 100% rename from src/Microsoft.AspNet.Mvc.Core/ActionResult.cs rename to src/Microsoft.AspNetCore.Mvc.Core/ActionResult.cs diff --git a/src/Microsoft.AspNet.Mvc.Core/ApiExplorer/IApiDescriptionGroupNameProvider.cs b/src/Microsoft.AspNetCore.Mvc.Core/ApiExplorer/IApiDescriptionGroupNameProvider.cs similarity index 100% rename from src/Microsoft.AspNet.Mvc.Core/ApiExplorer/IApiDescriptionGroupNameProvider.cs rename to src/Microsoft.AspNetCore.Mvc.Core/ApiExplorer/IApiDescriptionGroupNameProvider.cs diff --git a/src/Microsoft.AspNet.Mvc.Core/ApiExplorer/IApiDescriptionVisibilityProvider.cs b/src/Microsoft.AspNetCore.Mvc.Core/ApiExplorer/IApiDescriptionVisibilityProvider.cs similarity index 100% rename from src/Microsoft.AspNet.Mvc.Core/ApiExplorer/IApiDescriptionVisibilityProvider.cs rename to src/Microsoft.AspNetCore.Mvc.Core/ApiExplorer/IApiDescriptionVisibilityProvider.cs diff --git a/src/Microsoft.AspNet.Mvc.Core/ApiExplorer/IApiRequestFormatMetadataProvider.cs b/src/Microsoft.AspNetCore.Mvc.Core/ApiExplorer/IApiRequestFormatMetadataProvider.cs similarity index 100% rename from src/Microsoft.AspNet.Mvc.Core/ApiExplorer/IApiRequestFormatMetadataProvider.cs rename to src/Microsoft.AspNetCore.Mvc.Core/ApiExplorer/IApiRequestFormatMetadataProvider.cs diff --git a/src/Microsoft.AspNet.Mvc.Core/ApiExplorer/IApiRequestMetadataProvider.cs b/src/Microsoft.AspNetCore.Mvc.Core/ApiExplorer/IApiRequestMetadataProvider.cs similarity index 100% rename from src/Microsoft.AspNet.Mvc.Core/ApiExplorer/IApiRequestMetadataProvider.cs rename to src/Microsoft.AspNetCore.Mvc.Core/ApiExplorer/IApiRequestMetadataProvider.cs diff --git a/src/Microsoft.AspNet.Mvc.Core/ApiExplorer/IApiResponseFormatMetadataProvider.cs b/src/Microsoft.AspNetCore.Mvc.Core/ApiExplorer/IApiResponseFormatMetadataProvider.cs similarity index 100% rename from src/Microsoft.AspNet.Mvc.Core/ApiExplorer/IApiResponseFormatMetadataProvider.cs rename to src/Microsoft.AspNetCore.Mvc.Core/ApiExplorer/IApiResponseFormatMetadataProvider.cs diff --git a/src/Microsoft.AspNet.Mvc.Core/ApiExplorer/IApiResponseMetadataProvider.cs b/src/Microsoft.AspNetCore.Mvc.Core/ApiExplorer/IApiResponseMetadataProvider.cs similarity index 100% rename from src/Microsoft.AspNet.Mvc.Core/ApiExplorer/IApiResponseMetadataProvider.cs rename to src/Microsoft.AspNetCore.Mvc.Core/ApiExplorer/IApiResponseMetadataProvider.cs diff --git a/src/Microsoft.AspNet.Mvc.Core/ApiExplorerSettingsAttribute.cs b/src/Microsoft.AspNetCore.Mvc.Core/ApiExplorerSettingsAttribute.cs similarity index 100% rename from src/Microsoft.AspNet.Mvc.Core/ApiExplorerSettingsAttribute.cs rename to src/Microsoft.AspNetCore.Mvc.Core/ApiExplorerSettingsAttribute.cs diff --git a/src/Microsoft.AspNet.Mvc.Core/ApplicationModels/ActionModel.cs b/src/Microsoft.AspNetCore.Mvc.Core/ApplicationModels/ActionModel.cs similarity index 100% rename from src/Microsoft.AspNet.Mvc.Core/ApplicationModels/ActionModel.cs rename to src/Microsoft.AspNetCore.Mvc.Core/ApplicationModels/ActionModel.cs diff --git a/src/Microsoft.AspNet.Mvc.Core/ApplicationModels/ApiExplorerModel.cs b/src/Microsoft.AspNetCore.Mvc.Core/ApplicationModels/ApiExplorerModel.cs similarity index 100% rename from src/Microsoft.AspNet.Mvc.Core/ApplicationModels/ApiExplorerModel.cs rename to src/Microsoft.AspNetCore.Mvc.Core/ApplicationModels/ApiExplorerModel.cs diff --git a/src/Microsoft.AspNet.Mvc.Core/ApplicationModels/ApplicationModel.cs b/src/Microsoft.AspNetCore.Mvc.Core/ApplicationModels/ApplicationModel.cs similarity index 100% rename from src/Microsoft.AspNet.Mvc.Core/ApplicationModels/ApplicationModel.cs rename to src/Microsoft.AspNetCore.Mvc.Core/ApplicationModels/ApplicationModel.cs diff --git a/src/Microsoft.AspNet.Mvc.Core/ApplicationModels/ApplicationModelProviderContext.cs b/src/Microsoft.AspNetCore.Mvc.Core/ApplicationModels/ApplicationModelProviderContext.cs similarity index 100% rename from src/Microsoft.AspNet.Mvc.Core/ApplicationModels/ApplicationModelProviderContext.cs rename to src/Microsoft.AspNetCore.Mvc.Core/ApplicationModels/ApplicationModelProviderContext.cs diff --git a/src/Microsoft.AspNet.Mvc.Core/ApplicationModels/AttributeRouteModel.cs b/src/Microsoft.AspNetCore.Mvc.Core/ApplicationModels/AttributeRouteModel.cs similarity index 100% rename from src/Microsoft.AspNet.Mvc.Core/ApplicationModels/AttributeRouteModel.cs rename to src/Microsoft.AspNetCore.Mvc.Core/ApplicationModels/AttributeRouteModel.cs diff --git a/src/Microsoft.AspNet.Mvc.Core/ApplicationModels/ControllerModel.cs b/src/Microsoft.AspNetCore.Mvc.Core/ApplicationModels/ControllerModel.cs similarity index 100% rename from src/Microsoft.AspNet.Mvc.Core/ApplicationModels/ControllerModel.cs rename to src/Microsoft.AspNetCore.Mvc.Core/ApplicationModels/ControllerModel.cs diff --git a/src/Microsoft.AspNet.Mvc.Core/ApplicationModels/IActionModelConvention.cs b/src/Microsoft.AspNetCore.Mvc.Core/ApplicationModels/IActionModelConvention.cs similarity index 100% rename from src/Microsoft.AspNet.Mvc.Core/ApplicationModels/IActionModelConvention.cs rename to src/Microsoft.AspNetCore.Mvc.Core/ApplicationModels/IActionModelConvention.cs diff --git a/src/Microsoft.AspNet.Mvc.Core/ApplicationModels/IApiExplorerModel.cs b/src/Microsoft.AspNetCore.Mvc.Core/ApplicationModels/IApiExplorerModel.cs similarity index 100% rename from src/Microsoft.AspNet.Mvc.Core/ApplicationModels/IApiExplorerModel.cs rename to src/Microsoft.AspNetCore.Mvc.Core/ApplicationModels/IApiExplorerModel.cs diff --git a/src/Microsoft.AspNet.Mvc.Core/ApplicationModels/IApplicationModelConvention.cs b/src/Microsoft.AspNetCore.Mvc.Core/ApplicationModels/IApplicationModelConvention.cs similarity index 100% rename from src/Microsoft.AspNet.Mvc.Core/ApplicationModels/IApplicationModelConvention.cs rename to src/Microsoft.AspNetCore.Mvc.Core/ApplicationModels/IApplicationModelConvention.cs diff --git a/src/Microsoft.AspNet.Mvc.Core/ApplicationModels/IApplicationModelProvider.cs b/src/Microsoft.AspNetCore.Mvc.Core/ApplicationModels/IApplicationModelProvider.cs similarity index 100% rename from src/Microsoft.AspNet.Mvc.Core/ApplicationModels/IApplicationModelProvider.cs rename to src/Microsoft.AspNetCore.Mvc.Core/ApplicationModels/IApplicationModelProvider.cs diff --git a/src/Microsoft.AspNet.Mvc.Core/ApplicationModels/IBindingModel.cs b/src/Microsoft.AspNetCore.Mvc.Core/ApplicationModels/IBindingModel.cs similarity index 100% rename from src/Microsoft.AspNet.Mvc.Core/ApplicationModels/IBindingModel.cs rename to src/Microsoft.AspNetCore.Mvc.Core/ApplicationModels/IBindingModel.cs diff --git a/src/Microsoft.AspNet.Mvc.Core/ApplicationModels/ICommonModel.cs b/src/Microsoft.AspNetCore.Mvc.Core/ApplicationModels/ICommonModel.cs similarity index 100% rename from src/Microsoft.AspNet.Mvc.Core/ApplicationModels/ICommonModel.cs rename to src/Microsoft.AspNetCore.Mvc.Core/ApplicationModels/ICommonModel.cs diff --git a/src/Microsoft.AspNet.Mvc.Core/ApplicationModels/IControllerModelConvention.cs b/src/Microsoft.AspNetCore.Mvc.Core/ApplicationModels/IControllerModelConvention.cs similarity index 100% rename from src/Microsoft.AspNet.Mvc.Core/ApplicationModels/IControllerModelConvention.cs rename to src/Microsoft.AspNetCore.Mvc.Core/ApplicationModels/IControllerModelConvention.cs diff --git a/src/Microsoft.AspNet.Mvc.Core/ApplicationModels/IFilterModel.cs b/src/Microsoft.AspNetCore.Mvc.Core/ApplicationModels/IFilterModel.cs similarity index 100% rename from src/Microsoft.AspNet.Mvc.Core/ApplicationModels/IFilterModel.cs rename to src/Microsoft.AspNetCore.Mvc.Core/ApplicationModels/IFilterModel.cs diff --git a/src/Microsoft.AspNet.Mvc.Core/ApplicationModels/IParameterModelConvention.cs b/src/Microsoft.AspNetCore.Mvc.Core/ApplicationModels/IParameterModelConvention.cs similarity index 100% rename from src/Microsoft.AspNet.Mvc.Core/ApplicationModels/IParameterModelConvention.cs rename to src/Microsoft.AspNetCore.Mvc.Core/ApplicationModels/IParameterModelConvention.cs diff --git a/src/Microsoft.AspNet.Mvc.Core/ApplicationModels/IPropertyModel.cs b/src/Microsoft.AspNetCore.Mvc.Core/ApplicationModels/IPropertyModel.cs similarity index 100% rename from src/Microsoft.AspNet.Mvc.Core/ApplicationModels/IPropertyModel.cs rename to src/Microsoft.AspNetCore.Mvc.Core/ApplicationModels/IPropertyModel.cs diff --git a/src/Microsoft.AspNet.Mvc.Core/ApplicationModels/ParameterModel.cs b/src/Microsoft.AspNetCore.Mvc.Core/ApplicationModels/ParameterModel.cs similarity index 100% rename from src/Microsoft.AspNet.Mvc.Core/ApplicationModels/ParameterModel.cs rename to src/Microsoft.AspNetCore.Mvc.Core/ApplicationModels/ParameterModel.cs diff --git a/src/Microsoft.AspNet.Mvc.Core/ApplicationModels/PropertyModel.cs b/src/Microsoft.AspNetCore.Mvc.Core/ApplicationModels/PropertyModel.cs similarity index 100% rename from src/Microsoft.AspNet.Mvc.Core/ApplicationModels/PropertyModel.cs rename to src/Microsoft.AspNetCore.Mvc.Core/ApplicationModels/PropertyModel.cs diff --git a/src/Microsoft.AspNet.Mvc.Core/AreaAttribute.cs b/src/Microsoft.AspNetCore.Mvc.Core/AreaAttribute.cs similarity index 100% rename from src/Microsoft.AspNet.Mvc.Core/AreaAttribute.cs rename to src/Microsoft.AspNetCore.Mvc.Core/AreaAttribute.cs diff --git a/src/Microsoft.AspNet.Mvc.Core/BadRequestObjectResult.cs b/src/Microsoft.AspNetCore.Mvc.Core/BadRequestObjectResult.cs similarity index 100% rename from src/Microsoft.AspNet.Mvc.Core/BadRequestObjectResult.cs rename to src/Microsoft.AspNetCore.Mvc.Core/BadRequestObjectResult.cs diff --git a/src/Microsoft.AspNet.Mvc.Core/BadRequestResult.cs b/src/Microsoft.AspNetCore.Mvc.Core/BadRequestResult.cs similarity index 100% rename from src/Microsoft.AspNet.Mvc.Core/BadRequestResult.cs rename to src/Microsoft.AspNetCore.Mvc.Core/BadRequestResult.cs diff --git a/src/Microsoft.AspNet.Mvc.Core/BindAttribute.cs b/src/Microsoft.AspNetCore.Mvc.Core/BindAttribute.cs similarity index 100% rename from src/Microsoft.AspNet.Mvc.Core/BindAttribute.cs rename to src/Microsoft.AspNetCore.Mvc.Core/BindAttribute.cs diff --git a/src/Microsoft.AspNet.Mvc.Core/Builder/MvcApplicationBuilderExtensions.cs b/src/Microsoft.AspNetCore.Mvc.Core/Builder/MvcApplicationBuilderExtensions.cs similarity index 100% rename from src/Microsoft.AspNet.Mvc.Core/Builder/MvcApplicationBuilderExtensions.cs rename to src/Microsoft.AspNetCore.Mvc.Core/Builder/MvcApplicationBuilderExtensions.cs diff --git a/src/Microsoft.AspNet.Mvc.Core/Builder/MvcAreaRouteBuilderExtensions.cs b/src/Microsoft.AspNetCore.Mvc.Core/Builder/MvcAreaRouteBuilderExtensions.cs similarity index 100% rename from src/Microsoft.AspNet.Mvc.Core/Builder/MvcAreaRouteBuilderExtensions.cs rename to src/Microsoft.AspNetCore.Mvc.Core/Builder/MvcAreaRouteBuilderExtensions.cs diff --git a/src/Microsoft.AspNet.Mvc.Core/CacheProfile.cs b/src/Microsoft.AspNetCore.Mvc.Core/CacheProfile.cs similarity index 100% rename from src/Microsoft.AspNet.Mvc.Core/CacheProfile.cs rename to src/Microsoft.AspNetCore.Mvc.Core/CacheProfile.cs diff --git a/src/Microsoft.AspNet.Mvc.Core/ChallengeResult.cs b/src/Microsoft.AspNetCore.Mvc.Core/ChallengeResult.cs similarity index 100% rename from src/Microsoft.AspNet.Mvc.Core/ChallengeResult.cs rename to src/Microsoft.AspNetCore.Mvc.Core/ChallengeResult.cs diff --git a/src/Microsoft.AspNet.Mvc.Core/ConsumesAttribute.cs b/src/Microsoft.AspNetCore.Mvc.Core/ConsumesAttribute.cs similarity index 100% rename from src/Microsoft.AspNet.Mvc.Core/ConsumesAttribute.cs rename to src/Microsoft.AspNetCore.Mvc.Core/ConsumesAttribute.cs diff --git a/src/Microsoft.AspNet.Mvc.Core/ContentResult.cs b/src/Microsoft.AspNetCore.Mvc.Core/ContentResult.cs similarity index 100% rename from src/Microsoft.AspNet.Mvc.Core/ContentResult.cs rename to src/Microsoft.AspNetCore.Mvc.Core/ContentResult.cs diff --git a/src/Microsoft.AspNet.Mvc.Core/ControllerBase.cs b/src/Microsoft.AspNetCore.Mvc.Core/ControllerBase.cs similarity index 100% rename from src/Microsoft.AspNet.Mvc.Core/ControllerBase.cs rename to src/Microsoft.AspNetCore.Mvc.Core/ControllerBase.cs diff --git a/src/Microsoft.AspNet.Mvc.Core/ControllerContext.cs b/src/Microsoft.AspNetCore.Mvc.Core/ControllerContext.cs similarity index 100% rename from src/Microsoft.AspNet.Mvc.Core/ControllerContext.cs rename to src/Microsoft.AspNetCore.Mvc.Core/ControllerContext.cs diff --git a/src/Microsoft.AspNet.Mvc.Core/ControllerContextAttribute.cs b/src/Microsoft.AspNetCore.Mvc.Core/ControllerContextAttribute.cs similarity index 100% rename from src/Microsoft.AspNet.Mvc.Core/ControllerContextAttribute.cs rename to src/Microsoft.AspNetCore.Mvc.Core/ControllerContextAttribute.cs diff --git a/src/Microsoft.AspNet.Mvc.Core/Controllers/ControllerActionDescriptor.cs b/src/Microsoft.AspNetCore.Mvc.Core/Controllers/ControllerActionDescriptor.cs similarity index 100% rename from src/Microsoft.AspNet.Mvc.Core/Controllers/ControllerActionDescriptor.cs rename to src/Microsoft.AspNetCore.Mvc.Core/Controllers/ControllerActionDescriptor.cs diff --git a/src/Microsoft.AspNet.Mvc.Core/Controllers/ControllerBoundPropertyDescriptor.cs b/src/Microsoft.AspNetCore.Mvc.Core/Controllers/ControllerBoundPropertyDescriptor.cs similarity index 100% rename from src/Microsoft.AspNet.Mvc.Core/Controllers/ControllerBoundPropertyDescriptor.cs rename to src/Microsoft.AspNetCore.Mvc.Core/Controllers/ControllerBoundPropertyDescriptor.cs diff --git a/src/Microsoft.AspNet.Mvc.Core/Controllers/ControllerParameterDescriptor.cs b/src/Microsoft.AspNetCore.Mvc.Core/Controllers/ControllerParameterDescriptor.cs similarity index 100% rename from src/Microsoft.AspNet.Mvc.Core/Controllers/ControllerParameterDescriptor.cs rename to src/Microsoft.AspNetCore.Mvc.Core/Controllers/ControllerParameterDescriptor.cs diff --git a/src/Microsoft.AspNet.Mvc.Core/Controllers/DefaultControllerActivator.cs b/src/Microsoft.AspNetCore.Mvc.Core/Controllers/DefaultControllerActivator.cs similarity index 100% rename from src/Microsoft.AspNet.Mvc.Core/Controllers/DefaultControllerActivator.cs rename to src/Microsoft.AspNetCore.Mvc.Core/Controllers/DefaultControllerActivator.cs diff --git a/src/Microsoft.AspNet.Mvc.Core/Controllers/DefaultControllerFactory.cs b/src/Microsoft.AspNetCore.Mvc.Core/Controllers/DefaultControllerFactory.cs similarity index 100% rename from src/Microsoft.AspNet.Mvc.Core/Controllers/DefaultControllerFactory.cs rename to src/Microsoft.AspNetCore.Mvc.Core/Controllers/DefaultControllerFactory.cs diff --git a/src/Microsoft.AspNet.Mvc.Core/Controllers/DefaultControllerTypeProvider.cs b/src/Microsoft.AspNetCore.Mvc.Core/Controllers/DefaultControllerTypeProvider.cs similarity index 100% rename from src/Microsoft.AspNet.Mvc.Core/Controllers/DefaultControllerTypeProvider.cs rename to src/Microsoft.AspNetCore.Mvc.Core/Controllers/DefaultControllerTypeProvider.cs diff --git a/src/Microsoft.AspNet.Mvc.Core/Controllers/IControllerActivator.cs b/src/Microsoft.AspNetCore.Mvc.Core/Controllers/IControllerActivator.cs similarity index 100% rename from src/Microsoft.AspNet.Mvc.Core/Controllers/IControllerActivator.cs rename to src/Microsoft.AspNetCore.Mvc.Core/Controllers/IControllerActivator.cs diff --git a/src/Microsoft.AspNet.Mvc.Core/Controllers/IControllerArgumentBinder.cs b/src/Microsoft.AspNetCore.Mvc.Core/Controllers/IControllerArgumentBinder.cs similarity index 100% rename from src/Microsoft.AspNet.Mvc.Core/Controllers/IControllerArgumentBinder.cs rename to src/Microsoft.AspNetCore.Mvc.Core/Controllers/IControllerArgumentBinder.cs diff --git a/src/Microsoft.AspNet.Mvc.Core/Controllers/IControllerFactory.cs b/src/Microsoft.AspNetCore.Mvc.Core/Controllers/IControllerFactory.cs similarity index 100% rename from src/Microsoft.AspNet.Mvc.Core/Controllers/IControllerFactory.cs rename to src/Microsoft.AspNetCore.Mvc.Core/Controllers/IControllerFactory.cs diff --git a/src/Microsoft.AspNet.Mvc.Core/Controllers/IControllerPropertyActivator.cs b/src/Microsoft.AspNetCore.Mvc.Core/Controllers/IControllerPropertyActivator.cs similarity index 100% rename from src/Microsoft.AspNet.Mvc.Core/Controllers/IControllerPropertyActivator.cs rename to src/Microsoft.AspNetCore.Mvc.Core/Controllers/IControllerPropertyActivator.cs diff --git a/src/Microsoft.AspNet.Mvc.Core/Controllers/IControllerTypeProvider.cs b/src/Microsoft.AspNetCore.Mvc.Core/Controllers/IControllerTypeProvider.cs similarity index 100% rename from src/Microsoft.AspNet.Mvc.Core/Controllers/IControllerTypeProvider.cs rename to src/Microsoft.AspNetCore.Mvc.Core/Controllers/IControllerTypeProvider.cs diff --git a/src/Microsoft.AspNet.Mvc.Core/Controllers/ServiceBasedControllerActivator.cs b/src/Microsoft.AspNetCore.Mvc.Core/Controllers/ServiceBasedControllerActivator.cs similarity index 100% rename from src/Microsoft.AspNet.Mvc.Core/Controllers/ServiceBasedControllerActivator.cs rename to src/Microsoft.AspNetCore.Mvc.Core/Controllers/ServiceBasedControllerActivator.cs diff --git a/src/Microsoft.AspNet.Mvc.Core/Controllers/StaticControllerTypeProvider.cs b/src/Microsoft.AspNetCore.Mvc.Core/Controllers/StaticControllerTypeProvider.cs similarity index 100% rename from src/Microsoft.AspNet.Mvc.Core/Controllers/StaticControllerTypeProvider.cs rename to src/Microsoft.AspNetCore.Mvc.Core/Controllers/StaticControllerTypeProvider.cs diff --git a/src/Microsoft.AspNet.Mvc.Core/CreatedAtActionResult.cs b/src/Microsoft.AspNetCore.Mvc.Core/CreatedAtActionResult.cs similarity index 100% rename from src/Microsoft.AspNet.Mvc.Core/CreatedAtActionResult.cs rename to src/Microsoft.AspNetCore.Mvc.Core/CreatedAtActionResult.cs diff --git a/src/Microsoft.AspNet.Mvc.Core/CreatedAtRouteResult.cs b/src/Microsoft.AspNetCore.Mvc.Core/CreatedAtRouteResult.cs similarity index 100% rename from src/Microsoft.AspNet.Mvc.Core/CreatedAtRouteResult.cs rename to src/Microsoft.AspNetCore.Mvc.Core/CreatedAtRouteResult.cs diff --git a/src/Microsoft.AspNet.Mvc.Core/CreatedResult.cs b/src/Microsoft.AspNetCore.Mvc.Core/CreatedResult.cs similarity index 100% rename from src/Microsoft.AspNet.Mvc.Core/CreatedResult.cs rename to src/Microsoft.AspNetCore.Mvc.Core/CreatedResult.cs diff --git a/src/Microsoft.AspNet.Mvc.Core/DependencyInjection/ApplicationModelConventionExtensions.cs b/src/Microsoft.AspNetCore.Mvc.Core/DependencyInjection/ApplicationModelConventionExtensions.cs similarity index 100% rename from src/Microsoft.AspNet.Mvc.Core/DependencyInjection/ApplicationModelConventionExtensions.cs rename to src/Microsoft.AspNetCore.Mvc.Core/DependencyInjection/ApplicationModelConventionExtensions.cs diff --git a/src/Microsoft.AspNet.Mvc.Core/DependencyInjection/IMvcBuilder.cs b/src/Microsoft.AspNetCore.Mvc.Core/DependencyInjection/IMvcBuilder.cs similarity index 100% rename from src/Microsoft.AspNet.Mvc.Core/DependencyInjection/IMvcBuilder.cs rename to src/Microsoft.AspNetCore.Mvc.Core/DependencyInjection/IMvcBuilder.cs diff --git a/src/Microsoft.AspNet.Mvc.Core/DependencyInjection/IMvcCoreBuilder.cs b/src/Microsoft.AspNetCore.Mvc.Core/DependencyInjection/IMvcCoreBuilder.cs similarity index 100% rename from src/Microsoft.AspNet.Mvc.Core/DependencyInjection/IMvcCoreBuilder.cs rename to src/Microsoft.AspNetCore.Mvc.Core/DependencyInjection/IMvcCoreBuilder.cs diff --git a/src/Microsoft.AspNet.Mvc.Core/DependencyInjection/MvcCoreMvcBuilderExtensions.cs b/src/Microsoft.AspNetCore.Mvc.Core/DependencyInjection/MvcCoreMvcBuilderExtensions.cs similarity index 100% rename from src/Microsoft.AspNet.Mvc.Core/DependencyInjection/MvcCoreMvcBuilderExtensions.cs rename to src/Microsoft.AspNetCore.Mvc.Core/DependencyInjection/MvcCoreMvcBuilderExtensions.cs diff --git a/src/Microsoft.AspNet.Mvc.Core/DependencyInjection/MvcCoreMvcCoreBuilderExtensions.cs b/src/Microsoft.AspNetCore.Mvc.Core/DependencyInjection/MvcCoreMvcCoreBuilderExtensions.cs similarity index 100% rename from src/Microsoft.AspNet.Mvc.Core/DependencyInjection/MvcCoreMvcCoreBuilderExtensions.cs rename to src/Microsoft.AspNetCore.Mvc.Core/DependencyInjection/MvcCoreMvcCoreBuilderExtensions.cs diff --git a/src/Microsoft.AspNet.Mvc.Core/DependencyInjection/MvcCoreServiceCollectionExtensions.cs b/src/Microsoft.AspNetCore.Mvc.Core/DependencyInjection/MvcCoreServiceCollectionExtensions.cs similarity index 100% rename from src/Microsoft.AspNet.Mvc.Core/DependencyInjection/MvcCoreServiceCollectionExtensions.cs rename to src/Microsoft.AspNetCore.Mvc.Core/DependencyInjection/MvcCoreServiceCollectionExtensions.cs diff --git a/src/Microsoft.AspNet.Mvc.Core/EmptyResult.cs b/src/Microsoft.AspNetCore.Mvc.Core/EmptyResult.cs similarity index 100% rename from src/Microsoft.AspNet.Mvc.Core/EmptyResult.cs rename to src/Microsoft.AspNetCore.Mvc.Core/EmptyResult.cs diff --git a/src/Microsoft.AspNet.Mvc.Core/FileContentResult.cs b/src/Microsoft.AspNetCore.Mvc.Core/FileContentResult.cs similarity index 100% rename from src/Microsoft.AspNet.Mvc.Core/FileContentResult.cs rename to src/Microsoft.AspNetCore.Mvc.Core/FileContentResult.cs diff --git a/src/Microsoft.AspNet.Mvc.Core/FileResult.cs b/src/Microsoft.AspNetCore.Mvc.Core/FileResult.cs similarity index 100% rename from src/Microsoft.AspNet.Mvc.Core/FileResult.cs rename to src/Microsoft.AspNetCore.Mvc.Core/FileResult.cs diff --git a/src/Microsoft.AspNet.Mvc.Core/FileStreamResult.cs b/src/Microsoft.AspNetCore.Mvc.Core/FileStreamResult.cs similarity index 100% rename from src/Microsoft.AspNet.Mvc.Core/FileStreamResult.cs rename to src/Microsoft.AspNetCore.Mvc.Core/FileStreamResult.cs diff --git a/src/Microsoft.AspNet.Mvc.Core/Filters/ActionFilterAttribute.cs b/src/Microsoft.AspNetCore.Mvc.Core/Filters/ActionFilterAttribute.cs similarity index 100% rename from src/Microsoft.AspNet.Mvc.Core/Filters/ActionFilterAttribute.cs rename to src/Microsoft.AspNetCore.Mvc.Core/Filters/ActionFilterAttribute.cs diff --git a/src/Microsoft.AspNet.Mvc.Core/Filters/AuthorizationFilterAttribute.cs b/src/Microsoft.AspNetCore.Mvc.Core/Filters/AuthorizationFilterAttribute.cs similarity index 100% rename from src/Microsoft.AspNet.Mvc.Core/Filters/AuthorizationFilterAttribute.cs rename to src/Microsoft.AspNetCore.Mvc.Core/Filters/AuthorizationFilterAttribute.cs diff --git a/src/Microsoft.AspNet.Mvc.Core/Filters/ExceptionFilterAttribute.cs b/src/Microsoft.AspNetCore.Mvc.Core/Filters/ExceptionFilterAttribute.cs similarity index 100% rename from src/Microsoft.AspNet.Mvc.Core/Filters/ExceptionFilterAttribute.cs rename to src/Microsoft.AspNetCore.Mvc.Core/Filters/ExceptionFilterAttribute.cs diff --git a/src/Microsoft.AspNet.Mvc.Core/Filters/FilterCollection.cs b/src/Microsoft.AspNetCore.Mvc.Core/Filters/FilterCollection.cs similarity index 100% rename from src/Microsoft.AspNet.Mvc.Core/Filters/FilterCollection.cs rename to src/Microsoft.AspNetCore.Mvc.Core/Filters/FilterCollection.cs diff --git a/src/Microsoft.AspNet.Mvc.Core/Filters/FilterScope.cs b/src/Microsoft.AspNetCore.Mvc.Core/Filters/FilterScope.cs similarity index 100% rename from src/Microsoft.AspNet.Mvc.Core/Filters/FilterScope.cs rename to src/Microsoft.AspNetCore.Mvc.Core/Filters/FilterScope.cs diff --git a/src/Microsoft.AspNet.Mvc.Core/Filters/ResultFilterAttribute.cs b/src/Microsoft.AspNetCore.Mvc.Core/Filters/ResultFilterAttribute.cs similarity index 100% rename from src/Microsoft.AspNet.Mvc.Core/Filters/ResultFilterAttribute.cs rename to src/Microsoft.AspNetCore.Mvc.Core/Filters/ResultFilterAttribute.cs diff --git a/src/Microsoft.AspNet.Mvc.Core/ForbidResult.cs b/src/Microsoft.AspNetCore.Mvc.Core/ForbidResult.cs similarity index 100% rename from src/Microsoft.AspNet.Mvc.Core/ForbidResult.cs rename to src/Microsoft.AspNetCore.Mvc.Core/ForbidResult.cs diff --git a/src/Microsoft.AspNet.Mvc.Core/FormatFilterAttribute.cs b/src/Microsoft.AspNetCore.Mvc.Core/FormatFilterAttribute.cs similarity index 100% rename from src/Microsoft.AspNet.Mvc.Core/FormatFilterAttribute.cs rename to src/Microsoft.AspNetCore.Mvc.Core/FormatFilterAttribute.cs diff --git a/src/Microsoft.AspNet.Mvc.Core/Formatters/FormatFilter.cs b/src/Microsoft.AspNetCore.Mvc.Core/Formatters/FormatFilter.cs similarity index 100% rename from src/Microsoft.AspNet.Mvc.Core/Formatters/FormatFilter.cs rename to src/Microsoft.AspNetCore.Mvc.Core/Formatters/FormatFilter.cs diff --git a/src/Microsoft.AspNet.Mvc.Core/Formatters/FormatterMappings.cs b/src/Microsoft.AspNetCore.Mvc.Core/Formatters/FormatterMappings.cs similarity index 100% rename from src/Microsoft.AspNet.Mvc.Core/Formatters/FormatterMappings.cs rename to src/Microsoft.AspNetCore.Mvc.Core/Formatters/FormatterMappings.cs diff --git a/src/Microsoft.AspNet.Mvc.Core/Formatters/HttpNoContentOutputFormatter.cs b/src/Microsoft.AspNetCore.Mvc.Core/Formatters/HttpNoContentOutputFormatter.cs similarity index 100% rename from src/Microsoft.AspNet.Mvc.Core/Formatters/HttpNoContentOutputFormatter.cs rename to src/Microsoft.AspNetCore.Mvc.Core/Formatters/HttpNoContentOutputFormatter.cs diff --git a/src/Microsoft.AspNet.Mvc.Core/Formatters/HttpNotAcceptableOutputFormatter.cs b/src/Microsoft.AspNetCore.Mvc.Core/Formatters/HttpNotAcceptableOutputFormatter.cs similarity index 100% rename from src/Microsoft.AspNet.Mvc.Core/Formatters/HttpNotAcceptableOutputFormatter.cs rename to src/Microsoft.AspNetCore.Mvc.Core/Formatters/HttpNotAcceptableOutputFormatter.cs diff --git a/src/Microsoft.AspNet.Mvc.Core/Formatters/InputFormatter.cs b/src/Microsoft.AspNetCore.Mvc.Core/Formatters/InputFormatter.cs similarity index 100% rename from src/Microsoft.AspNet.Mvc.Core/Formatters/InputFormatter.cs rename to src/Microsoft.AspNetCore.Mvc.Core/Formatters/InputFormatter.cs diff --git a/src/Microsoft.AspNet.Mvc.Core/Formatters/MediaType.cs b/src/Microsoft.AspNetCore.Mvc.Core/Formatters/MediaType.cs similarity index 100% rename from src/Microsoft.AspNet.Mvc.Core/Formatters/MediaType.cs rename to src/Microsoft.AspNetCore.Mvc.Core/Formatters/MediaType.cs diff --git a/src/Microsoft.AspNet.Mvc.Core/Formatters/MediaTypeCollection.cs b/src/Microsoft.AspNetCore.Mvc.Core/Formatters/MediaTypeCollection.cs similarity index 100% rename from src/Microsoft.AspNet.Mvc.Core/Formatters/MediaTypeCollection.cs rename to src/Microsoft.AspNetCore.Mvc.Core/Formatters/MediaTypeCollection.cs diff --git a/src/Microsoft.AspNet.Mvc.Core/Formatters/OutputFormatter.cs b/src/Microsoft.AspNetCore.Mvc.Core/Formatters/OutputFormatter.cs similarity index 100% rename from src/Microsoft.AspNet.Mvc.Core/Formatters/OutputFormatter.cs rename to src/Microsoft.AspNetCore.Mvc.Core/Formatters/OutputFormatter.cs diff --git a/src/Microsoft.AspNet.Mvc.Core/Formatters/StreamOutputFormatter.cs b/src/Microsoft.AspNetCore.Mvc.Core/Formatters/StreamOutputFormatter.cs similarity index 100% rename from src/Microsoft.AspNet.Mvc.Core/Formatters/StreamOutputFormatter.cs rename to src/Microsoft.AspNetCore.Mvc.Core/Formatters/StreamOutputFormatter.cs diff --git a/src/Microsoft.AspNet.Mvc.Core/Formatters/StringOutputFormatter.cs b/src/Microsoft.AspNetCore.Mvc.Core/Formatters/StringOutputFormatter.cs similarity index 100% rename from src/Microsoft.AspNet.Mvc.Core/Formatters/StringOutputFormatter.cs rename to src/Microsoft.AspNetCore.Mvc.Core/Formatters/StringOutputFormatter.cs diff --git a/src/Microsoft.AspNet.Mvc.Core/FromBodyAttribute.cs b/src/Microsoft.AspNetCore.Mvc.Core/FromBodyAttribute.cs similarity index 100% rename from src/Microsoft.AspNet.Mvc.Core/FromBodyAttribute.cs rename to src/Microsoft.AspNetCore.Mvc.Core/FromBodyAttribute.cs diff --git a/src/Microsoft.AspNet.Mvc.Core/FromFormAttribute.cs b/src/Microsoft.AspNetCore.Mvc.Core/FromFormAttribute.cs similarity index 100% rename from src/Microsoft.AspNet.Mvc.Core/FromFormAttribute.cs rename to src/Microsoft.AspNetCore.Mvc.Core/FromFormAttribute.cs diff --git a/src/Microsoft.AspNet.Mvc.Core/FromHeaderAttribute.cs b/src/Microsoft.AspNetCore.Mvc.Core/FromHeaderAttribute.cs similarity index 100% rename from src/Microsoft.AspNet.Mvc.Core/FromHeaderAttribute.cs rename to src/Microsoft.AspNetCore.Mvc.Core/FromHeaderAttribute.cs diff --git a/src/Microsoft.AspNet.Mvc.Core/FromQueryAttribute.cs b/src/Microsoft.AspNetCore.Mvc.Core/FromQueryAttribute.cs similarity index 100% rename from src/Microsoft.AspNet.Mvc.Core/FromQueryAttribute.cs rename to src/Microsoft.AspNetCore.Mvc.Core/FromQueryAttribute.cs diff --git a/src/Microsoft.AspNet.Mvc.Core/FromRouteAttribute.cs b/src/Microsoft.AspNetCore.Mvc.Core/FromRouteAttribute.cs similarity index 100% rename from src/Microsoft.AspNet.Mvc.Core/FromRouteAttribute.cs rename to src/Microsoft.AspNetCore.Mvc.Core/FromRouteAttribute.cs diff --git a/src/Microsoft.AspNet.Mvc.Core/FromServicesAttribute.cs b/src/Microsoft.AspNetCore.Mvc.Core/FromServicesAttribute.cs similarity index 100% rename from src/Microsoft.AspNet.Mvc.Core/FromServicesAttribute.cs rename to src/Microsoft.AspNetCore.Mvc.Core/FromServicesAttribute.cs diff --git a/src/Microsoft.AspNet.Mvc.Core/HttpDeleteAttribute.cs b/src/Microsoft.AspNetCore.Mvc.Core/HttpDeleteAttribute.cs similarity index 100% rename from src/Microsoft.AspNet.Mvc.Core/HttpDeleteAttribute.cs rename to src/Microsoft.AspNetCore.Mvc.Core/HttpDeleteAttribute.cs diff --git a/src/Microsoft.AspNet.Mvc.Core/HttpGetAttribute.cs b/src/Microsoft.AspNetCore.Mvc.Core/HttpGetAttribute.cs similarity index 100% rename from src/Microsoft.AspNet.Mvc.Core/HttpGetAttribute.cs rename to src/Microsoft.AspNetCore.Mvc.Core/HttpGetAttribute.cs diff --git a/src/Microsoft.AspNet.Mvc.Core/HttpHeadAttribute.cs b/src/Microsoft.AspNetCore.Mvc.Core/HttpHeadAttribute.cs similarity index 100% rename from src/Microsoft.AspNet.Mvc.Core/HttpHeadAttribute.cs rename to src/Microsoft.AspNetCore.Mvc.Core/HttpHeadAttribute.cs diff --git a/src/Microsoft.AspNet.Mvc.Core/HttpNotFoundObjectResult.cs b/src/Microsoft.AspNetCore.Mvc.Core/HttpNotFoundObjectResult.cs similarity index 100% rename from src/Microsoft.AspNet.Mvc.Core/HttpNotFoundObjectResult.cs rename to src/Microsoft.AspNetCore.Mvc.Core/HttpNotFoundObjectResult.cs diff --git a/src/Microsoft.AspNet.Mvc.Core/HttpNotFoundResult.cs b/src/Microsoft.AspNetCore.Mvc.Core/HttpNotFoundResult.cs similarity index 100% rename from src/Microsoft.AspNet.Mvc.Core/HttpNotFoundResult.cs rename to src/Microsoft.AspNetCore.Mvc.Core/HttpNotFoundResult.cs diff --git a/src/Microsoft.AspNet.Mvc.Core/HttpOkObjectResult.cs b/src/Microsoft.AspNetCore.Mvc.Core/HttpOkObjectResult.cs similarity index 100% rename from src/Microsoft.AspNet.Mvc.Core/HttpOkObjectResult.cs rename to src/Microsoft.AspNetCore.Mvc.Core/HttpOkObjectResult.cs diff --git a/src/Microsoft.AspNet.Mvc.Core/HttpOkResult.cs b/src/Microsoft.AspNetCore.Mvc.Core/HttpOkResult.cs similarity index 100% rename from src/Microsoft.AspNet.Mvc.Core/HttpOkResult.cs rename to src/Microsoft.AspNetCore.Mvc.Core/HttpOkResult.cs diff --git a/src/Microsoft.AspNet.Mvc.Core/HttpPatchAttribute.cs b/src/Microsoft.AspNetCore.Mvc.Core/HttpPatchAttribute.cs similarity index 100% rename from src/Microsoft.AspNet.Mvc.Core/HttpPatchAttribute.cs rename to src/Microsoft.AspNetCore.Mvc.Core/HttpPatchAttribute.cs diff --git a/src/Microsoft.AspNet.Mvc.Core/HttpPostAttribute.cs b/src/Microsoft.AspNetCore.Mvc.Core/HttpPostAttribute.cs similarity index 100% rename from src/Microsoft.AspNet.Mvc.Core/HttpPostAttribute.cs rename to src/Microsoft.AspNetCore.Mvc.Core/HttpPostAttribute.cs diff --git a/src/Microsoft.AspNet.Mvc.Core/HttpPutAttribute.cs b/src/Microsoft.AspNetCore.Mvc.Core/HttpPutAttribute.cs similarity index 100% rename from src/Microsoft.AspNet.Mvc.Core/HttpPutAttribute.cs rename to src/Microsoft.AspNetCore.Mvc.Core/HttpPutAttribute.cs diff --git a/src/Microsoft.AspNet.Mvc.Core/HttpResponseStreamWriter.cs b/src/Microsoft.AspNetCore.Mvc.Core/HttpResponseStreamWriter.cs similarity index 100% rename from src/Microsoft.AspNet.Mvc.Core/HttpResponseStreamWriter.cs rename to src/Microsoft.AspNetCore.Mvc.Core/HttpResponseStreamWriter.cs diff --git a/src/Microsoft.AspNet.Mvc.Core/HttpStatusCodeResult.cs b/src/Microsoft.AspNetCore.Mvc.Core/HttpStatusCodeResult.cs similarity index 100% rename from src/Microsoft.AspNet.Mvc.Core/HttpStatusCodeResult.cs rename to src/Microsoft.AspNetCore.Mvc.Core/HttpStatusCodeResult.cs diff --git a/src/Microsoft.AspNet.Mvc.Core/HttpUnauthorizedResult.cs b/src/Microsoft.AspNetCore.Mvc.Core/HttpUnauthorizedResult.cs similarity index 100% rename from src/Microsoft.AspNet.Mvc.Core/HttpUnauthorizedResult.cs rename to src/Microsoft.AspNetCore.Mvc.Core/HttpUnauthorizedResult.cs diff --git a/src/Microsoft.AspNet.Mvc.Core/IUrlHelper.cs b/src/Microsoft.AspNetCore.Mvc.Core/IUrlHelper.cs similarity index 100% rename from src/Microsoft.AspNet.Mvc.Core/IUrlHelper.cs rename to src/Microsoft.AspNetCore.Mvc.Core/IUrlHelper.cs diff --git a/src/Microsoft.AspNet.Mvc.Core/Infrastructure/ActionContextAccessor.cs b/src/Microsoft.AspNetCore.Mvc.Core/Infrastructure/ActionContextAccessor.cs similarity index 100% rename from src/Microsoft.AspNet.Mvc.Core/Infrastructure/ActionContextAccessor.cs rename to src/Microsoft.AspNetCore.Mvc.Core/Infrastructure/ActionContextAccessor.cs diff --git a/src/Microsoft.AspNet.Mvc.Core/Infrastructure/ActionDescriptorCollection.cs b/src/Microsoft.AspNetCore.Mvc.Core/Infrastructure/ActionDescriptorCollection.cs similarity index 100% rename from src/Microsoft.AspNet.Mvc.Core/Infrastructure/ActionDescriptorCollection.cs rename to src/Microsoft.AspNetCore.Mvc.Core/Infrastructure/ActionDescriptorCollection.cs diff --git a/src/Microsoft.AspNet.Mvc.Core/Infrastructure/DefaultAssemblyProvider.cs b/src/Microsoft.AspNetCore.Mvc.Core/Infrastructure/DefaultAssemblyProvider.cs similarity index 100% rename from src/Microsoft.AspNet.Mvc.Core/Infrastructure/DefaultAssemblyProvider.cs rename to src/Microsoft.AspNetCore.Mvc.Core/Infrastructure/DefaultAssemblyProvider.cs diff --git a/src/Microsoft.AspNet.Mvc.Core/Infrastructure/DependencyContextAssemblyProvider.cs b/src/Microsoft.AspNetCore.Mvc.Core/Infrastructure/DependencyContextAssemblyProvider.cs similarity index 100% rename from src/Microsoft.AspNet.Mvc.Core/Infrastructure/DependencyContextAssemblyProvider.cs rename to src/Microsoft.AspNetCore.Mvc.Core/Infrastructure/DependencyContextAssemblyProvider.cs diff --git a/src/Microsoft.AspNet.Mvc.Core/Infrastructure/HttpRequestStreamReader.cs b/src/Microsoft.AspNetCore.Mvc.Core/Infrastructure/HttpRequestStreamReader.cs similarity index 100% rename from src/Microsoft.AspNet.Mvc.Core/Infrastructure/HttpRequestStreamReader.cs rename to src/Microsoft.AspNetCore.Mvc.Core/Infrastructure/HttpRequestStreamReader.cs diff --git a/src/Microsoft.AspNet.Mvc.Core/Infrastructure/IActionContextAccessor.cs b/src/Microsoft.AspNetCore.Mvc.Core/Infrastructure/IActionContextAccessor.cs similarity index 100% rename from src/Microsoft.AspNet.Mvc.Core/Infrastructure/IActionContextAccessor.cs rename to src/Microsoft.AspNetCore.Mvc.Core/Infrastructure/IActionContextAccessor.cs diff --git a/src/Microsoft.AspNet.Mvc.Core/Infrastructure/IActionDescriptorCollectionProvider.cs b/src/Microsoft.AspNetCore.Mvc.Core/Infrastructure/IActionDescriptorCollectionProvider.cs similarity index 100% rename from src/Microsoft.AspNet.Mvc.Core/Infrastructure/IActionDescriptorCollectionProvider.cs rename to src/Microsoft.AspNetCore.Mvc.Core/Infrastructure/IActionDescriptorCollectionProvider.cs diff --git a/src/Microsoft.AspNet.Mvc.Core/Infrastructure/IActionSelector.cs b/src/Microsoft.AspNetCore.Mvc.Core/Infrastructure/IActionSelector.cs similarity index 100% rename from src/Microsoft.AspNet.Mvc.Core/Infrastructure/IActionSelector.cs rename to src/Microsoft.AspNetCore.Mvc.Core/Infrastructure/IActionSelector.cs diff --git a/src/Microsoft.AspNet.Mvc.Core/Infrastructure/IAssemblyProvider.cs b/src/Microsoft.AspNetCore.Mvc.Core/Infrastructure/IAssemblyProvider.cs similarity index 100% rename from src/Microsoft.AspNet.Mvc.Core/Infrastructure/IAssemblyProvider.cs rename to src/Microsoft.AspNetCore.Mvc.Core/Infrastructure/IAssemblyProvider.cs diff --git a/src/Microsoft.AspNet.Mvc.Core/Infrastructure/StaticAssemblyProvider.cs b/src/Microsoft.AspNetCore.Mvc.Core/Infrastructure/StaticAssemblyProvider.cs similarity index 100% rename from src/Microsoft.AspNet.Mvc.Core/Infrastructure/StaticAssemblyProvider.cs rename to src/Microsoft.AspNetCore.Mvc.Core/Infrastructure/StaticAssemblyProvider.cs diff --git a/src/Microsoft.AspNet.Mvc.Core/Internal/AcceptHeaderParser.cs b/src/Microsoft.AspNetCore.Mvc.Core/Internal/AcceptHeaderParser.cs similarity index 100% rename from src/Microsoft.AspNet.Mvc.Core/Internal/AcceptHeaderParser.cs rename to src/Microsoft.AspNetCore.Mvc.Core/Internal/AcceptHeaderParser.cs diff --git a/src/Microsoft.AspNet.Mvc.Core/Internal/ActionConstraintCache.cs b/src/Microsoft.AspNetCore.Mvc.Core/Internal/ActionConstraintCache.cs similarity index 100% rename from src/Microsoft.AspNet.Mvc.Core/Internal/ActionConstraintCache.cs rename to src/Microsoft.AspNetCore.Mvc.Core/Internal/ActionConstraintCache.cs diff --git a/src/Microsoft.AspNet.Mvc.Core/Internal/ActionDescriptorCollectionProvider.cs b/src/Microsoft.AspNetCore.Mvc.Core/Internal/ActionDescriptorCollectionProvider.cs similarity index 100% rename from src/Microsoft.AspNet.Mvc.Core/Internal/ActionDescriptorCollectionProvider.cs rename to src/Microsoft.AspNetCore.Mvc.Core/Internal/ActionDescriptorCollectionProvider.cs diff --git a/src/Microsoft.AspNet.Mvc.Core/Internal/ActionInvokerFactory.cs b/src/Microsoft.AspNetCore.Mvc.Core/Internal/ActionInvokerFactory.cs similarity index 100% rename from src/Microsoft.AspNet.Mvc.Core/Internal/ActionInvokerFactory.cs rename to src/Microsoft.AspNetCore.Mvc.Core/Internal/ActionInvokerFactory.cs diff --git a/src/Microsoft.AspNet.Mvc.Core/Internal/ActionSelectionDecisionTree.cs b/src/Microsoft.AspNetCore.Mvc.Core/Internal/ActionSelectionDecisionTree.cs similarity index 100% rename from src/Microsoft.AspNet.Mvc.Core/Internal/ActionSelectionDecisionTree.cs rename to src/Microsoft.AspNetCore.Mvc.Core/Internal/ActionSelectionDecisionTree.cs diff --git a/src/Microsoft.AspNet.Mvc.Core/Internal/ActionSelector.cs b/src/Microsoft.AspNetCore.Mvc.Core/Internal/ActionSelector.cs similarity index 100% rename from src/Microsoft.AspNet.Mvc.Core/Internal/ActionSelector.cs rename to src/Microsoft.AspNetCore.Mvc.Core/Internal/ActionSelector.cs diff --git a/src/Microsoft.AspNet.Mvc.Core/Internal/ActionSelectorDecisionTreeProvider.cs b/src/Microsoft.AspNetCore.Mvc.Core/Internal/ActionSelectorDecisionTreeProvider.cs similarity index 100% rename from src/Microsoft.AspNet.Mvc.Core/Internal/ActionSelectorDecisionTreeProvider.cs rename to src/Microsoft.AspNetCore.Mvc.Core/Internal/ActionSelectorDecisionTreeProvider.cs diff --git a/src/Microsoft.AspNet.Mvc.Core/Internal/AllowAnonymousFilter.cs b/src/Microsoft.AspNetCore.Mvc.Core/Internal/AllowAnonymousFilter.cs similarity index 100% rename from src/Microsoft.AspNet.Mvc.Core/Internal/AllowAnonymousFilter.cs rename to src/Microsoft.AspNetCore.Mvc.Core/Internal/AllowAnonymousFilter.cs diff --git a/src/Microsoft.AspNet.Mvc.Core/Internal/AmbiguousActionException.cs b/src/Microsoft.AspNetCore.Mvc.Core/Internal/AmbiguousActionException.cs similarity index 100% rename from src/Microsoft.AspNet.Mvc.Core/Internal/AmbiguousActionException.cs rename to src/Microsoft.AspNetCore.Mvc.Core/Internal/AmbiguousActionException.cs diff --git a/src/Microsoft.AspNet.Mvc.Core/Internal/ApiDescriptionActionData.cs b/src/Microsoft.AspNetCore.Mvc.Core/Internal/ApiDescriptionActionData.cs similarity index 100% rename from src/Microsoft.AspNet.Mvc.Core/Internal/ApiDescriptionActionData.cs rename to src/Microsoft.AspNetCore.Mvc.Core/Internal/ApiDescriptionActionData.cs diff --git a/src/Microsoft.AspNet.Mvc.Core/Internal/ApplicationModelConventions.cs b/src/Microsoft.AspNetCore.Mvc.Core/Internal/ApplicationModelConventions.cs similarity index 100% rename from src/Microsoft.AspNet.Mvc.Core/Internal/ApplicationModelConventions.cs rename to src/Microsoft.AspNetCore.Mvc.Core/Internal/ApplicationModelConventions.cs diff --git a/src/Microsoft.AspNet.Mvc.Core/Internal/AttributeRoute.cs b/src/Microsoft.AspNetCore.Mvc.Core/Internal/AttributeRoute.cs similarity index 100% rename from src/Microsoft.AspNet.Mvc.Core/Internal/AttributeRoute.cs rename to src/Microsoft.AspNetCore.Mvc.Core/Internal/AttributeRoute.cs diff --git a/src/Microsoft.AspNet.Mvc.Core/Internal/AttributeRouting.cs b/src/Microsoft.AspNetCore.Mvc.Core/Internal/AttributeRouting.cs similarity index 100% rename from src/Microsoft.AspNet.Mvc.Core/Internal/AttributeRouting.cs rename to src/Microsoft.AspNetCore.Mvc.Core/Internal/AttributeRouting.cs diff --git a/src/Microsoft.AspNet.Mvc.Core/Internal/AuthorizationApplicationModelProvider.cs b/src/Microsoft.AspNetCore.Mvc.Core/Internal/AuthorizationApplicationModelProvider.cs similarity index 100% rename from src/Microsoft.AspNet.Mvc.Core/Internal/AuthorizationApplicationModelProvider.cs rename to src/Microsoft.AspNetCore.Mvc.Core/Internal/AuthorizationApplicationModelProvider.cs diff --git a/src/Microsoft.AspNet.Mvc.Core/Internal/AuthorizeFilter.cs b/src/Microsoft.AspNetCore.Mvc.Core/Internal/AuthorizeFilter.cs similarity index 100% rename from src/Microsoft.AspNet.Mvc.Core/Internal/AuthorizeFilter.cs rename to src/Microsoft.AspNetCore.Mvc.Core/Internal/AuthorizeFilter.cs diff --git a/src/Microsoft.AspNet.Mvc.Core/Internal/ControllerActionDescriptorBuilder.cs b/src/Microsoft.AspNetCore.Mvc.Core/Internal/ControllerActionDescriptorBuilder.cs similarity index 100% rename from src/Microsoft.AspNet.Mvc.Core/Internal/ControllerActionDescriptorBuilder.cs rename to src/Microsoft.AspNetCore.Mvc.Core/Internal/ControllerActionDescriptorBuilder.cs diff --git a/src/Microsoft.AspNet.Mvc.Core/Internal/ControllerActionDescriptorProvider.cs b/src/Microsoft.AspNetCore.Mvc.Core/Internal/ControllerActionDescriptorProvider.cs similarity index 100% rename from src/Microsoft.AspNet.Mvc.Core/Internal/ControllerActionDescriptorProvider.cs rename to src/Microsoft.AspNetCore.Mvc.Core/Internal/ControllerActionDescriptorProvider.cs diff --git a/src/Microsoft.AspNet.Mvc.Core/Internal/ControllerActionExecutor.cs b/src/Microsoft.AspNetCore.Mvc.Core/Internal/ControllerActionExecutor.cs similarity index 100% rename from src/Microsoft.AspNet.Mvc.Core/Internal/ControllerActionExecutor.cs rename to src/Microsoft.AspNetCore.Mvc.Core/Internal/ControllerActionExecutor.cs diff --git a/src/Microsoft.AspNet.Mvc.Core/Internal/ControllerActionFilter.cs b/src/Microsoft.AspNetCore.Mvc.Core/Internal/ControllerActionFilter.cs similarity index 100% rename from src/Microsoft.AspNet.Mvc.Core/Internal/ControllerActionFilter.cs rename to src/Microsoft.AspNetCore.Mvc.Core/Internal/ControllerActionFilter.cs diff --git a/src/Microsoft.AspNet.Mvc.Core/Internal/ControllerActionInvoker.cs b/src/Microsoft.AspNetCore.Mvc.Core/Internal/ControllerActionInvoker.cs similarity index 100% rename from src/Microsoft.AspNet.Mvc.Core/Internal/ControllerActionInvoker.cs rename to src/Microsoft.AspNetCore.Mvc.Core/Internal/ControllerActionInvoker.cs diff --git a/src/Microsoft.AspNet.Mvc.Core/Internal/ControllerActionInvokerProvider.cs b/src/Microsoft.AspNetCore.Mvc.Core/Internal/ControllerActionInvokerProvider.cs similarity index 100% rename from src/Microsoft.AspNet.Mvc.Core/Internal/ControllerActionInvokerProvider.cs rename to src/Microsoft.AspNetCore.Mvc.Core/Internal/ControllerActionInvokerProvider.cs diff --git a/src/Microsoft.AspNet.Mvc.Core/Internal/ControllerArgumentBinder.cs b/src/Microsoft.AspNetCore.Mvc.Core/Internal/ControllerArgumentBinder.cs similarity index 100% rename from src/Microsoft.AspNet.Mvc.Core/Internal/ControllerArgumentBinder.cs rename to src/Microsoft.AspNetCore.Mvc.Core/Internal/ControllerArgumentBinder.cs diff --git a/src/Microsoft.AspNet.Mvc.Core/Internal/ControllerResultFilter.cs b/src/Microsoft.AspNetCore.Mvc.Core/Internal/ControllerResultFilter.cs similarity index 100% rename from src/Microsoft.AspNet.Mvc.Core/Internal/ControllerResultFilter.cs rename to src/Microsoft.AspNetCore.Mvc.Core/Internal/ControllerResultFilter.cs diff --git a/src/Microsoft.AspNet.Mvc.Core/Internal/ControllersAsServices.cs b/src/Microsoft.AspNetCore.Mvc.Core/Internal/ControllersAsServices.cs similarity index 100% rename from src/Microsoft.AspNet.Mvc.Core/Internal/ControllersAsServices.cs rename to src/Microsoft.AspNetCore.Mvc.Core/Internal/ControllersAsServices.cs diff --git a/src/Microsoft.AspNet.Mvc.Core/Internal/CopyOnWriteList.cs b/src/Microsoft.AspNetCore.Mvc.Core/Internal/CopyOnWriteList.cs similarity index 100% rename from src/Microsoft.AspNet.Mvc.Core/Internal/CopyOnWriteList.cs rename to src/Microsoft.AspNetCore.Mvc.Core/Internal/CopyOnWriteList.cs diff --git a/src/Microsoft.AspNet.Mvc.Core/Internal/DefaultActionConstraintProvider.cs b/src/Microsoft.AspNetCore.Mvc.Core/Internal/DefaultActionConstraintProvider.cs similarity index 100% rename from src/Microsoft.AspNet.Mvc.Core/Internal/DefaultActionConstraintProvider.cs rename to src/Microsoft.AspNetCore.Mvc.Core/Internal/DefaultActionConstraintProvider.cs diff --git a/src/Microsoft.AspNet.Mvc.Core/Internal/DefaultApplicationModelProvider.cs b/src/Microsoft.AspNetCore.Mvc.Core/Internal/DefaultApplicationModelProvider.cs similarity index 100% rename from src/Microsoft.AspNet.Mvc.Core/Internal/DefaultApplicationModelProvider.cs rename to src/Microsoft.AspNetCore.Mvc.Core/Internal/DefaultApplicationModelProvider.cs diff --git a/src/Microsoft.AspNet.Mvc.Core/Internal/DefaultBindingMetadataProvider.cs b/src/Microsoft.AspNetCore.Mvc.Core/Internal/DefaultBindingMetadataProvider.cs similarity index 100% rename from src/Microsoft.AspNet.Mvc.Core/Internal/DefaultBindingMetadataProvider.cs rename to src/Microsoft.AspNetCore.Mvc.Core/Internal/DefaultBindingMetadataProvider.cs diff --git a/src/Microsoft.AspNet.Mvc.Core/Internal/DefaultCollectionValidationStrategy.cs b/src/Microsoft.AspNetCore.Mvc.Core/Internal/DefaultCollectionValidationStrategy.cs similarity index 100% rename from src/Microsoft.AspNet.Mvc.Core/Internal/DefaultCollectionValidationStrategy.cs rename to src/Microsoft.AspNetCore.Mvc.Core/Internal/DefaultCollectionValidationStrategy.cs diff --git a/src/Microsoft.AspNet.Mvc.Core/Internal/DefaultComplexObjectValidationStrategy.cs b/src/Microsoft.AspNetCore.Mvc.Core/Internal/DefaultComplexObjectValidationStrategy.cs similarity index 100% rename from src/Microsoft.AspNet.Mvc.Core/Internal/DefaultComplexObjectValidationStrategy.cs rename to src/Microsoft.AspNetCore.Mvc.Core/Internal/DefaultComplexObjectValidationStrategy.cs diff --git a/src/Microsoft.AspNet.Mvc.Core/Internal/DefaultCompositeMetadataDetailsProvider.cs b/src/Microsoft.AspNetCore.Mvc.Core/Internal/DefaultCompositeMetadataDetailsProvider.cs similarity index 100% rename from src/Microsoft.AspNet.Mvc.Core/Internal/DefaultCompositeMetadataDetailsProvider.cs rename to src/Microsoft.AspNetCore.Mvc.Core/Internal/DefaultCompositeMetadataDetailsProvider.cs diff --git a/src/Microsoft.AspNet.Mvc.Core/Internal/DefaultControllerPropertyActivator.cs b/src/Microsoft.AspNetCore.Mvc.Core/Internal/DefaultControllerPropertyActivator.cs similarity index 100% rename from src/Microsoft.AspNet.Mvc.Core/Internal/DefaultControllerPropertyActivator.cs rename to src/Microsoft.AspNetCore.Mvc.Core/Internal/DefaultControllerPropertyActivator.cs diff --git a/src/Microsoft.AspNet.Mvc.Core/Internal/DefaultFilterProvider.cs b/src/Microsoft.AspNetCore.Mvc.Core/Internal/DefaultFilterProvider.cs similarity index 100% rename from src/Microsoft.AspNet.Mvc.Core/Internal/DefaultFilterProvider.cs rename to src/Microsoft.AspNetCore.Mvc.Core/Internal/DefaultFilterProvider.cs diff --git a/src/Microsoft.AspNet.Mvc.Core/Internal/DefaultModelValidatorProvider.cs b/src/Microsoft.AspNetCore.Mvc.Core/Internal/DefaultModelValidatorProvider.cs similarity index 100% rename from src/Microsoft.AspNet.Mvc.Core/Internal/DefaultModelValidatorProvider.cs rename to src/Microsoft.AspNetCore.Mvc.Core/Internal/DefaultModelValidatorProvider.cs diff --git a/src/Microsoft.AspNet.Mvc.Core/Internal/DefaultObjectValidator.cs b/src/Microsoft.AspNetCore.Mvc.Core/Internal/DefaultObjectValidator.cs similarity index 100% rename from src/Microsoft.AspNet.Mvc.Core/Internal/DefaultObjectValidator.cs rename to src/Microsoft.AspNetCore.Mvc.Core/Internal/DefaultObjectValidator.cs diff --git a/src/Microsoft.AspNet.Mvc.Core/Internal/DefaultValidationMetadataProvider.cs b/src/Microsoft.AspNetCore.Mvc.Core/Internal/DefaultValidationMetadataProvider.cs similarity index 100% rename from src/Microsoft.AspNet.Mvc.Core/Internal/DefaultValidationMetadataProvider.cs rename to src/Microsoft.AspNetCore.Mvc.Core/Internal/DefaultValidationMetadataProvider.cs diff --git a/src/Microsoft.AspNet.Mvc.Core/Internal/ElementalValueProvider.cs b/src/Microsoft.AspNetCore.Mvc.Core/Internal/ElementalValueProvider.cs similarity index 100% rename from src/Microsoft.AspNet.Mvc.Core/Internal/ElementalValueProvider.cs rename to src/Microsoft.AspNetCore.Mvc.Core/Internal/ElementalValueProvider.cs diff --git a/src/Microsoft.AspNet.Mvc.Core/Internal/ExplicitIndexCollectionValidationStrategy.cs b/src/Microsoft.AspNetCore.Mvc.Core/Internal/ExplicitIndexCollectionValidationStrategy.cs similarity index 100% rename from src/Microsoft.AspNet.Mvc.Core/Internal/ExplicitIndexCollectionValidationStrategy.cs rename to src/Microsoft.AspNetCore.Mvc.Core/Internal/ExplicitIndexCollectionValidationStrategy.cs diff --git a/src/Microsoft.AspNet.Mvc.Core/Internal/FilterActionInvoker.cs b/src/Microsoft.AspNetCore.Mvc.Core/Internal/FilterActionInvoker.cs similarity index 100% rename from src/Microsoft.AspNet.Mvc.Core/Internal/FilterActionInvoker.cs rename to src/Microsoft.AspNetCore.Mvc.Core/Internal/FilterActionInvoker.cs diff --git a/src/Microsoft.AspNet.Mvc.Core/Internal/FilterCache.cs b/src/Microsoft.AspNetCore.Mvc.Core/Internal/FilterCache.cs similarity index 100% rename from src/Microsoft.AspNet.Mvc.Core/Internal/FilterCache.cs rename to src/Microsoft.AspNetCore.Mvc.Core/Internal/FilterCache.cs diff --git a/src/Microsoft.AspNet.Mvc.Core/Internal/FilterDescriptorOrderComparer.cs b/src/Microsoft.AspNetCore.Mvc.Core/Internal/FilterDescriptorOrderComparer.cs similarity index 100% rename from src/Microsoft.AspNet.Mvc.Core/Internal/FilterDescriptorOrderComparer.cs rename to src/Microsoft.AspNetCore.Mvc.Core/Internal/FilterDescriptorOrderComparer.cs diff --git a/src/Microsoft.AspNet.Mvc.Core/Internal/FilterItemOrderComparer.cs b/src/Microsoft.AspNetCore.Mvc.Core/Internal/FilterItemOrderComparer.cs similarity index 100% rename from src/Microsoft.AspNet.Mvc.Core/Internal/FilterItemOrderComparer.cs rename to src/Microsoft.AspNetCore.Mvc.Core/Internal/FilterItemOrderComparer.cs diff --git a/src/Microsoft.AspNet.Mvc.Core/Internal/HttpMethodActionConstraint.cs b/src/Microsoft.AspNetCore.Mvc.Core/Internal/HttpMethodActionConstraint.cs similarity index 100% rename from src/Microsoft.AspNet.Mvc.Core/Internal/HttpMethodActionConstraint.cs rename to src/Microsoft.AspNetCore.Mvc.Core/Internal/HttpMethodActionConstraint.cs diff --git a/src/Microsoft.AspNet.Mvc.Core/Internal/HttpParseResult.cs b/src/Microsoft.AspNetCore.Mvc.Core/Internal/HttpParseResult.cs similarity index 100% rename from src/Microsoft.AspNet.Mvc.Core/Internal/HttpParseResult.cs rename to src/Microsoft.AspNetCore.Mvc.Core/Internal/HttpParseResult.cs diff --git a/src/Microsoft.AspNet.Mvc.Core/Internal/HttpTokenParsingRules.cs b/src/Microsoft.AspNetCore.Mvc.Core/Internal/HttpTokenParsingRules.cs similarity index 100% rename from src/Microsoft.AspNet.Mvc.Core/Internal/HttpTokenParsingRules.cs rename to src/Microsoft.AspNetCore.Mvc.Core/Internal/HttpTokenParsingRules.cs diff --git a/src/Microsoft.AspNet.Mvc.Core/Internal/IActionInvokerFactory.cs b/src/Microsoft.AspNetCore.Mvc.Core/Internal/IActionInvokerFactory.cs similarity index 100% rename from src/Microsoft.AspNet.Mvc.Core/Internal/IActionInvokerFactory.cs rename to src/Microsoft.AspNetCore.Mvc.Core/Internal/IActionInvokerFactory.cs diff --git a/src/Microsoft.AspNet.Mvc.Core/Internal/IActionSelectorDecisionTreeProvider.cs b/src/Microsoft.AspNetCore.Mvc.Core/Internal/IActionSelectorDecisionTreeProvider.cs similarity index 100% rename from src/Microsoft.AspNet.Mvc.Core/Internal/IActionSelectorDecisionTreeProvider.cs rename to src/Microsoft.AspNetCore.Mvc.Core/Internal/IActionSelectorDecisionTreeProvider.cs diff --git a/src/Microsoft.AspNet.Mvc.Core/Internal/IConsumesActionConstraint.cs b/src/Microsoft.AspNetCore.Mvc.Core/Internal/IConsumesActionConstraint.cs similarity index 100% rename from src/Microsoft.AspNet.Mvc.Core/Internal/IConsumesActionConstraint.cs rename to src/Microsoft.AspNetCore.Mvc.Core/Internal/IConsumesActionConstraint.cs diff --git a/src/Microsoft.AspNet.Mvc.Core/Internal/IFormatFilter.cs b/src/Microsoft.AspNetCore.Mvc.Core/Internal/IFormatFilter.cs similarity index 100% rename from src/Microsoft.AspNet.Mvc.Core/Internal/IFormatFilter.cs rename to src/Microsoft.AspNetCore.Mvc.Core/Internal/IFormatFilter.cs diff --git a/src/Microsoft.AspNet.Mvc.Core/Internal/IHttpRequestStreamReaderFactory.cs b/src/Microsoft.AspNetCore.Mvc.Core/Internal/IHttpRequestStreamReaderFactory.cs similarity index 100% rename from src/Microsoft.AspNet.Mvc.Core/Internal/IHttpRequestStreamReaderFactory.cs rename to src/Microsoft.AspNetCore.Mvc.Core/Internal/IHttpRequestStreamReaderFactory.cs diff --git a/src/Microsoft.AspNet.Mvc.Core/Internal/IHttpResponseStreamWriterFactory.cs b/src/Microsoft.AspNetCore.Mvc.Core/Internal/IHttpResponseStreamWriterFactory.cs similarity index 100% rename from src/Microsoft.AspNet.Mvc.Core/Internal/IHttpResponseStreamWriterFactory.cs rename to src/Microsoft.AspNetCore.Mvc.Core/Internal/IHttpResponseStreamWriterFactory.cs diff --git a/src/Microsoft.AspNet.Mvc.Core/Internal/IResponseCacheFilter.cs b/src/Microsoft.AspNetCore.Mvc.Core/Internal/IResponseCacheFilter.cs similarity index 100% rename from src/Microsoft.AspNet.Mvc.Core/Internal/IResponseCacheFilter.cs rename to src/Microsoft.AspNetCore.Mvc.Core/Internal/IResponseCacheFilter.cs diff --git a/src/Microsoft.AspNet.Mvc.Core/Internal/ITypeActivatorCache.cs b/src/Microsoft.AspNetCore.Mvc.Core/Internal/ITypeActivatorCache.cs similarity index 100% rename from src/Microsoft.AspNet.Mvc.Core/Internal/ITypeActivatorCache.cs rename to src/Microsoft.AspNetCore.Mvc.Core/Internal/ITypeActivatorCache.cs diff --git a/src/Microsoft.AspNet.Mvc.Core/Internal/MediaTypeSegmentWithQuality.cs b/src/Microsoft.AspNetCore.Mvc.Core/Internal/MediaTypeSegmentWithQuality.cs similarity index 100% rename from src/Microsoft.AspNet.Mvc.Core/Internal/MediaTypeSegmentWithQuality.cs rename to src/Microsoft.AspNetCore.Mvc.Core/Internal/MediaTypeSegmentWithQuality.cs diff --git a/src/Microsoft.AspNet.Mvc.Core/Internal/MemoryPoolHttpRequestStreamReaderFactory.cs b/src/Microsoft.AspNetCore.Mvc.Core/Internal/MemoryPoolHttpRequestStreamReaderFactory.cs similarity index 100% rename from src/Microsoft.AspNet.Mvc.Core/Internal/MemoryPoolHttpRequestStreamReaderFactory.cs rename to src/Microsoft.AspNetCore.Mvc.Core/Internal/MemoryPoolHttpRequestStreamReaderFactory.cs diff --git a/src/Microsoft.AspNet.Mvc.Core/Internal/MemoryPoolHttpResponseStreamWriterFactory.cs b/src/Microsoft.AspNetCore.Mvc.Core/Internal/MemoryPoolHttpResponseStreamWriterFactory.cs similarity index 100% rename from src/Microsoft.AspNet.Mvc.Core/Internal/MemoryPoolHttpResponseStreamWriterFactory.cs rename to src/Microsoft.AspNetCore.Mvc.Core/Internal/MemoryPoolHttpResponseStreamWriterFactory.cs diff --git a/src/Microsoft.AspNet.Mvc.Core/Internal/MvcBuilder.cs b/src/Microsoft.AspNetCore.Mvc.Core/Internal/MvcBuilder.cs similarity index 100% rename from src/Microsoft.AspNet.Mvc.Core/Internal/MvcBuilder.cs rename to src/Microsoft.AspNetCore.Mvc.Core/Internal/MvcBuilder.cs diff --git a/src/Microsoft.AspNet.Mvc.Core/Internal/MvcCoreBuilder.cs b/src/Microsoft.AspNetCore.Mvc.Core/Internal/MvcCoreBuilder.cs similarity index 100% rename from src/Microsoft.AspNet.Mvc.Core/Internal/MvcCoreBuilder.cs rename to src/Microsoft.AspNetCore.Mvc.Core/Internal/MvcCoreBuilder.cs diff --git a/src/Microsoft.AspNet.Mvc.Core/Internal/MvcCoreDiagnosticSourceExtensions.cs b/src/Microsoft.AspNetCore.Mvc.Core/Internal/MvcCoreDiagnosticSourceExtensions.cs similarity index 100% rename from src/Microsoft.AspNet.Mvc.Core/Internal/MvcCoreDiagnosticSourceExtensions.cs rename to src/Microsoft.AspNetCore.Mvc.Core/Internal/MvcCoreDiagnosticSourceExtensions.cs diff --git a/src/Microsoft.AspNet.Mvc.Core/Internal/MvcCoreLoggerExtensions.cs b/src/Microsoft.AspNetCore.Mvc.Core/Internal/MvcCoreLoggerExtensions.cs similarity index 100% rename from src/Microsoft.AspNet.Mvc.Core/Internal/MvcCoreLoggerExtensions.cs rename to src/Microsoft.AspNetCore.Mvc.Core/Internal/MvcCoreLoggerExtensions.cs diff --git a/src/Microsoft.AspNet.Mvc.Core/Internal/MvcCoreMvcOptionsSetup.cs b/src/Microsoft.AspNetCore.Mvc.Core/Internal/MvcCoreMvcOptionsSetup.cs similarity index 100% rename from src/Microsoft.AspNet.Mvc.Core/Internal/MvcCoreMvcOptionsSetup.cs rename to src/Microsoft.AspNetCore.Mvc.Core/Internal/MvcCoreMvcOptionsSetup.cs diff --git a/src/Microsoft.AspNet.Mvc.Core/Internal/MvcCoreRouteOptionsSetup.cs b/src/Microsoft.AspNetCore.Mvc.Core/Internal/MvcCoreRouteOptionsSetup.cs similarity index 100% rename from src/Microsoft.AspNet.Mvc.Core/Internal/MvcCoreRouteOptionsSetup.cs rename to src/Microsoft.AspNetCore.Mvc.Core/Internal/MvcCoreRouteOptionsSetup.cs diff --git a/src/Microsoft.AspNet.Mvc.Core/Internal/MvcMarkerService.cs b/src/Microsoft.AspNetCore.Mvc.Core/Internal/MvcMarkerService.cs similarity index 100% rename from src/Microsoft.AspNet.Mvc.Core/Internal/MvcMarkerService.cs rename to src/Microsoft.AspNetCore.Mvc.Core/Internal/MvcMarkerService.cs diff --git a/src/Microsoft.AspNet.Mvc.Core/Internal/MvcRouteHandler.cs b/src/Microsoft.AspNetCore.Mvc.Core/Internal/MvcRouteHandler.cs similarity index 100% rename from src/Microsoft.AspNet.Mvc.Core/Internal/MvcRouteHandler.cs rename to src/Microsoft.AspNetCore.Mvc.Core/Internal/MvcRouteHandler.cs diff --git a/src/Microsoft.AspNet.Mvc.Core/Internal/NonDisposableStream.cs b/src/Microsoft.AspNetCore.Mvc.Core/Internal/NonDisposableStream.cs similarity index 100% rename from src/Microsoft.AspNet.Mvc.Core/Internal/NonDisposableStream.cs rename to src/Microsoft.AspNetCore.Mvc.Core/Internal/NonDisposableStream.cs diff --git a/src/Microsoft.AspNet.Mvc.Core/Internal/ObjectResultExecutor.cs b/src/Microsoft.AspNetCore.Mvc.Core/Internal/ObjectResultExecutor.cs similarity index 100% rename from src/Microsoft.AspNet.Mvc.Core/Internal/ObjectResultExecutor.cs rename to src/Microsoft.AspNetCore.Mvc.Core/Internal/ObjectResultExecutor.cs diff --git a/src/Microsoft.AspNet.Mvc.Core/Internal/PrefixContainer.cs b/src/Microsoft.AspNetCore.Mvc.Core/Internal/PrefixContainer.cs similarity index 100% rename from src/Microsoft.AspNet.Mvc.Core/Internal/PrefixContainer.cs rename to src/Microsoft.AspNetCore.Mvc.Core/Internal/PrefixContainer.cs diff --git a/src/Microsoft.AspNet.Mvc.Core/Internal/ReferenceEqualityComparer.cs b/src/Microsoft.AspNetCore.Mvc.Core/Internal/ReferenceEqualityComparer.cs similarity index 100% rename from src/Microsoft.AspNet.Mvc.Core/Internal/ReferenceEqualityComparer.cs rename to src/Microsoft.AspNetCore.Mvc.Core/Internal/ReferenceEqualityComparer.cs diff --git a/src/Microsoft.AspNet.Mvc.Core/Internal/ResponseCacheFilter.cs b/src/Microsoft.AspNetCore.Mvc.Core/Internal/ResponseCacheFilter.cs similarity index 100% rename from src/Microsoft.AspNet.Mvc.Core/Internal/ResponseCacheFilter.cs rename to src/Microsoft.AspNetCore.Mvc.Core/Internal/ResponseCacheFilter.cs diff --git a/src/Microsoft.AspNet.Mvc.Core/Internal/ResponseContentTypeHelper.cs b/src/Microsoft.AspNetCore.Mvc.Core/Internal/ResponseContentTypeHelper.cs similarity index 100% rename from src/Microsoft.AspNet.Mvc.Core/Internal/ResponseContentTypeHelper.cs rename to src/Microsoft.AspNetCore.Mvc.Core/Internal/ResponseContentTypeHelper.cs diff --git a/src/Microsoft.AspNet.Mvc.Core/Internal/RouteConstraintAttribute.cs b/src/Microsoft.AspNetCore.Mvc.Core/Internal/RouteConstraintAttribute.cs similarity index 100% rename from src/Microsoft.AspNet.Mvc.Core/Internal/RouteConstraintAttribute.cs rename to src/Microsoft.AspNetCore.Mvc.Core/Internal/RouteConstraintAttribute.cs diff --git a/src/Microsoft.AspNet.Mvc.Core/Internal/ShortFormDictionaryValidationStrategy.cs b/src/Microsoft.AspNetCore.Mvc.Core/Internal/ShortFormDictionaryValidationStrategy.cs similarity index 100% rename from src/Microsoft.AspNet.Mvc.Core/Internal/ShortFormDictionaryValidationStrategy.cs rename to src/Microsoft.AspNetCore.Mvc.Core/Internal/ShortFormDictionaryValidationStrategy.cs diff --git a/src/Microsoft.AspNet.Mvc.Core/Internal/TaskCache.cs b/src/Microsoft.AspNetCore.Mvc.Core/Internal/TaskCache.cs similarity index 100% rename from src/Microsoft.AspNet.Mvc.Core/Internal/TaskCache.cs rename to src/Microsoft.AspNetCore.Mvc.Core/Internal/TaskCache.cs diff --git a/src/Microsoft.AspNet.Mvc.Core/Internal/TaskCacheOfT.cs b/src/Microsoft.AspNetCore.Mvc.Core/Internal/TaskCacheOfT.cs similarity index 100% rename from src/Microsoft.AspNet.Mvc.Core/Internal/TaskCacheOfT.cs rename to src/Microsoft.AspNetCore.Mvc.Core/Internal/TaskCacheOfT.cs diff --git a/src/Microsoft.AspNet.Mvc.Core/Internal/TypeActivatorCache.cs b/src/Microsoft.AspNetCore.Mvc.Core/Internal/TypeActivatorCache.cs similarity index 100% rename from src/Microsoft.AspNet.Mvc.Core/Internal/TypeActivatorCache.cs rename to src/Microsoft.AspNetCore.Mvc.Core/Internal/TypeActivatorCache.cs diff --git a/src/Microsoft.AspNet.Mvc.Core/LocalRedirectResult.cs b/src/Microsoft.AspNetCore.Mvc.Core/LocalRedirectResult.cs similarity index 100% rename from src/Microsoft.AspNet.Mvc.Core/LocalRedirectResult.cs rename to src/Microsoft.AspNetCore.Mvc.Core/LocalRedirectResult.cs diff --git a/src/Microsoft.AspNet.Mvc.Core/Logging/ControllerActionInvokerLoggerExtensions.cs b/src/Microsoft.AspNetCore.Mvc.Core/Logging/ControllerActionInvokerLoggerExtensions.cs similarity index 100% rename from src/Microsoft.AspNet.Mvc.Core/Logging/ControllerActionInvokerLoggerExtensions.cs rename to src/Microsoft.AspNetCore.Mvc.Core/Logging/ControllerActionInvokerLoggerExtensions.cs diff --git a/src/Microsoft.AspNet.Mvc.Core/Logging/DefaultActionSelectorLoggerExtensions.cs b/src/Microsoft.AspNetCore.Mvc.Core/Logging/DefaultActionSelectorLoggerExtensions.cs similarity index 100% rename from src/Microsoft.AspNet.Mvc.Core/Logging/DefaultActionSelectorLoggerExtensions.cs rename to src/Microsoft.AspNetCore.Mvc.Core/Logging/DefaultActionSelectorLoggerExtensions.cs diff --git a/src/Microsoft.AspNet.Mvc.Core/Logging/FileResultLoggerExtensions.cs b/src/Microsoft.AspNetCore.Mvc.Core/Logging/FileResultLoggerExtensions.cs similarity index 100% rename from src/Microsoft.AspNet.Mvc.Core/Logging/FileResultLoggerExtensions.cs rename to src/Microsoft.AspNetCore.Mvc.Core/Logging/FileResultLoggerExtensions.cs diff --git a/src/Microsoft.AspNet.Mvc.Core/Logging/FilterActionInvokerLoggerExtensions.cs b/src/Microsoft.AspNetCore.Mvc.Core/Logging/FilterActionInvokerLoggerExtensions.cs similarity index 100% rename from src/Microsoft.AspNet.Mvc.Core/Logging/FilterActionInvokerLoggerExtensions.cs rename to src/Microsoft.AspNetCore.Mvc.Core/Logging/FilterActionInvokerLoggerExtensions.cs diff --git a/src/Microsoft.AspNet.Mvc.Core/Logging/ForbidResultLoggerExtensions.cs b/src/Microsoft.AspNetCore.Mvc.Core/Logging/ForbidResultLoggerExtensions.cs similarity index 100% rename from src/Microsoft.AspNet.Mvc.Core/Logging/ForbidResultLoggerExtensions.cs rename to src/Microsoft.AspNetCore.Mvc.Core/Logging/ForbidResultLoggerExtensions.cs diff --git a/src/Microsoft.AspNet.Mvc.Core/Logging/HttpStatusCodeResultLoggerExtensions.cs b/src/Microsoft.AspNetCore.Mvc.Core/Logging/HttpStatusCodeResultLoggerExtensions.cs similarity index 100% rename from src/Microsoft.AspNet.Mvc.Core/Logging/HttpStatusCodeResultLoggerExtensions.cs rename to src/Microsoft.AspNetCore.Mvc.Core/Logging/HttpStatusCodeResultLoggerExtensions.cs diff --git a/src/Microsoft.AspNet.Mvc.Core/Logging/LocalRedirectResultLoggerExtensions.cs b/src/Microsoft.AspNetCore.Mvc.Core/Logging/LocalRedirectResultLoggerExtensions.cs similarity index 100% rename from src/Microsoft.AspNet.Mvc.Core/Logging/LocalRedirectResultLoggerExtensions.cs rename to src/Microsoft.AspNetCore.Mvc.Core/Logging/LocalRedirectResultLoggerExtensions.cs diff --git a/src/Microsoft.AspNet.Mvc.Core/Logging/ObjectResultExecutorLoggerExtensions.cs b/src/Microsoft.AspNetCore.Mvc.Core/Logging/ObjectResultExecutorLoggerExtensions.cs similarity index 100% rename from src/Microsoft.AspNet.Mvc.Core/Logging/ObjectResultExecutorLoggerExtensions.cs rename to src/Microsoft.AspNetCore.Mvc.Core/Logging/ObjectResultExecutorLoggerExtensions.cs diff --git a/src/Microsoft.AspNet.Mvc.Core/Logging/RedirectResultLoggerExtensions.cs b/src/Microsoft.AspNetCore.Mvc.Core/Logging/RedirectResultLoggerExtensions.cs similarity index 100% rename from src/Microsoft.AspNet.Mvc.Core/Logging/RedirectResultLoggerExtensions.cs rename to src/Microsoft.AspNetCore.Mvc.Core/Logging/RedirectResultLoggerExtensions.cs diff --git a/src/Microsoft.AspNet.Mvc.Core/Logging/RedirectToActionResultLoggerExtension.cs b/src/Microsoft.AspNetCore.Mvc.Core/Logging/RedirectToActionResultLoggerExtension.cs similarity index 100% rename from src/Microsoft.AspNet.Mvc.Core/Logging/RedirectToActionResultLoggerExtension.cs rename to src/Microsoft.AspNetCore.Mvc.Core/Logging/RedirectToActionResultLoggerExtension.cs diff --git a/src/Microsoft.AspNet.Mvc.Core/Logging/RedirectToRouteResultLoggerExtensions.cs b/src/Microsoft.AspNetCore.Mvc.Core/Logging/RedirectToRouteResultLoggerExtensions.cs similarity index 100% rename from src/Microsoft.AspNet.Mvc.Core/Logging/RedirectToRouteResultLoggerExtensions.cs rename to src/Microsoft.AspNetCore.Mvc.Core/Logging/RedirectToRouteResultLoggerExtensions.cs diff --git a/src/Microsoft.AspNet.Mvc.Core/Logging/ViewResultExecutorLoggerExtensions.cs b/src/Microsoft.AspNetCore.Mvc.Core/Logging/ViewResultExecutorLoggerExtensions.cs similarity index 100% rename from src/Microsoft.AspNet.Mvc.Core/Logging/ViewResultExecutorLoggerExtensions.cs rename to src/Microsoft.AspNetCore.Mvc.Core/Logging/ViewResultExecutorLoggerExtensions.cs diff --git a/src/Microsoft.AspNet.Mvc.Core/Microsoft.AspNet.Mvc.Core.xproj b/src/Microsoft.AspNetCore.Mvc.Core/Microsoft.AspNetCore.Mvc.Core.xproj similarity index 100% rename from src/Microsoft.AspNet.Mvc.Core/Microsoft.AspNet.Mvc.Core.xproj rename to src/Microsoft.AspNetCore.Mvc.Core/Microsoft.AspNetCore.Mvc.Core.xproj diff --git a/src/Microsoft.AspNet.Mvc.Core/ModelBinderAttribute.cs b/src/Microsoft.AspNetCore.Mvc.Core/ModelBinderAttribute.cs similarity index 100% rename from src/Microsoft.AspNet.Mvc.Core/ModelBinderAttribute.cs rename to src/Microsoft.AspNetCore.Mvc.Core/ModelBinderAttribute.cs diff --git a/src/Microsoft.AspNet.Mvc.Core/ModelBinding/ArrayModelBinder.cs b/src/Microsoft.AspNetCore.Mvc.Core/ModelBinding/ArrayModelBinder.cs similarity index 100% rename from src/Microsoft.AspNet.Mvc.Core/ModelBinding/ArrayModelBinder.cs rename to src/Microsoft.AspNetCore.Mvc.Core/ModelBinding/ArrayModelBinder.cs diff --git a/src/Microsoft.AspNet.Mvc.Core/ModelBinding/BindNeverAttribute.cs b/src/Microsoft.AspNetCore.Mvc.Core/ModelBinding/BindNeverAttribute.cs similarity index 100% rename from src/Microsoft.AspNet.Mvc.Core/ModelBinding/BindNeverAttribute.cs rename to src/Microsoft.AspNetCore.Mvc.Core/ModelBinding/BindNeverAttribute.cs diff --git a/src/Microsoft.AspNet.Mvc.Core/ModelBinding/BindRequiredAttribute.cs b/src/Microsoft.AspNetCore.Mvc.Core/ModelBinding/BindRequiredAttribute.cs similarity index 100% rename from src/Microsoft.AspNet.Mvc.Core/ModelBinding/BindRequiredAttribute.cs rename to src/Microsoft.AspNetCore.Mvc.Core/ModelBinding/BindRequiredAttribute.cs diff --git a/src/Microsoft.AspNet.Mvc.Core/ModelBinding/BinderTypeBasedModelBinder.cs b/src/Microsoft.AspNetCore.Mvc.Core/ModelBinding/BinderTypeBasedModelBinder.cs similarity index 100% rename from src/Microsoft.AspNet.Mvc.Core/ModelBinding/BinderTypeBasedModelBinder.cs rename to src/Microsoft.AspNetCore.Mvc.Core/ModelBinding/BinderTypeBasedModelBinder.cs diff --git a/src/Microsoft.AspNet.Mvc.Core/ModelBinding/BindingBehavior.cs b/src/Microsoft.AspNetCore.Mvc.Core/ModelBinding/BindingBehavior.cs similarity index 100% rename from src/Microsoft.AspNet.Mvc.Core/ModelBinding/BindingBehavior.cs rename to src/Microsoft.AspNetCore.Mvc.Core/ModelBinding/BindingBehavior.cs diff --git a/src/Microsoft.AspNet.Mvc.Core/ModelBinding/BindingBehaviorAttribute.cs b/src/Microsoft.AspNetCore.Mvc.Core/ModelBinding/BindingBehaviorAttribute.cs similarity index 100% rename from src/Microsoft.AspNet.Mvc.Core/ModelBinding/BindingBehaviorAttribute.cs rename to src/Microsoft.AspNetCore.Mvc.Core/ModelBinding/BindingBehaviorAttribute.cs diff --git a/src/Microsoft.AspNet.Mvc.Core/ModelBinding/BindingSourceValueProvider.cs b/src/Microsoft.AspNetCore.Mvc.Core/ModelBinding/BindingSourceValueProvider.cs similarity index 100% rename from src/Microsoft.AspNet.Mvc.Core/ModelBinding/BindingSourceValueProvider.cs rename to src/Microsoft.AspNetCore.Mvc.Core/ModelBinding/BindingSourceValueProvider.cs diff --git a/src/Microsoft.AspNet.Mvc.Core/ModelBinding/BodyModelBinder.cs b/src/Microsoft.AspNetCore.Mvc.Core/ModelBinding/BodyModelBinder.cs similarity index 100% rename from src/Microsoft.AspNet.Mvc.Core/ModelBinding/BodyModelBinder.cs rename to src/Microsoft.AspNetCore.Mvc.Core/ModelBinding/BodyModelBinder.cs diff --git a/src/Microsoft.AspNet.Mvc.Core/ModelBinding/ByteArrayModelBinder.cs b/src/Microsoft.AspNetCore.Mvc.Core/ModelBinding/ByteArrayModelBinder.cs similarity index 100% rename from src/Microsoft.AspNet.Mvc.Core/ModelBinding/ByteArrayModelBinder.cs rename to src/Microsoft.AspNetCore.Mvc.Core/ModelBinding/ByteArrayModelBinder.cs diff --git a/src/Microsoft.AspNet.Mvc.Core/ModelBinding/CancellationTokenModelBinder.cs b/src/Microsoft.AspNetCore.Mvc.Core/ModelBinding/CancellationTokenModelBinder.cs similarity index 100% rename from src/Microsoft.AspNet.Mvc.Core/ModelBinding/CancellationTokenModelBinder.cs rename to src/Microsoft.AspNetCore.Mvc.Core/ModelBinding/CancellationTokenModelBinder.cs diff --git a/src/Microsoft.AspNet.Mvc.Core/ModelBinding/CollectionModelBinder.cs b/src/Microsoft.AspNetCore.Mvc.Core/ModelBinding/CollectionModelBinder.cs similarity index 100% rename from src/Microsoft.AspNet.Mvc.Core/ModelBinding/CollectionModelBinder.cs rename to src/Microsoft.AspNetCore.Mvc.Core/ModelBinding/CollectionModelBinder.cs diff --git a/src/Microsoft.AspNet.Mvc.Core/ModelBinding/CompositeModelBinder.cs b/src/Microsoft.AspNetCore.Mvc.Core/ModelBinding/CompositeModelBinder.cs similarity index 100% rename from src/Microsoft.AspNet.Mvc.Core/ModelBinding/CompositeModelBinder.cs rename to src/Microsoft.AspNetCore.Mvc.Core/ModelBinding/CompositeModelBinder.cs diff --git a/src/Microsoft.AspNet.Mvc.Core/ModelBinding/CompositeValueProvider.cs b/src/Microsoft.AspNetCore.Mvc.Core/ModelBinding/CompositeValueProvider.cs similarity index 100% rename from src/Microsoft.AspNet.Mvc.Core/ModelBinding/CompositeValueProvider.cs rename to src/Microsoft.AspNetCore.Mvc.Core/ModelBinding/CompositeValueProvider.cs diff --git a/src/Microsoft.AspNet.Mvc.Core/ModelBinding/DefaultPropertyBindingPredicateProvider.cs b/src/Microsoft.AspNetCore.Mvc.Core/ModelBinding/DefaultPropertyBindingPredicateProvider.cs similarity index 100% rename from src/Microsoft.AspNet.Mvc.Core/ModelBinding/DefaultPropertyBindingPredicateProvider.cs rename to src/Microsoft.AspNetCore.Mvc.Core/ModelBinding/DefaultPropertyBindingPredicateProvider.cs diff --git a/src/Microsoft.AspNet.Mvc.Core/ModelBinding/DictionaryModelBinder.cs b/src/Microsoft.AspNetCore.Mvc.Core/ModelBinding/DictionaryModelBinder.cs similarity index 100% rename from src/Microsoft.AspNet.Mvc.Core/ModelBinding/DictionaryModelBinder.cs rename to src/Microsoft.AspNetCore.Mvc.Core/ModelBinding/DictionaryModelBinder.cs diff --git a/src/Microsoft.AspNet.Mvc.Core/ModelBinding/EmptyModelMetadataProvider.cs b/src/Microsoft.AspNetCore.Mvc.Core/ModelBinding/EmptyModelMetadataProvider.cs similarity index 100% rename from src/Microsoft.AspNet.Mvc.Core/ModelBinding/EmptyModelMetadataProvider.cs rename to src/Microsoft.AspNetCore.Mvc.Core/ModelBinding/EmptyModelMetadataProvider.cs diff --git a/src/Microsoft.AspNet.Mvc.Core/ModelBinding/FormCollectionModelBinder.cs b/src/Microsoft.AspNetCore.Mvc.Core/ModelBinding/FormCollectionModelBinder.cs similarity index 100% rename from src/Microsoft.AspNet.Mvc.Core/ModelBinding/FormCollectionModelBinder.cs rename to src/Microsoft.AspNetCore.Mvc.Core/ModelBinding/FormCollectionModelBinder.cs diff --git a/src/Microsoft.AspNet.Mvc.Core/ModelBinding/FormFileModelBinder.cs b/src/Microsoft.AspNetCore.Mvc.Core/ModelBinding/FormFileModelBinder.cs similarity index 100% rename from src/Microsoft.AspNet.Mvc.Core/ModelBinding/FormFileModelBinder.cs rename to src/Microsoft.AspNetCore.Mvc.Core/ModelBinding/FormFileModelBinder.cs diff --git a/src/Microsoft.AspNet.Mvc.Core/ModelBinding/FormValueProvider.cs b/src/Microsoft.AspNetCore.Mvc.Core/ModelBinding/FormValueProvider.cs similarity index 100% rename from src/Microsoft.AspNet.Mvc.Core/ModelBinding/FormValueProvider.cs rename to src/Microsoft.AspNetCore.Mvc.Core/ModelBinding/FormValueProvider.cs diff --git a/src/Microsoft.AspNet.Mvc.Core/ModelBinding/FormValueProviderFactory.cs b/src/Microsoft.AspNetCore.Mvc.Core/ModelBinding/FormValueProviderFactory.cs similarity index 100% rename from src/Microsoft.AspNet.Mvc.Core/ModelBinding/FormValueProviderFactory.cs rename to src/Microsoft.AspNetCore.Mvc.Core/ModelBinding/FormValueProviderFactory.cs diff --git a/src/Microsoft.AspNet.Mvc.Core/ModelBinding/GenericModelBinder.cs b/src/Microsoft.AspNetCore.Mvc.Core/ModelBinding/GenericModelBinder.cs similarity index 100% rename from src/Microsoft.AspNet.Mvc.Core/ModelBinding/GenericModelBinder.cs rename to src/Microsoft.AspNetCore.Mvc.Core/ModelBinding/GenericModelBinder.cs diff --git a/src/Microsoft.AspNet.Mvc.Core/ModelBinding/HeaderModelBinder.cs b/src/Microsoft.AspNetCore.Mvc.Core/ModelBinding/HeaderModelBinder.cs similarity index 100% rename from src/Microsoft.AspNet.Mvc.Core/ModelBinding/HeaderModelBinder.cs rename to src/Microsoft.AspNetCore.Mvc.Core/ModelBinding/HeaderModelBinder.cs diff --git a/src/Microsoft.AspNet.Mvc.Core/ModelBinding/IBindingSourceValueProvider.cs b/src/Microsoft.AspNetCore.Mvc.Core/ModelBinding/IBindingSourceValueProvider.cs similarity index 100% rename from src/Microsoft.AspNet.Mvc.Core/ModelBinding/IBindingSourceValueProvider.cs rename to src/Microsoft.AspNetCore.Mvc.Core/ModelBinding/IBindingSourceValueProvider.cs diff --git a/src/Microsoft.AspNet.Mvc.Core/ModelBinding/ICollectionModelBinder.cs b/src/Microsoft.AspNetCore.Mvc.Core/ModelBinding/ICollectionModelBinder.cs similarity index 100% rename from src/Microsoft.AspNet.Mvc.Core/ModelBinding/ICollectionModelBinder.cs rename to src/Microsoft.AspNetCore.Mvc.Core/ModelBinding/ICollectionModelBinder.cs diff --git a/src/Microsoft.AspNet.Mvc.Core/ModelBinding/ICompositeModelBinder.cs b/src/Microsoft.AspNetCore.Mvc.Core/ModelBinding/ICompositeModelBinder.cs similarity index 100% rename from src/Microsoft.AspNet.Mvc.Core/ModelBinding/ICompositeModelBinder.cs rename to src/Microsoft.AspNetCore.Mvc.Core/ModelBinding/ICompositeModelBinder.cs diff --git a/src/Microsoft.AspNet.Mvc.Core/ModelBinding/ICompositeValueProviderFactory.cs b/src/Microsoft.AspNetCore.Mvc.Core/ModelBinding/ICompositeValueProviderFactory.cs similarity index 100% rename from src/Microsoft.AspNet.Mvc.Core/ModelBinding/ICompositeValueProviderFactory.cs rename to src/Microsoft.AspNetCore.Mvc.Core/ModelBinding/ICompositeValueProviderFactory.cs diff --git a/src/Microsoft.AspNet.Mvc.Core/ModelBinding/IEnumerableValueProvider.cs b/src/Microsoft.AspNetCore.Mvc.Core/ModelBinding/IEnumerableValueProvider.cs similarity index 100% rename from src/Microsoft.AspNet.Mvc.Core/ModelBinding/IEnumerableValueProvider.cs rename to src/Microsoft.AspNetCore.Mvc.Core/ModelBinding/IEnumerableValueProvider.cs diff --git a/src/Microsoft.AspNet.Mvc.Core/ModelBinding/JQueryFormValueProvider.cs b/src/Microsoft.AspNetCore.Mvc.Core/ModelBinding/JQueryFormValueProvider.cs similarity index 100% rename from src/Microsoft.AspNet.Mvc.Core/ModelBinding/JQueryFormValueProvider.cs rename to src/Microsoft.AspNetCore.Mvc.Core/ModelBinding/JQueryFormValueProvider.cs diff --git a/src/Microsoft.AspNet.Mvc.Core/ModelBinding/JQueryFormValueProviderFactory.cs b/src/Microsoft.AspNetCore.Mvc.Core/ModelBinding/JQueryFormValueProviderFactory.cs similarity index 100% rename from src/Microsoft.AspNet.Mvc.Core/ModelBinding/JQueryFormValueProviderFactory.cs rename to src/Microsoft.AspNetCore.Mvc.Core/ModelBinding/JQueryFormValueProviderFactory.cs diff --git a/src/Microsoft.AspNet.Mvc.Core/ModelBinding/KeyValuePairModelBinder.cs b/src/Microsoft.AspNetCore.Mvc.Core/ModelBinding/KeyValuePairModelBinder.cs similarity index 100% rename from src/Microsoft.AspNet.Mvc.Core/ModelBinding/KeyValuePairModelBinder.cs rename to src/Microsoft.AspNetCore.Mvc.Core/ModelBinding/KeyValuePairModelBinder.cs diff --git a/src/Microsoft.AspNet.Mvc.Core/ModelBinding/Metadata/BindingMetadata.cs b/src/Microsoft.AspNetCore.Mvc.Core/ModelBinding/Metadata/BindingMetadata.cs similarity index 100% rename from src/Microsoft.AspNet.Mvc.Core/ModelBinding/Metadata/BindingMetadata.cs rename to src/Microsoft.AspNetCore.Mvc.Core/ModelBinding/Metadata/BindingMetadata.cs diff --git a/src/Microsoft.AspNet.Mvc.Core/ModelBinding/Metadata/BindingMetadataProviderContext.cs b/src/Microsoft.AspNetCore.Mvc.Core/ModelBinding/Metadata/BindingMetadataProviderContext.cs similarity index 100% rename from src/Microsoft.AspNet.Mvc.Core/ModelBinding/Metadata/BindingMetadataProviderContext.cs rename to src/Microsoft.AspNetCore.Mvc.Core/ModelBinding/Metadata/BindingMetadataProviderContext.cs diff --git a/src/Microsoft.AspNet.Mvc.Core/ModelBinding/Metadata/DefaultMetadataDetails.cs b/src/Microsoft.AspNetCore.Mvc.Core/ModelBinding/Metadata/DefaultMetadataDetails.cs similarity index 100% rename from src/Microsoft.AspNet.Mvc.Core/ModelBinding/Metadata/DefaultMetadataDetails.cs rename to src/Microsoft.AspNetCore.Mvc.Core/ModelBinding/Metadata/DefaultMetadataDetails.cs diff --git a/src/Microsoft.AspNet.Mvc.Core/ModelBinding/Metadata/DefaultModelMetadata.cs b/src/Microsoft.AspNetCore.Mvc.Core/ModelBinding/Metadata/DefaultModelMetadata.cs similarity index 100% rename from src/Microsoft.AspNet.Mvc.Core/ModelBinding/Metadata/DefaultModelMetadata.cs rename to src/Microsoft.AspNetCore.Mvc.Core/ModelBinding/Metadata/DefaultModelMetadata.cs diff --git a/src/Microsoft.AspNet.Mvc.Core/ModelBinding/Metadata/DefaultModelMetadataProvider.cs b/src/Microsoft.AspNetCore.Mvc.Core/ModelBinding/Metadata/DefaultModelMetadataProvider.cs similarity index 100% rename from src/Microsoft.AspNet.Mvc.Core/ModelBinding/Metadata/DefaultModelMetadataProvider.cs rename to src/Microsoft.AspNetCore.Mvc.Core/ModelBinding/Metadata/DefaultModelMetadataProvider.cs diff --git a/src/Microsoft.AspNet.Mvc.Core/ModelBinding/Metadata/DisplayMetadata.cs b/src/Microsoft.AspNetCore.Mvc.Core/ModelBinding/Metadata/DisplayMetadata.cs similarity index 100% rename from src/Microsoft.AspNet.Mvc.Core/ModelBinding/Metadata/DisplayMetadata.cs rename to src/Microsoft.AspNetCore.Mvc.Core/ModelBinding/Metadata/DisplayMetadata.cs diff --git a/src/Microsoft.AspNet.Mvc.Core/ModelBinding/Metadata/DisplayMetadataProviderContext.cs b/src/Microsoft.AspNetCore.Mvc.Core/ModelBinding/Metadata/DisplayMetadataProviderContext.cs similarity index 100% rename from src/Microsoft.AspNet.Mvc.Core/ModelBinding/Metadata/DisplayMetadataProviderContext.cs rename to src/Microsoft.AspNetCore.Mvc.Core/ModelBinding/Metadata/DisplayMetadataProviderContext.cs diff --git a/src/Microsoft.AspNet.Mvc.Core/ModelBinding/Metadata/IBindingMetadataProvider.cs b/src/Microsoft.AspNetCore.Mvc.Core/ModelBinding/Metadata/IBindingMetadataProvider.cs similarity index 100% rename from src/Microsoft.AspNet.Mvc.Core/ModelBinding/Metadata/IBindingMetadataProvider.cs rename to src/Microsoft.AspNetCore.Mvc.Core/ModelBinding/Metadata/IBindingMetadataProvider.cs diff --git a/src/Microsoft.AspNet.Mvc.Core/ModelBinding/Metadata/ICompositeMetadataDetailsProvider.cs b/src/Microsoft.AspNetCore.Mvc.Core/ModelBinding/Metadata/ICompositeMetadataDetailsProvider.cs similarity index 100% rename from src/Microsoft.AspNet.Mvc.Core/ModelBinding/Metadata/ICompositeMetadataDetailsProvider.cs rename to src/Microsoft.AspNetCore.Mvc.Core/ModelBinding/Metadata/ICompositeMetadataDetailsProvider.cs diff --git a/src/Microsoft.AspNet.Mvc.Core/ModelBinding/Metadata/IDisplayMetadataProvider.cs b/src/Microsoft.AspNetCore.Mvc.Core/ModelBinding/Metadata/IDisplayMetadataProvider.cs similarity index 100% rename from src/Microsoft.AspNet.Mvc.Core/ModelBinding/Metadata/IDisplayMetadataProvider.cs rename to src/Microsoft.AspNetCore.Mvc.Core/ModelBinding/Metadata/IDisplayMetadataProvider.cs diff --git a/src/Microsoft.AspNet.Mvc.Core/ModelBinding/Metadata/IMetadataDetailsProvider.cs b/src/Microsoft.AspNetCore.Mvc.Core/ModelBinding/Metadata/IMetadataDetailsProvider.cs similarity index 100% rename from src/Microsoft.AspNet.Mvc.Core/ModelBinding/Metadata/IMetadataDetailsProvider.cs rename to src/Microsoft.AspNetCore.Mvc.Core/ModelBinding/Metadata/IMetadataDetailsProvider.cs diff --git a/src/Microsoft.AspNet.Mvc.Core/ModelBinding/Metadata/IValidationMetadataProvider.cs b/src/Microsoft.AspNetCore.Mvc.Core/ModelBinding/Metadata/IValidationMetadataProvider.cs similarity index 100% rename from src/Microsoft.AspNet.Mvc.Core/ModelBinding/Metadata/IValidationMetadataProvider.cs rename to src/Microsoft.AspNetCore.Mvc.Core/ModelBinding/Metadata/IValidationMetadataProvider.cs diff --git a/src/Microsoft.AspNet.Mvc.Core/ModelBinding/Metadata/ModelAttributes.cs b/src/Microsoft.AspNetCore.Mvc.Core/ModelBinding/Metadata/ModelAttributes.cs similarity index 100% rename from src/Microsoft.AspNet.Mvc.Core/ModelBinding/Metadata/ModelAttributes.cs rename to src/Microsoft.AspNetCore.Mvc.Core/ModelBinding/Metadata/ModelAttributes.cs diff --git a/src/Microsoft.AspNet.Mvc.Core/ModelBinding/Metadata/ModelBindingMessageProvider.cs b/src/Microsoft.AspNetCore.Mvc.Core/ModelBinding/Metadata/ModelBindingMessageProvider.cs similarity index 100% rename from src/Microsoft.AspNet.Mvc.Core/ModelBinding/Metadata/ModelBindingMessageProvider.cs rename to src/Microsoft.AspNetCore.Mvc.Core/ModelBinding/Metadata/ModelBindingMessageProvider.cs diff --git a/src/Microsoft.AspNet.Mvc.Core/ModelBinding/Metadata/ValidationMetadata.cs b/src/Microsoft.AspNetCore.Mvc.Core/ModelBinding/Metadata/ValidationMetadata.cs similarity index 100% rename from src/Microsoft.AspNet.Mvc.Core/ModelBinding/Metadata/ValidationMetadata.cs rename to src/Microsoft.AspNetCore.Mvc.Core/ModelBinding/Metadata/ValidationMetadata.cs diff --git a/src/Microsoft.AspNet.Mvc.Core/ModelBinding/Metadata/ValidationMetadataProviderContext.cs b/src/Microsoft.AspNetCore.Mvc.Core/ModelBinding/Metadata/ValidationMetadataProviderContext.cs similarity index 100% rename from src/Microsoft.AspNet.Mvc.Core/ModelBinding/Metadata/ValidationMetadataProviderContext.cs rename to src/Microsoft.AspNetCore.Mvc.Core/ModelBinding/Metadata/ValidationMetadataProviderContext.cs diff --git a/src/Microsoft.AspNet.Mvc.Core/ModelBinding/ModelBindingHelper.cs b/src/Microsoft.AspNetCore.Mvc.Core/ModelBinding/ModelBindingHelper.cs similarity index 100% rename from src/Microsoft.AspNet.Mvc.Core/ModelBinding/ModelBindingHelper.cs rename to src/Microsoft.AspNetCore.Mvc.Core/ModelBinding/ModelBindingHelper.cs diff --git a/src/Microsoft.AspNet.Mvc.Core/ModelBinding/ModelMetadataProviderExtensions.cs b/src/Microsoft.AspNetCore.Mvc.Core/ModelBinding/ModelMetadataProviderExtensions.cs similarity index 100% rename from src/Microsoft.AspNet.Mvc.Core/ModelBinding/ModelMetadataProviderExtensions.cs rename to src/Microsoft.AspNetCore.Mvc.Core/ModelBinding/ModelMetadataProviderExtensions.cs diff --git a/src/Microsoft.AspNet.Mvc.Core/ModelBinding/ModelNames.cs b/src/Microsoft.AspNetCore.Mvc.Core/ModelBinding/ModelNames.cs similarity index 100% rename from src/Microsoft.AspNet.Mvc.Core/ModelBinding/ModelNames.cs rename to src/Microsoft.AspNetCore.Mvc.Core/ModelBinding/ModelNames.cs diff --git a/src/Microsoft.AspNet.Mvc.Core/ModelBinding/MutableObjectModelBinder.cs b/src/Microsoft.AspNetCore.Mvc.Core/ModelBinding/MutableObjectModelBinder.cs similarity index 100% rename from src/Microsoft.AspNet.Mvc.Core/ModelBinding/MutableObjectModelBinder.cs rename to src/Microsoft.AspNetCore.Mvc.Core/ModelBinding/MutableObjectModelBinder.cs diff --git a/src/Microsoft.AspNet.Mvc.Core/ModelBinding/MutableObjectModelBinderContext.cs b/src/Microsoft.AspNetCore.Mvc.Core/ModelBinding/MutableObjectModelBinderContext.cs similarity index 100% rename from src/Microsoft.AspNet.Mvc.Core/ModelBinding/MutableObjectModelBinderContext.cs rename to src/Microsoft.AspNetCore.Mvc.Core/ModelBinding/MutableObjectModelBinderContext.cs diff --git a/src/Microsoft.AspNet.Mvc.Core/ModelBinding/QueryStringValueProvider.cs b/src/Microsoft.AspNetCore.Mvc.Core/ModelBinding/QueryStringValueProvider.cs similarity index 100% rename from src/Microsoft.AspNet.Mvc.Core/ModelBinding/QueryStringValueProvider.cs rename to src/Microsoft.AspNetCore.Mvc.Core/ModelBinding/QueryStringValueProvider.cs diff --git a/src/Microsoft.AspNet.Mvc.Core/ModelBinding/QueryStringValueProviderFactory.cs b/src/Microsoft.AspNetCore.Mvc.Core/ModelBinding/QueryStringValueProviderFactory.cs similarity index 100% rename from src/Microsoft.AspNet.Mvc.Core/ModelBinding/QueryStringValueProviderFactory.cs rename to src/Microsoft.AspNetCore.Mvc.Core/ModelBinding/QueryStringValueProviderFactory.cs diff --git a/src/Microsoft.AspNet.Mvc.Core/ModelBinding/RouteValueProvider.cs b/src/Microsoft.AspNetCore.Mvc.Core/ModelBinding/RouteValueProvider.cs similarity index 100% rename from src/Microsoft.AspNet.Mvc.Core/ModelBinding/RouteValueProvider.cs rename to src/Microsoft.AspNetCore.Mvc.Core/ModelBinding/RouteValueProvider.cs diff --git a/src/Microsoft.AspNet.Mvc.Core/ModelBinding/RouteValueProviderFactory.cs b/src/Microsoft.AspNetCore.Mvc.Core/ModelBinding/RouteValueProviderFactory.cs similarity index 100% rename from src/Microsoft.AspNet.Mvc.Core/ModelBinding/RouteValueProviderFactory.cs rename to src/Microsoft.AspNetCore.Mvc.Core/ModelBinding/RouteValueProviderFactory.cs diff --git a/src/Microsoft.AspNet.Mvc.Core/ModelBinding/ServicesModelBinder.cs b/src/Microsoft.AspNetCore.Mvc.Core/ModelBinding/ServicesModelBinder.cs similarity index 100% rename from src/Microsoft.AspNet.Mvc.Core/ModelBinding/ServicesModelBinder.cs rename to src/Microsoft.AspNetCore.Mvc.Core/ModelBinding/ServicesModelBinder.cs diff --git a/src/Microsoft.AspNet.Mvc.Core/ModelBinding/SimpleTypeModelBinder.cs b/src/Microsoft.AspNetCore.Mvc.Core/ModelBinding/SimpleTypeModelBinder.cs similarity index 100% rename from src/Microsoft.AspNet.Mvc.Core/ModelBinding/SimpleTypeModelBinder.cs rename to src/Microsoft.AspNetCore.Mvc.Core/ModelBinding/SimpleTypeModelBinder.cs diff --git a/src/Microsoft.AspNet.Mvc.Core/ModelBinding/Validation/CompositeClientModelValidatorProvider.cs b/src/Microsoft.AspNetCore.Mvc.Core/ModelBinding/Validation/CompositeClientModelValidatorProvider.cs similarity index 100% rename from src/Microsoft.AspNet.Mvc.Core/ModelBinding/Validation/CompositeClientModelValidatorProvider.cs rename to src/Microsoft.AspNetCore.Mvc.Core/ModelBinding/Validation/CompositeClientModelValidatorProvider.cs diff --git a/src/Microsoft.AspNet.Mvc.Core/ModelBinding/Validation/CompositeModelValidatorProvider.cs b/src/Microsoft.AspNetCore.Mvc.Core/ModelBinding/Validation/CompositeModelValidatorProvider.cs similarity index 100% rename from src/Microsoft.AspNet.Mvc.Core/ModelBinding/Validation/CompositeModelValidatorProvider.cs rename to src/Microsoft.AspNetCore.Mvc.Core/ModelBinding/Validation/CompositeModelValidatorProvider.cs diff --git a/src/Microsoft.AspNet.Mvc.Core/ModelBinding/Validation/IObjectModelValidator.cs b/src/Microsoft.AspNetCore.Mvc.Core/ModelBinding/Validation/IObjectModelValidator.cs similarity index 100% rename from src/Microsoft.AspNet.Mvc.Core/ModelBinding/Validation/IObjectModelValidator.cs rename to src/Microsoft.AspNetCore.Mvc.Core/ModelBinding/Validation/IObjectModelValidator.cs diff --git a/src/Microsoft.AspNet.Mvc.Core/ModelBinding/Validation/ValidationExcludeFilter.cs b/src/Microsoft.AspNetCore.Mvc.Core/ModelBinding/Validation/ValidationExcludeFilter.cs similarity index 100% rename from src/Microsoft.AspNet.Mvc.Core/ModelBinding/Validation/ValidationExcludeFilter.cs rename to src/Microsoft.AspNetCore.Mvc.Core/ModelBinding/Validation/ValidationExcludeFilter.cs diff --git a/src/Microsoft.AspNet.Mvc.Core/ModelBinding/Validation/ValidationVisitor.cs b/src/Microsoft.AspNetCore.Mvc.Core/ModelBinding/Validation/ValidationVisitor.cs similarity index 100% rename from src/Microsoft.AspNet.Mvc.Core/ModelBinding/Validation/ValidationVisitor.cs rename to src/Microsoft.AspNetCore.Mvc.Core/ModelBinding/Validation/ValidationVisitor.cs diff --git a/src/Microsoft.AspNet.Mvc.Core/ModelBinding/ValueProviderResultExtensions.cs b/src/Microsoft.AspNetCore.Mvc.Core/ModelBinding/ValueProviderResultExtensions.cs similarity index 100% rename from src/Microsoft.AspNet.Mvc.Core/ModelBinding/ValueProviderResultExtensions.cs rename to src/Microsoft.AspNetCore.Mvc.Core/ModelBinding/ValueProviderResultExtensions.cs diff --git a/src/Microsoft.AspNet.Mvc.Core/ModelMetadataTypeAttribute.cs b/src/Microsoft.AspNetCore.Mvc.Core/ModelMetadataTypeAttribute.cs similarity index 100% rename from src/Microsoft.AspNet.Mvc.Core/ModelMetadataTypeAttribute.cs rename to src/Microsoft.AspNetCore.Mvc.Core/ModelMetadataTypeAttribute.cs diff --git a/src/Microsoft.AspNet.Mvc.Core/MvcOptions.cs b/src/Microsoft.AspNetCore.Mvc.Core/MvcOptions.cs similarity index 100% rename from src/Microsoft.AspNet.Mvc.Core/MvcOptions.cs rename to src/Microsoft.AspNetCore.Mvc.Core/MvcOptions.cs diff --git a/src/Microsoft.AspNet.Mvc.Core/NoContentResult.cs b/src/Microsoft.AspNetCore.Mvc.Core/NoContentResult.cs similarity index 100% rename from src/Microsoft.AspNet.Mvc.Core/NoContentResult.cs rename to src/Microsoft.AspNetCore.Mvc.Core/NoContentResult.cs diff --git a/src/Microsoft.AspNet.Mvc.Core/NonActionAttribute.cs b/src/Microsoft.AspNetCore.Mvc.Core/NonActionAttribute.cs similarity index 100% rename from src/Microsoft.AspNet.Mvc.Core/NonActionAttribute.cs rename to src/Microsoft.AspNetCore.Mvc.Core/NonActionAttribute.cs diff --git a/src/Microsoft.AspNet.Mvc.Core/NonControllerAttribute.cs b/src/Microsoft.AspNetCore.Mvc.Core/NonControllerAttribute.cs similarity index 100% rename from src/Microsoft.AspNet.Mvc.Core/NonControllerAttribute.cs rename to src/Microsoft.AspNetCore.Mvc.Core/NonControllerAttribute.cs diff --git a/src/Microsoft.AspNet.Mvc.Core/ObjectResult.cs b/src/Microsoft.AspNetCore.Mvc.Core/ObjectResult.cs similarity index 100% rename from src/Microsoft.AspNet.Mvc.Core/ObjectResult.cs rename to src/Microsoft.AspNetCore.Mvc.Core/ObjectResult.cs diff --git a/src/Microsoft.AspNet.Mvc.Core/PhysicalFileResult.cs b/src/Microsoft.AspNetCore.Mvc.Core/PhysicalFileResult.cs similarity index 100% rename from src/Microsoft.AspNet.Mvc.Core/PhysicalFileResult.cs rename to src/Microsoft.AspNetCore.Mvc.Core/PhysicalFileResult.cs diff --git a/src/Microsoft.AspNet.Mvc.Core/ProducesAttribute.cs b/src/Microsoft.AspNetCore.Mvc.Core/ProducesAttribute.cs similarity index 100% rename from src/Microsoft.AspNet.Mvc.Core/ProducesAttribute.cs rename to src/Microsoft.AspNetCore.Mvc.Core/ProducesAttribute.cs diff --git a/src/Microsoft.AspNet.Mvc.Core/Properties/AssemblyInfo.cs b/src/Microsoft.AspNetCore.Mvc.Core/Properties/AssemblyInfo.cs similarity index 100% rename from src/Microsoft.AspNet.Mvc.Core/Properties/AssemblyInfo.cs rename to src/Microsoft.AspNetCore.Mvc.Core/Properties/AssemblyInfo.cs diff --git a/src/Microsoft.AspNet.Mvc.Core/Properties/Resources.Designer.cs b/src/Microsoft.AspNetCore.Mvc.Core/Properties/Resources.Designer.cs similarity index 100% rename from src/Microsoft.AspNet.Mvc.Core/Properties/Resources.Designer.cs rename to src/Microsoft.AspNetCore.Mvc.Core/Properties/Resources.Designer.cs diff --git a/src/Microsoft.AspNet.Mvc.Core/RedirectResult.cs b/src/Microsoft.AspNetCore.Mvc.Core/RedirectResult.cs similarity index 100% rename from src/Microsoft.AspNet.Mvc.Core/RedirectResult.cs rename to src/Microsoft.AspNetCore.Mvc.Core/RedirectResult.cs diff --git a/src/Microsoft.AspNet.Mvc.Core/RedirectToActionResult.cs b/src/Microsoft.AspNetCore.Mvc.Core/RedirectToActionResult.cs similarity index 100% rename from src/Microsoft.AspNet.Mvc.Core/RedirectToActionResult.cs rename to src/Microsoft.AspNetCore.Mvc.Core/RedirectToActionResult.cs diff --git a/src/Microsoft.AspNet.Mvc.Core/RedirectToRouteResult.cs b/src/Microsoft.AspNetCore.Mvc.Core/RedirectToRouteResult.cs similarity index 100% rename from src/Microsoft.AspNet.Mvc.Core/RedirectToRouteResult.cs rename to src/Microsoft.AspNetCore.Mvc.Core/RedirectToRouteResult.cs diff --git a/src/Microsoft.AspNet.Mvc.Core/RequireHttpsAttribute.cs b/src/Microsoft.AspNetCore.Mvc.Core/RequireHttpsAttribute.cs similarity index 100% rename from src/Microsoft.AspNet.Mvc.Core/RequireHttpsAttribute.cs rename to src/Microsoft.AspNetCore.Mvc.Core/RequireHttpsAttribute.cs diff --git a/src/Microsoft.AspNet.Mvc.Core/Resources.resx b/src/Microsoft.AspNetCore.Mvc.Core/Resources.resx similarity index 100% rename from src/Microsoft.AspNet.Mvc.Core/Resources.resx rename to src/Microsoft.AspNetCore.Mvc.Core/Resources.resx diff --git a/src/Microsoft.AspNet.Mvc.Core/ResponseCacheAttribute.cs b/src/Microsoft.AspNetCore.Mvc.Core/ResponseCacheAttribute.cs similarity index 100% rename from src/Microsoft.AspNet.Mvc.Core/ResponseCacheAttribute.cs rename to src/Microsoft.AspNetCore.Mvc.Core/ResponseCacheAttribute.cs diff --git a/src/Microsoft.AspNet.Mvc.Core/ResponseCacheLocation.cs b/src/Microsoft.AspNetCore.Mvc.Core/ResponseCacheLocation.cs similarity index 100% rename from src/Microsoft.AspNet.Mvc.Core/ResponseCacheLocation.cs rename to src/Microsoft.AspNetCore.Mvc.Core/ResponseCacheLocation.cs diff --git a/src/Microsoft.AspNet.Mvc.Core/RouteAttribute.cs b/src/Microsoft.AspNetCore.Mvc.Core/RouteAttribute.cs similarity index 100% rename from src/Microsoft.AspNet.Mvc.Core/RouteAttribute.cs rename to src/Microsoft.AspNetCore.Mvc.Core/RouteAttribute.cs diff --git a/src/Microsoft.AspNet.Mvc.Core/Routing/HttpMethodAttribute.cs b/src/Microsoft.AspNetCore.Mvc.Core/Routing/HttpMethodAttribute.cs similarity index 100% rename from src/Microsoft.AspNet.Mvc.Core/Routing/HttpMethodAttribute.cs rename to src/Microsoft.AspNetCore.Mvc.Core/Routing/HttpMethodAttribute.cs diff --git a/src/Microsoft.AspNet.Mvc.Core/Routing/IActionHttpMethodProvider.cs b/src/Microsoft.AspNetCore.Mvc.Core/Routing/IActionHttpMethodProvider.cs similarity index 100% rename from src/Microsoft.AspNet.Mvc.Core/Routing/IActionHttpMethodProvider.cs rename to src/Microsoft.AspNetCore.Mvc.Core/Routing/IActionHttpMethodProvider.cs diff --git a/src/Microsoft.AspNet.Mvc.Core/Routing/IActionSelectionDecisionTree.cs b/src/Microsoft.AspNetCore.Mvc.Core/Routing/IActionSelectionDecisionTree.cs similarity index 100% rename from src/Microsoft.AspNet.Mvc.Core/Routing/IActionSelectionDecisionTree.cs rename to src/Microsoft.AspNetCore.Mvc.Core/Routing/IActionSelectionDecisionTree.cs diff --git a/src/Microsoft.AspNet.Mvc.Core/Routing/IRouteConstraintProvider.cs b/src/Microsoft.AspNetCore.Mvc.Core/Routing/IRouteConstraintProvider.cs similarity index 100% rename from src/Microsoft.AspNet.Mvc.Core/Routing/IRouteConstraintProvider.cs rename to src/Microsoft.AspNetCore.Mvc.Core/Routing/IRouteConstraintProvider.cs diff --git a/src/Microsoft.AspNet.Mvc.Core/Routing/IRouteTemplateProvider.cs b/src/Microsoft.AspNetCore.Mvc.Core/Routing/IRouteTemplateProvider.cs similarity index 100% rename from src/Microsoft.AspNet.Mvc.Core/Routing/IRouteTemplateProvider.cs rename to src/Microsoft.AspNetCore.Mvc.Core/Routing/IRouteTemplateProvider.cs diff --git a/src/Microsoft.AspNet.Mvc.Core/Routing/IUrlHelperFactory.cs b/src/Microsoft.AspNetCore.Mvc.Core/Routing/IUrlHelperFactory.cs similarity index 100% rename from src/Microsoft.AspNet.Mvc.Core/Routing/IUrlHelperFactory.cs rename to src/Microsoft.AspNetCore.Mvc.Core/Routing/IUrlHelperFactory.cs diff --git a/src/Microsoft.AspNet.Mvc.Core/Routing/KnownRouteValueConstraint.cs b/src/Microsoft.AspNetCore.Mvc.Core/Routing/KnownRouteValueConstraint.cs similarity index 100% rename from src/Microsoft.AspNet.Mvc.Core/Routing/KnownRouteValueConstraint.cs rename to src/Microsoft.AspNetCore.Mvc.Core/Routing/KnownRouteValueConstraint.cs diff --git a/src/Microsoft.AspNet.Mvc.Core/Routing/UrlActionContext.cs b/src/Microsoft.AspNetCore.Mvc.Core/Routing/UrlActionContext.cs similarity index 100% rename from src/Microsoft.AspNet.Mvc.Core/Routing/UrlActionContext.cs rename to src/Microsoft.AspNetCore.Mvc.Core/Routing/UrlActionContext.cs diff --git a/src/Microsoft.AspNet.Mvc.Core/Routing/UrlHelper.cs b/src/Microsoft.AspNetCore.Mvc.Core/Routing/UrlHelper.cs similarity index 100% rename from src/Microsoft.AspNet.Mvc.Core/Routing/UrlHelper.cs rename to src/Microsoft.AspNetCore.Mvc.Core/Routing/UrlHelper.cs diff --git a/src/Microsoft.AspNet.Mvc.Core/Routing/UrlHelperFactory.cs b/src/Microsoft.AspNetCore.Mvc.Core/Routing/UrlHelperFactory.cs similarity index 100% rename from src/Microsoft.AspNet.Mvc.Core/Routing/UrlHelperFactory.cs rename to src/Microsoft.AspNetCore.Mvc.Core/Routing/UrlHelperFactory.cs diff --git a/src/Microsoft.AspNet.Mvc.Core/Routing/UrlRouteContext.cs b/src/Microsoft.AspNetCore.Mvc.Core/Routing/UrlRouteContext.cs similarity index 100% rename from src/Microsoft.AspNet.Mvc.Core/Routing/UrlRouteContext.cs rename to src/Microsoft.AspNetCore.Mvc.Core/Routing/UrlRouteContext.cs diff --git a/src/Microsoft.AspNet.Mvc.Core/SerializableError.cs b/src/Microsoft.AspNetCore.Mvc.Core/SerializableError.cs similarity index 100% rename from src/Microsoft.AspNet.Mvc.Core/SerializableError.cs rename to src/Microsoft.AspNetCore.Mvc.Core/SerializableError.cs diff --git a/src/Microsoft.AspNet.Mvc.Core/ServiceFilterAttribute.cs b/src/Microsoft.AspNetCore.Mvc.Core/ServiceFilterAttribute.cs similarity index 100% rename from src/Microsoft.AspNet.Mvc.Core/ServiceFilterAttribute.cs rename to src/Microsoft.AspNetCore.Mvc.Core/ServiceFilterAttribute.cs diff --git a/src/Microsoft.AspNet.Mvc.Core/TypeFilterAttribute.cs b/src/Microsoft.AspNetCore.Mvc.Core/TypeFilterAttribute.cs similarity index 100% rename from src/Microsoft.AspNet.Mvc.Core/TypeFilterAttribute.cs rename to src/Microsoft.AspNetCore.Mvc.Core/TypeFilterAttribute.cs diff --git a/src/Microsoft.AspNet.Mvc.Core/UnsupportedMediaTypeResult.cs b/src/Microsoft.AspNetCore.Mvc.Core/UnsupportedMediaTypeResult.cs similarity index 100% rename from src/Microsoft.AspNet.Mvc.Core/UnsupportedMediaTypeResult.cs rename to src/Microsoft.AspNetCore.Mvc.Core/UnsupportedMediaTypeResult.cs diff --git a/src/Microsoft.AspNet.Mvc.Core/UrlHelperExtensions.cs b/src/Microsoft.AspNetCore.Mvc.Core/UrlHelperExtensions.cs similarity index 100% rename from src/Microsoft.AspNet.Mvc.Core/UrlHelperExtensions.cs rename to src/Microsoft.AspNetCore.Mvc.Core/UrlHelperExtensions.cs diff --git a/src/Microsoft.AspNet.Mvc.Core/ViewFeatures/IKeepTempDataResult.cs b/src/Microsoft.AspNetCore.Mvc.Core/ViewFeatures/IKeepTempDataResult.cs similarity index 100% rename from src/Microsoft.AspNet.Mvc.Core/ViewFeatures/IKeepTempDataResult.cs rename to src/Microsoft.AspNetCore.Mvc.Core/ViewFeatures/IKeepTempDataResult.cs diff --git a/src/Microsoft.AspNet.Mvc.Core/VirtualFileResult.cs b/src/Microsoft.AspNetCore.Mvc.Core/VirtualFileResult.cs similarity index 100% rename from src/Microsoft.AspNet.Mvc.Core/VirtualFileResult.cs rename to src/Microsoft.AspNetCore.Mvc.Core/VirtualFileResult.cs diff --git a/src/Microsoft.AspNet.Mvc.Core/project.json b/src/Microsoft.AspNetCore.Mvc.Core/project.json similarity index 100% rename from src/Microsoft.AspNet.Mvc.Core/project.json rename to src/Microsoft.AspNetCore.Mvc.Core/project.json diff --git a/src/Microsoft.AspNet.Mvc.Cors/DependencyInjection/MvcCorsMvcCoreBuilderExtensions.cs b/src/Microsoft.AspNetCore.Mvc.Cors/DependencyInjection/MvcCorsMvcCoreBuilderExtensions.cs similarity index 100% rename from src/Microsoft.AspNet.Mvc.Cors/DependencyInjection/MvcCorsMvcCoreBuilderExtensions.cs rename to src/Microsoft.AspNetCore.Mvc.Cors/DependencyInjection/MvcCorsMvcCoreBuilderExtensions.cs diff --git a/src/Microsoft.AspNet.Mvc.Cors/Internal/CorsApplicationModelProvider.cs b/src/Microsoft.AspNetCore.Mvc.Cors/Internal/CorsApplicationModelProvider.cs similarity index 100% rename from src/Microsoft.AspNet.Mvc.Cors/Internal/CorsApplicationModelProvider.cs rename to src/Microsoft.AspNetCore.Mvc.Cors/Internal/CorsApplicationModelProvider.cs diff --git a/src/Microsoft.AspNet.Mvc.Cors/Internal/CorsAuthorizationFilter.cs b/src/Microsoft.AspNetCore.Mvc.Cors/Internal/CorsAuthorizationFilter.cs similarity index 100% rename from src/Microsoft.AspNet.Mvc.Cors/Internal/CorsAuthorizationFilter.cs rename to src/Microsoft.AspNetCore.Mvc.Cors/Internal/CorsAuthorizationFilter.cs diff --git a/src/Microsoft.AspNet.Mvc.Cors/Internal/CorsAuthorizationFilterFactory.cs b/src/Microsoft.AspNetCore.Mvc.Cors/Internal/CorsAuthorizationFilterFactory.cs similarity index 100% rename from src/Microsoft.AspNet.Mvc.Cors/Internal/CorsAuthorizationFilterFactory.cs rename to src/Microsoft.AspNetCore.Mvc.Cors/Internal/CorsAuthorizationFilterFactory.cs diff --git a/src/Microsoft.AspNet.Mvc.Cors/Internal/DisableCorsAuthorizationFilter.cs b/src/Microsoft.AspNetCore.Mvc.Cors/Internal/DisableCorsAuthorizationFilter.cs similarity index 100% rename from src/Microsoft.AspNet.Mvc.Cors/Internal/DisableCorsAuthorizationFilter.cs rename to src/Microsoft.AspNetCore.Mvc.Cors/Internal/DisableCorsAuthorizationFilter.cs diff --git a/src/Microsoft.AspNet.Mvc.Cors/Internal/ICorsAuthorizationFilter.cs b/src/Microsoft.AspNetCore.Mvc.Cors/Internal/ICorsAuthorizationFilter.cs similarity index 100% rename from src/Microsoft.AspNet.Mvc.Cors/Internal/ICorsAuthorizationFilter.cs rename to src/Microsoft.AspNetCore.Mvc.Cors/Internal/ICorsAuthorizationFilter.cs diff --git a/src/Microsoft.AspNet.Mvc.Cors/Microsoft.AspNet.Mvc.Cors.xproj b/src/Microsoft.AspNetCore.Mvc.Cors/Microsoft.AspNetCore.Mvc.Cors.xproj similarity index 100% rename from src/Microsoft.AspNet.Mvc.Cors/Microsoft.AspNet.Mvc.Cors.xproj rename to src/Microsoft.AspNetCore.Mvc.Cors/Microsoft.AspNetCore.Mvc.Cors.xproj diff --git a/src/Microsoft.AspNet.Mvc.Cors/Properties/AssemblyInfo.cs b/src/Microsoft.AspNetCore.Mvc.Cors/Properties/AssemblyInfo.cs similarity index 100% rename from src/Microsoft.AspNet.Mvc.Cors/Properties/AssemblyInfo.cs rename to src/Microsoft.AspNetCore.Mvc.Cors/Properties/AssemblyInfo.cs diff --git a/src/Microsoft.AspNet.Mvc.Cors/project.json b/src/Microsoft.AspNetCore.Mvc.Cors/project.json similarity index 100% rename from src/Microsoft.AspNet.Mvc.Cors/project.json rename to src/Microsoft.AspNetCore.Mvc.Cors/project.json diff --git a/src/Microsoft.AspNet.Mvc.DataAnnotations/DependencyInjection/MvcDataAnnotationsMvcBuilderExtensions.cs b/src/Microsoft.AspNetCore.Mvc.DataAnnotations/DependencyInjection/MvcDataAnnotationsMvcBuilderExtensions.cs similarity index 100% rename from src/Microsoft.AspNet.Mvc.DataAnnotations/DependencyInjection/MvcDataAnnotationsMvcBuilderExtensions.cs rename to src/Microsoft.AspNetCore.Mvc.DataAnnotations/DependencyInjection/MvcDataAnnotationsMvcBuilderExtensions.cs diff --git a/src/Microsoft.AspNet.Mvc.DataAnnotations/DependencyInjection/MvcDataAnnotationsMvcCoreBuilderExtensions.cs b/src/Microsoft.AspNetCore.Mvc.DataAnnotations/DependencyInjection/MvcDataAnnotationsMvcCoreBuilderExtensions.cs similarity index 100% rename from src/Microsoft.AspNet.Mvc.DataAnnotations/DependencyInjection/MvcDataAnnotationsMvcCoreBuilderExtensions.cs rename to src/Microsoft.AspNetCore.Mvc.DataAnnotations/DependencyInjection/MvcDataAnnotationsMvcCoreBuilderExtensions.cs diff --git a/src/Microsoft.AspNet.Mvc.DataAnnotations/HiddenInputAttribute.cs b/src/Microsoft.AspNetCore.Mvc.DataAnnotations/HiddenInputAttribute.cs similarity index 100% rename from src/Microsoft.AspNet.Mvc.DataAnnotations/HiddenInputAttribute.cs rename to src/Microsoft.AspNetCore.Mvc.DataAnnotations/HiddenInputAttribute.cs diff --git a/src/Microsoft.AspNet.Mvc.DataAnnotations/IAttributeAdapter.cs b/src/Microsoft.AspNetCore.Mvc.DataAnnotations/IAttributeAdapter.cs similarity index 100% rename from src/Microsoft.AspNet.Mvc.DataAnnotations/IAttributeAdapter.cs rename to src/Microsoft.AspNetCore.Mvc.DataAnnotations/IAttributeAdapter.cs diff --git a/src/Microsoft.AspNet.Mvc.DataAnnotations/IValidationAttributeAdapterProvider.cs b/src/Microsoft.AspNetCore.Mvc.DataAnnotations/IValidationAttributeAdapterProvider.cs similarity index 100% rename from src/Microsoft.AspNet.Mvc.DataAnnotations/IValidationAttributeAdapterProvider.cs rename to src/Microsoft.AspNetCore.Mvc.DataAnnotations/IValidationAttributeAdapterProvider.cs diff --git a/src/Microsoft.AspNet.Mvc.DataAnnotations/Internal/AttributeAdapterBase.cs b/src/Microsoft.AspNetCore.Mvc.DataAnnotations/Internal/AttributeAdapterBase.cs similarity index 100% rename from src/Microsoft.AspNet.Mvc.DataAnnotations/Internal/AttributeAdapterBase.cs rename to src/Microsoft.AspNetCore.Mvc.DataAnnotations/Internal/AttributeAdapterBase.cs diff --git a/src/Microsoft.AspNet.Mvc.DataAnnotations/Internal/CompareAttributeAdapter.cs b/src/Microsoft.AspNetCore.Mvc.DataAnnotations/Internal/CompareAttributeAdapter.cs similarity index 100% rename from src/Microsoft.AspNet.Mvc.DataAnnotations/Internal/CompareAttributeAdapter.cs rename to src/Microsoft.AspNetCore.Mvc.DataAnnotations/Internal/CompareAttributeAdapter.cs diff --git a/src/Microsoft.AspNet.Mvc.DataAnnotations/Internal/DataAnnotationsClientModelValidatorProvider.cs b/src/Microsoft.AspNetCore.Mvc.DataAnnotations/Internal/DataAnnotationsClientModelValidatorProvider.cs similarity index 100% rename from src/Microsoft.AspNet.Mvc.DataAnnotations/Internal/DataAnnotationsClientModelValidatorProvider.cs rename to src/Microsoft.AspNetCore.Mvc.DataAnnotations/Internal/DataAnnotationsClientModelValidatorProvider.cs diff --git a/src/Microsoft.AspNet.Mvc.DataAnnotations/Internal/DataAnnotationsLocalizationServices.cs b/src/Microsoft.AspNetCore.Mvc.DataAnnotations/Internal/DataAnnotationsLocalizationServices.cs similarity index 100% rename from src/Microsoft.AspNet.Mvc.DataAnnotations/Internal/DataAnnotationsLocalizationServices.cs rename to src/Microsoft.AspNetCore.Mvc.DataAnnotations/Internal/DataAnnotationsLocalizationServices.cs diff --git a/src/Microsoft.AspNet.Mvc.DataAnnotations/Internal/DataAnnotationsMetadataProvider.cs b/src/Microsoft.AspNetCore.Mvc.DataAnnotations/Internal/DataAnnotationsMetadataProvider.cs similarity index 100% rename from src/Microsoft.AspNet.Mvc.DataAnnotations/Internal/DataAnnotationsMetadataProvider.cs rename to src/Microsoft.AspNetCore.Mvc.DataAnnotations/Internal/DataAnnotationsMetadataProvider.cs diff --git a/src/Microsoft.AspNet.Mvc.DataAnnotations/Internal/DataAnnotationsModelValidator.cs b/src/Microsoft.AspNetCore.Mvc.DataAnnotations/Internal/DataAnnotationsModelValidator.cs similarity index 100% rename from src/Microsoft.AspNet.Mvc.DataAnnotations/Internal/DataAnnotationsModelValidator.cs rename to src/Microsoft.AspNetCore.Mvc.DataAnnotations/Internal/DataAnnotationsModelValidator.cs diff --git a/src/Microsoft.AspNet.Mvc.DataAnnotations/Internal/DataAnnotationsModelValidatorProvider.cs b/src/Microsoft.AspNetCore.Mvc.DataAnnotations/Internal/DataAnnotationsModelValidatorProvider.cs similarity index 100% rename from src/Microsoft.AspNet.Mvc.DataAnnotations/Internal/DataAnnotationsModelValidatorProvider.cs rename to src/Microsoft.AspNetCore.Mvc.DataAnnotations/Internal/DataAnnotationsModelValidatorProvider.cs diff --git a/src/Microsoft.AspNet.Mvc.DataAnnotations/Internal/DataTypeAttributeAdapter.cs b/src/Microsoft.AspNetCore.Mvc.DataAnnotations/Internal/DataTypeAttributeAdapter.cs similarity index 100% rename from src/Microsoft.AspNet.Mvc.DataAnnotations/Internal/DataTypeAttributeAdapter.cs rename to src/Microsoft.AspNetCore.Mvc.DataAnnotations/Internal/DataTypeAttributeAdapter.cs diff --git a/src/Microsoft.AspNet.Mvc.DataAnnotations/Internal/DefaultClientModelValidatorProvider.cs b/src/Microsoft.AspNetCore.Mvc.DataAnnotations/Internal/DefaultClientModelValidatorProvider.cs similarity index 100% rename from src/Microsoft.AspNet.Mvc.DataAnnotations/Internal/DefaultClientModelValidatorProvider.cs rename to src/Microsoft.AspNetCore.Mvc.DataAnnotations/Internal/DefaultClientModelValidatorProvider.cs diff --git a/src/Microsoft.AspNet.Mvc.DataAnnotations/Internal/MaxLengthAttributeAdapter.cs b/src/Microsoft.AspNetCore.Mvc.DataAnnotations/Internal/MaxLengthAttributeAdapter.cs similarity index 100% rename from src/Microsoft.AspNet.Mvc.DataAnnotations/Internal/MaxLengthAttributeAdapter.cs rename to src/Microsoft.AspNetCore.Mvc.DataAnnotations/Internal/MaxLengthAttributeAdapter.cs diff --git a/src/Microsoft.AspNet.Mvc.DataAnnotations/Internal/MinLengthAttributeAdapter.cs b/src/Microsoft.AspNetCore.Mvc.DataAnnotations/Internal/MinLengthAttributeAdapter.cs similarity index 100% rename from src/Microsoft.AspNet.Mvc.DataAnnotations/Internal/MinLengthAttributeAdapter.cs rename to src/Microsoft.AspNetCore.Mvc.DataAnnotations/Internal/MinLengthAttributeAdapter.cs diff --git a/src/Microsoft.AspNet.Mvc.DataAnnotations/Internal/ModelClientValidationEqualToRule.cs b/src/Microsoft.AspNetCore.Mvc.DataAnnotations/Internal/ModelClientValidationEqualToRule.cs similarity index 100% rename from src/Microsoft.AspNet.Mvc.DataAnnotations/Internal/ModelClientValidationEqualToRule.cs rename to src/Microsoft.AspNetCore.Mvc.DataAnnotations/Internal/ModelClientValidationEqualToRule.cs diff --git a/src/Microsoft.AspNet.Mvc.DataAnnotations/Internal/ModelClientValidationMaxLengthRule.cs b/src/Microsoft.AspNetCore.Mvc.DataAnnotations/Internal/ModelClientValidationMaxLengthRule.cs similarity index 100% rename from src/Microsoft.AspNet.Mvc.DataAnnotations/Internal/ModelClientValidationMaxLengthRule.cs rename to src/Microsoft.AspNetCore.Mvc.DataAnnotations/Internal/ModelClientValidationMaxLengthRule.cs diff --git a/src/Microsoft.AspNet.Mvc.DataAnnotations/Internal/ModelClientValidationMinLengthRule.cs b/src/Microsoft.AspNetCore.Mvc.DataAnnotations/Internal/ModelClientValidationMinLengthRule.cs similarity index 100% rename from src/Microsoft.AspNet.Mvc.DataAnnotations/Internal/ModelClientValidationMinLengthRule.cs rename to src/Microsoft.AspNetCore.Mvc.DataAnnotations/Internal/ModelClientValidationMinLengthRule.cs diff --git a/src/Microsoft.AspNet.Mvc.DataAnnotations/Internal/ModelClientValidationNumericRule.cs b/src/Microsoft.AspNetCore.Mvc.DataAnnotations/Internal/ModelClientValidationNumericRule.cs similarity index 100% rename from src/Microsoft.AspNet.Mvc.DataAnnotations/Internal/ModelClientValidationNumericRule.cs rename to src/Microsoft.AspNetCore.Mvc.DataAnnotations/Internal/ModelClientValidationNumericRule.cs diff --git a/src/Microsoft.AspNet.Mvc.DataAnnotations/Internal/ModelClientValidationRangeRule.cs b/src/Microsoft.AspNetCore.Mvc.DataAnnotations/Internal/ModelClientValidationRangeRule.cs similarity index 100% rename from src/Microsoft.AspNet.Mvc.DataAnnotations/Internal/ModelClientValidationRangeRule.cs rename to src/Microsoft.AspNetCore.Mvc.DataAnnotations/Internal/ModelClientValidationRangeRule.cs diff --git a/src/Microsoft.AspNet.Mvc.DataAnnotations/Internal/ModelClientValidationRegexRule.cs b/src/Microsoft.AspNetCore.Mvc.DataAnnotations/Internal/ModelClientValidationRegexRule.cs similarity index 100% rename from src/Microsoft.AspNet.Mvc.DataAnnotations/Internal/ModelClientValidationRegexRule.cs rename to src/Microsoft.AspNetCore.Mvc.DataAnnotations/Internal/ModelClientValidationRegexRule.cs diff --git a/src/Microsoft.AspNet.Mvc.DataAnnotations/Internal/ModelClientValidationRequiredRule.cs b/src/Microsoft.AspNetCore.Mvc.DataAnnotations/Internal/ModelClientValidationRequiredRule.cs similarity index 100% rename from src/Microsoft.AspNet.Mvc.DataAnnotations/Internal/ModelClientValidationRequiredRule.cs rename to src/Microsoft.AspNetCore.Mvc.DataAnnotations/Internal/ModelClientValidationRequiredRule.cs diff --git a/src/Microsoft.AspNet.Mvc.DataAnnotations/Internal/ModelClientValidationStringLengthRule.cs b/src/Microsoft.AspNetCore.Mvc.DataAnnotations/Internal/ModelClientValidationStringLengthRule.cs similarity index 100% rename from src/Microsoft.AspNet.Mvc.DataAnnotations/Internal/ModelClientValidationStringLengthRule.cs rename to src/Microsoft.AspNetCore.Mvc.DataAnnotations/Internal/ModelClientValidationStringLengthRule.cs diff --git a/src/Microsoft.AspNet.Mvc.DataAnnotations/Internal/MvcDataAnnotationsLocalizationOptionsSetup.cs b/src/Microsoft.AspNetCore.Mvc.DataAnnotations/Internal/MvcDataAnnotationsLocalizationOptionsSetup.cs similarity index 100% rename from src/Microsoft.AspNet.Mvc.DataAnnotations/Internal/MvcDataAnnotationsLocalizationOptionsSetup.cs rename to src/Microsoft.AspNetCore.Mvc.DataAnnotations/Internal/MvcDataAnnotationsLocalizationOptionsSetup.cs diff --git a/src/Microsoft.AspNet.Mvc.DataAnnotations/Internal/MvcDataAnnotationsMvcOptionsSetup.cs b/src/Microsoft.AspNetCore.Mvc.DataAnnotations/Internal/MvcDataAnnotationsMvcOptionsSetup.cs similarity index 100% rename from src/Microsoft.AspNet.Mvc.DataAnnotations/Internal/MvcDataAnnotationsMvcOptionsSetup.cs rename to src/Microsoft.AspNetCore.Mvc.DataAnnotations/Internal/MvcDataAnnotationsMvcOptionsSetup.cs diff --git a/src/Microsoft.AspNet.Mvc.DataAnnotations/Internal/NumericClientModelValidator.cs b/src/Microsoft.AspNetCore.Mvc.DataAnnotations/Internal/NumericClientModelValidator.cs similarity index 100% rename from src/Microsoft.AspNet.Mvc.DataAnnotations/Internal/NumericClientModelValidator.cs rename to src/Microsoft.AspNetCore.Mvc.DataAnnotations/Internal/NumericClientModelValidator.cs diff --git a/src/Microsoft.AspNet.Mvc.DataAnnotations/Internal/NumericClientModelValidatorProvider.cs b/src/Microsoft.AspNetCore.Mvc.DataAnnotations/Internal/NumericClientModelValidatorProvider.cs similarity index 100% rename from src/Microsoft.AspNet.Mvc.DataAnnotations/Internal/NumericClientModelValidatorProvider.cs rename to src/Microsoft.AspNetCore.Mvc.DataAnnotations/Internal/NumericClientModelValidatorProvider.cs diff --git a/src/Microsoft.AspNet.Mvc.DataAnnotations/Internal/RangeAttributeAdapter.cs b/src/Microsoft.AspNetCore.Mvc.DataAnnotations/Internal/RangeAttributeAdapter.cs similarity index 100% rename from src/Microsoft.AspNet.Mvc.DataAnnotations/Internal/RangeAttributeAdapter.cs rename to src/Microsoft.AspNetCore.Mvc.DataAnnotations/Internal/RangeAttributeAdapter.cs diff --git a/src/Microsoft.AspNet.Mvc.DataAnnotations/Internal/RegularExpressionAttributeAdapter.cs b/src/Microsoft.AspNetCore.Mvc.DataAnnotations/Internal/RegularExpressionAttributeAdapter.cs similarity index 100% rename from src/Microsoft.AspNet.Mvc.DataAnnotations/Internal/RegularExpressionAttributeAdapter.cs rename to src/Microsoft.AspNetCore.Mvc.DataAnnotations/Internal/RegularExpressionAttributeAdapter.cs diff --git a/src/Microsoft.AspNet.Mvc.DataAnnotations/Internal/RequiredAttributeAdapter.cs b/src/Microsoft.AspNetCore.Mvc.DataAnnotations/Internal/RequiredAttributeAdapter.cs similarity index 100% rename from src/Microsoft.AspNet.Mvc.DataAnnotations/Internal/RequiredAttributeAdapter.cs rename to src/Microsoft.AspNetCore.Mvc.DataAnnotations/Internal/RequiredAttributeAdapter.cs diff --git a/src/Microsoft.AspNet.Mvc.DataAnnotations/Internal/StringLengthAttributeAdapter.cs b/src/Microsoft.AspNetCore.Mvc.DataAnnotations/Internal/StringLengthAttributeAdapter.cs similarity index 100% rename from src/Microsoft.AspNet.Mvc.DataAnnotations/Internal/StringLengthAttributeAdapter.cs rename to src/Microsoft.AspNetCore.Mvc.DataAnnotations/Internal/StringLengthAttributeAdapter.cs diff --git a/src/Microsoft.AspNet.Mvc.DataAnnotations/Internal/ValidatableObjectAdapter.cs b/src/Microsoft.AspNetCore.Mvc.DataAnnotations/Internal/ValidatableObjectAdapter.cs similarity index 100% rename from src/Microsoft.AspNet.Mvc.DataAnnotations/Internal/ValidatableObjectAdapter.cs rename to src/Microsoft.AspNetCore.Mvc.DataAnnotations/Internal/ValidatableObjectAdapter.cs diff --git a/src/Microsoft.AspNet.Mvc.DataAnnotations/Internal/ValidationAttributeAdapterOfTAttribute.cs b/src/Microsoft.AspNetCore.Mvc.DataAnnotations/Internal/ValidationAttributeAdapterOfTAttribute.cs similarity index 100% rename from src/Microsoft.AspNet.Mvc.DataAnnotations/Internal/ValidationAttributeAdapterOfTAttribute.cs rename to src/Microsoft.AspNetCore.Mvc.DataAnnotations/Internal/ValidationAttributeAdapterOfTAttribute.cs diff --git a/src/Microsoft.AspNet.Mvc.DataAnnotations/Internal/ValidationAttributeAdapterProvider.cs b/src/Microsoft.AspNetCore.Mvc.DataAnnotations/Internal/ValidationAttributeAdapterProvider.cs similarity index 100% rename from src/Microsoft.AspNet.Mvc.DataAnnotations/Internal/ValidationAttributeAdapterProvider.cs rename to src/Microsoft.AspNetCore.Mvc.DataAnnotations/Internal/ValidationAttributeAdapterProvider.cs diff --git a/src/Microsoft.AspNet.Mvc.DataAnnotations/Microsoft.AspNet.Mvc.DataAnnotations.xproj b/src/Microsoft.AspNetCore.Mvc.DataAnnotations/Microsoft.AspNetCore.Mvc.DataAnnotations.xproj similarity index 100% rename from src/Microsoft.AspNet.Mvc.DataAnnotations/Microsoft.AspNet.Mvc.DataAnnotations.xproj rename to src/Microsoft.AspNetCore.Mvc.DataAnnotations/Microsoft.AspNetCore.Mvc.DataAnnotations.xproj diff --git a/src/Microsoft.AspNet.Mvc.DataAnnotations/MvcDataAnnotationsLocalizationOptions.cs b/src/Microsoft.AspNetCore.Mvc.DataAnnotations/MvcDataAnnotationsLocalizationOptions.cs similarity index 100% rename from src/Microsoft.AspNet.Mvc.DataAnnotations/MvcDataAnnotationsLocalizationOptions.cs rename to src/Microsoft.AspNetCore.Mvc.DataAnnotations/MvcDataAnnotationsLocalizationOptions.cs diff --git a/src/Microsoft.AspNet.Mvc.DataAnnotations/Properties/AssemblyInfo.cs b/src/Microsoft.AspNetCore.Mvc.DataAnnotations/Properties/AssemblyInfo.cs similarity index 100% rename from src/Microsoft.AspNet.Mvc.DataAnnotations/Properties/AssemblyInfo.cs rename to src/Microsoft.AspNetCore.Mvc.DataAnnotations/Properties/AssemblyInfo.cs diff --git a/src/Microsoft.AspNet.Mvc.DataAnnotations/Properties/Resources.Designer.cs b/src/Microsoft.AspNetCore.Mvc.DataAnnotations/Properties/Resources.Designer.cs similarity index 100% rename from src/Microsoft.AspNet.Mvc.DataAnnotations/Properties/Resources.Designer.cs rename to src/Microsoft.AspNetCore.Mvc.DataAnnotations/Properties/Resources.Designer.cs diff --git a/src/Microsoft.AspNet.Mvc.DataAnnotations/Resources.resx b/src/Microsoft.AspNetCore.Mvc.DataAnnotations/Resources.resx similarity index 100% rename from src/Microsoft.AspNet.Mvc.DataAnnotations/Resources.resx rename to src/Microsoft.AspNetCore.Mvc.DataAnnotations/Resources.resx diff --git a/src/Microsoft.AspNet.Mvc.DataAnnotations/project.json b/src/Microsoft.AspNetCore.Mvc.DataAnnotations/project.json similarity index 100% rename from src/Microsoft.AspNet.Mvc.DataAnnotations/project.json rename to src/Microsoft.AspNetCore.Mvc.DataAnnotations/project.json diff --git a/src/Microsoft.AspNet.Mvc.Formatters.Json/DependencyInjection/MvcJsonMvcBuilderExtensions.cs b/src/Microsoft.AspNetCore.Mvc.Formatters.Json/DependencyInjection/MvcJsonMvcBuilderExtensions.cs similarity index 100% rename from src/Microsoft.AspNet.Mvc.Formatters.Json/DependencyInjection/MvcJsonMvcBuilderExtensions.cs rename to src/Microsoft.AspNetCore.Mvc.Formatters.Json/DependencyInjection/MvcJsonMvcBuilderExtensions.cs diff --git a/src/Microsoft.AspNet.Mvc.Formatters.Json/DependencyInjection/MvcJsonMvcCoreBuilderExtensions.cs b/src/Microsoft.AspNetCore.Mvc.Formatters.Json/DependencyInjection/MvcJsonMvcCoreBuilderExtensions.cs similarity index 100% rename from src/Microsoft.AspNet.Mvc.Formatters.Json/DependencyInjection/MvcJsonMvcCoreBuilderExtensions.cs rename to src/Microsoft.AspNetCore.Mvc.Formatters.Json/DependencyInjection/MvcJsonMvcCoreBuilderExtensions.cs diff --git a/src/Microsoft.AspNet.Mvc.Formatters.Json/Infrastructure/JsonResultExecutor.cs b/src/Microsoft.AspNetCore.Mvc.Formatters.Json/Infrastructure/JsonResultExecutor.cs similarity index 100% rename from src/Microsoft.AspNet.Mvc.Formatters.Json/Infrastructure/JsonResultExecutor.cs rename to src/Microsoft.AspNetCore.Mvc.Formatters.Json/Infrastructure/JsonResultExecutor.cs diff --git a/src/Microsoft.AspNet.Mvc.Formatters.Json/Infrastructure/JsonSerializerObjectPolicy.cs b/src/Microsoft.AspNetCore.Mvc.Formatters.Json/Infrastructure/JsonSerializerObjectPolicy.cs similarity index 100% rename from src/Microsoft.AspNet.Mvc.Formatters.Json/Infrastructure/JsonSerializerObjectPolicy.cs rename to src/Microsoft.AspNetCore.Mvc.Formatters.Json/Infrastructure/JsonSerializerObjectPolicy.cs diff --git a/src/Microsoft.AspNet.Mvc.Formatters.Json/Internal/JsonArrayPool.cs b/src/Microsoft.AspNetCore.Mvc.Formatters.Json/Internal/JsonArrayPool.cs similarity index 100% rename from src/Microsoft.AspNet.Mvc.Formatters.Json/Internal/JsonArrayPool.cs rename to src/Microsoft.AspNetCore.Mvc.Formatters.Json/Internal/JsonArrayPool.cs diff --git a/src/Microsoft.AspNet.Mvc.Formatters.Json/Internal/MediaTypeHeaderValues.cs b/src/Microsoft.AspNetCore.Mvc.Formatters.Json/Internal/MediaTypeHeaderValues.cs similarity index 100% rename from src/Microsoft.AspNet.Mvc.Formatters.Json/Internal/MediaTypeHeaderValues.cs rename to src/Microsoft.AspNetCore.Mvc.Formatters.Json/Internal/MediaTypeHeaderValues.cs diff --git a/src/Microsoft.AspNet.Mvc.Formatters.Json/Internal/MvcJsonMvcOptionsSetup.cs b/src/Microsoft.AspNetCore.Mvc.Formatters.Json/Internal/MvcJsonMvcOptionsSetup.cs similarity index 100% rename from src/Microsoft.AspNet.Mvc.Formatters.Json/Internal/MvcJsonMvcOptionsSetup.cs rename to src/Microsoft.AspNetCore.Mvc.Formatters.Json/Internal/MvcJsonMvcOptionsSetup.cs diff --git a/src/Microsoft.AspNet.Mvc.Formatters.Json/Internal/SerializerSettingsProvider.cs b/src/Microsoft.AspNetCore.Mvc.Formatters.Json/Internal/SerializerSettingsProvider.cs similarity index 100% rename from src/Microsoft.AspNet.Mvc.Formatters.Json/Internal/SerializerSettingsProvider.cs rename to src/Microsoft.AspNetCore.Mvc.Formatters.Json/Internal/SerializerSettingsProvider.cs diff --git a/src/Microsoft.AspNet.Mvc.Formatters.Json/JsonInputFormatter.cs b/src/Microsoft.AspNetCore.Mvc.Formatters.Json/JsonInputFormatter.cs similarity index 100% rename from src/Microsoft.AspNet.Mvc.Formatters.Json/JsonInputFormatter.cs rename to src/Microsoft.AspNetCore.Mvc.Formatters.Json/JsonInputFormatter.cs diff --git a/src/Microsoft.AspNet.Mvc.Formatters.Json/JsonOutputFormatter.cs b/src/Microsoft.AspNetCore.Mvc.Formatters.Json/JsonOutputFormatter.cs similarity index 100% rename from src/Microsoft.AspNet.Mvc.Formatters.Json/JsonOutputFormatter.cs rename to src/Microsoft.AspNetCore.Mvc.Formatters.Json/JsonOutputFormatter.cs diff --git a/src/Microsoft.AspNet.Mvc.Formatters.Json/JsonPatchExtensions.cs b/src/Microsoft.AspNetCore.Mvc.Formatters.Json/JsonPatchExtensions.cs similarity index 100% rename from src/Microsoft.AspNet.Mvc.Formatters.Json/JsonPatchExtensions.cs rename to src/Microsoft.AspNetCore.Mvc.Formatters.Json/JsonPatchExtensions.cs diff --git a/src/Microsoft.AspNet.Mvc.Formatters.Json/JsonPatchInputFormatter.cs b/src/Microsoft.AspNetCore.Mvc.Formatters.Json/JsonPatchInputFormatter.cs similarity index 100% rename from src/Microsoft.AspNet.Mvc.Formatters.Json/JsonPatchInputFormatter.cs rename to src/Microsoft.AspNetCore.Mvc.Formatters.Json/JsonPatchInputFormatter.cs diff --git a/src/Microsoft.AspNet.Mvc.Formatters.Json/JsonResult.cs b/src/Microsoft.AspNetCore.Mvc.Formatters.Json/JsonResult.cs similarity index 100% rename from src/Microsoft.AspNet.Mvc.Formatters.Json/JsonResult.cs rename to src/Microsoft.AspNetCore.Mvc.Formatters.Json/JsonResult.cs diff --git a/src/Microsoft.AspNet.Mvc.Formatters.Json/Logging/JsonInputFormatterLoggerExtensions.cs b/src/Microsoft.AspNetCore.Mvc.Formatters.Json/Logging/JsonInputFormatterLoggerExtensions.cs similarity index 100% rename from src/Microsoft.AspNet.Mvc.Formatters.Json/Logging/JsonInputFormatterLoggerExtensions.cs rename to src/Microsoft.AspNetCore.Mvc.Formatters.Json/Logging/JsonInputFormatterLoggerExtensions.cs diff --git a/src/Microsoft.AspNet.Mvc.Formatters.Json/Logging/JsonResultExecutorLoggerExtensions.cs b/src/Microsoft.AspNetCore.Mvc.Formatters.Json/Logging/JsonResultExecutorLoggerExtensions.cs similarity index 100% rename from src/Microsoft.AspNet.Mvc.Formatters.Json/Logging/JsonResultExecutorLoggerExtensions.cs rename to src/Microsoft.AspNetCore.Mvc.Formatters.Json/Logging/JsonResultExecutorLoggerExtensions.cs diff --git a/src/Microsoft.AspNet.Mvc.Formatters.Json/Microsoft.AspNet.Mvc.Formatters.Json.xproj b/src/Microsoft.AspNetCore.Mvc.Formatters.Json/Microsoft.AspNetCore.Mvc.Formatters.Json.xproj similarity index 100% rename from src/Microsoft.AspNet.Mvc.Formatters.Json/Microsoft.AspNet.Mvc.Formatters.Json.xproj rename to src/Microsoft.AspNetCore.Mvc.Formatters.Json/Microsoft.AspNetCore.Mvc.Formatters.Json.xproj diff --git a/src/Microsoft.AspNet.Mvc.Formatters.Json/MvcJsonOptions.cs b/src/Microsoft.AspNetCore.Mvc.Formatters.Json/MvcJsonOptions.cs similarity index 100% rename from src/Microsoft.AspNet.Mvc.Formatters.Json/MvcJsonOptions.cs rename to src/Microsoft.AspNetCore.Mvc.Formatters.Json/MvcJsonOptions.cs diff --git a/src/Microsoft.AspNet.Mvc.Formatters.Json/Properties/AssemblyInfo.cs b/src/Microsoft.AspNetCore.Mvc.Formatters.Json/Properties/AssemblyInfo.cs similarity index 100% rename from src/Microsoft.AspNet.Mvc.Formatters.Json/Properties/AssemblyInfo.cs rename to src/Microsoft.AspNetCore.Mvc.Formatters.Json/Properties/AssemblyInfo.cs diff --git a/src/Microsoft.AspNet.Mvc.Formatters.Json/project.json b/src/Microsoft.AspNetCore.Mvc.Formatters.Json/project.json similarity index 100% rename from src/Microsoft.AspNet.Mvc.Formatters.Json/project.json rename to src/Microsoft.AspNetCore.Mvc.Formatters.Json/project.json diff --git a/src/Microsoft.AspNet.Mvc.Formatters.Xml/DelegatingEnumerable.cs b/src/Microsoft.AspNetCore.Mvc.Formatters.Xml/DelegatingEnumerable.cs similarity index 100% rename from src/Microsoft.AspNet.Mvc.Formatters.Xml/DelegatingEnumerable.cs rename to src/Microsoft.AspNetCore.Mvc.Formatters.Xml/DelegatingEnumerable.cs diff --git a/src/Microsoft.AspNet.Mvc.Formatters.Xml/DelegatingEnumerator.cs b/src/Microsoft.AspNetCore.Mvc.Formatters.Xml/DelegatingEnumerator.cs similarity index 100% rename from src/Microsoft.AspNet.Mvc.Formatters.Xml/DelegatingEnumerator.cs rename to src/Microsoft.AspNetCore.Mvc.Formatters.Xml/DelegatingEnumerator.cs diff --git a/src/Microsoft.AspNet.Mvc.Formatters.Xml/DependencyInjection/MvcXmlMvcBuilderExtensions.cs b/src/Microsoft.AspNetCore.Mvc.Formatters.Xml/DependencyInjection/MvcXmlMvcBuilderExtensions.cs similarity index 100% rename from src/Microsoft.AspNet.Mvc.Formatters.Xml/DependencyInjection/MvcXmlMvcBuilderExtensions.cs rename to src/Microsoft.AspNetCore.Mvc.Formatters.Xml/DependencyInjection/MvcXmlMvcBuilderExtensions.cs diff --git a/src/Microsoft.AspNet.Mvc.Formatters.Xml/DependencyInjection/MvcXmlMvcCoreBuilderExtensions.cs b/src/Microsoft.AspNetCore.Mvc.Formatters.Xml/DependencyInjection/MvcXmlMvcCoreBuilderExtensions.cs similarity index 100% rename from src/Microsoft.AspNet.Mvc.Formatters.Xml/DependencyInjection/MvcXmlMvcCoreBuilderExtensions.cs rename to src/Microsoft.AspNetCore.Mvc.Formatters.Xml/DependencyInjection/MvcXmlMvcCoreBuilderExtensions.cs diff --git a/src/Microsoft.AspNet.Mvc.Formatters.Xml/EnumerableWrapperProvider.cs b/src/Microsoft.AspNetCore.Mvc.Formatters.Xml/EnumerableWrapperProvider.cs similarity index 100% rename from src/Microsoft.AspNet.Mvc.Formatters.Xml/EnumerableWrapperProvider.cs rename to src/Microsoft.AspNetCore.Mvc.Formatters.Xml/EnumerableWrapperProvider.cs diff --git a/src/Microsoft.AspNet.Mvc.Formatters.Xml/EnumerableWrapperProviderFactory.cs b/src/Microsoft.AspNetCore.Mvc.Formatters.Xml/EnumerableWrapperProviderFactory.cs similarity index 100% rename from src/Microsoft.AspNet.Mvc.Formatters.Xml/EnumerableWrapperProviderFactory.cs rename to src/Microsoft.AspNetCore.Mvc.Formatters.Xml/EnumerableWrapperProviderFactory.cs diff --git a/src/Microsoft.AspNet.Mvc.Formatters.Xml/IUnwrappable.cs b/src/Microsoft.AspNetCore.Mvc.Formatters.Xml/IUnwrappable.cs similarity index 100% rename from src/Microsoft.AspNet.Mvc.Formatters.Xml/IUnwrappable.cs rename to src/Microsoft.AspNetCore.Mvc.Formatters.Xml/IUnwrappable.cs diff --git a/src/Microsoft.AspNet.Mvc.Formatters.Xml/IWrapperProvider.cs b/src/Microsoft.AspNetCore.Mvc.Formatters.Xml/IWrapperProvider.cs similarity index 100% rename from src/Microsoft.AspNet.Mvc.Formatters.Xml/IWrapperProvider.cs rename to src/Microsoft.AspNetCore.Mvc.Formatters.Xml/IWrapperProvider.cs diff --git a/src/Microsoft.AspNet.Mvc.Formatters.Xml/IWrapperProviderFactory.cs b/src/Microsoft.AspNetCore.Mvc.Formatters.Xml/IWrapperProviderFactory.cs similarity index 100% rename from src/Microsoft.AspNet.Mvc.Formatters.Xml/IWrapperProviderFactory.cs rename to src/Microsoft.AspNetCore.Mvc.Formatters.Xml/IWrapperProviderFactory.cs diff --git a/src/Microsoft.AspNet.Mvc.Formatters.Xml/Internal/FormattingUtilities.cs b/src/Microsoft.AspNetCore.Mvc.Formatters.Xml/Internal/FormattingUtilities.cs similarity index 100% rename from src/Microsoft.AspNet.Mvc.Formatters.Xml/Internal/FormattingUtilities.cs rename to src/Microsoft.AspNetCore.Mvc.Formatters.Xml/Internal/FormattingUtilities.cs diff --git a/src/Microsoft.AspNet.Mvc.Formatters.Xml/Internal/MediaTypeHeaderValues.cs b/src/Microsoft.AspNetCore.Mvc.Formatters.Xml/Internal/MediaTypeHeaderValues.cs similarity index 100% rename from src/Microsoft.AspNet.Mvc.Formatters.Xml/Internal/MediaTypeHeaderValues.cs rename to src/Microsoft.AspNetCore.Mvc.Formatters.Xml/Internal/MediaTypeHeaderValues.cs diff --git a/src/Microsoft.AspNet.Mvc.Formatters.Xml/Internal/MvcXmlDataContractSerializerMvcOptionsSetup.cs b/src/Microsoft.AspNetCore.Mvc.Formatters.Xml/Internal/MvcXmlDataContractSerializerMvcOptionsSetup.cs similarity index 100% rename from src/Microsoft.AspNet.Mvc.Formatters.Xml/Internal/MvcXmlDataContractSerializerMvcOptionsSetup.cs rename to src/Microsoft.AspNetCore.Mvc.Formatters.Xml/Internal/MvcXmlDataContractSerializerMvcOptionsSetup.cs diff --git a/src/Microsoft.AspNet.Mvc.Formatters.Xml/Internal/MvcXmlSerializerMvcOptionsSetup.cs b/src/Microsoft.AspNetCore.Mvc.Formatters.Xml/Internal/MvcXmlSerializerMvcOptionsSetup.cs similarity index 100% rename from src/Microsoft.AspNet.Mvc.Formatters.Xml/Internal/MvcXmlSerializerMvcOptionsSetup.cs rename to src/Microsoft.AspNetCore.Mvc.Formatters.Xml/Internal/MvcXmlSerializerMvcOptionsSetup.cs diff --git a/src/Microsoft.AspNet.Mvc.Formatters.Xml/Microsoft.AspNet.Mvc.Formatters.Xml.xproj b/src/Microsoft.AspNetCore.Mvc.Formatters.Xml/Microsoft.AspNetCore.Mvc.Formatters.Xml.xproj similarity index 100% rename from src/Microsoft.AspNet.Mvc.Formatters.Xml/Microsoft.AspNet.Mvc.Formatters.Xml.xproj rename to src/Microsoft.AspNetCore.Mvc.Formatters.Xml/Microsoft.AspNetCore.Mvc.Formatters.Xml.xproj diff --git a/src/Microsoft.AspNet.Mvc.Formatters.Xml/ModelBinding/DataMemberRequiredBindingMetadataProvider.cs b/src/Microsoft.AspNetCore.Mvc.Formatters.Xml/ModelBinding/DataMemberRequiredBindingMetadataProvider.cs similarity index 100% rename from src/Microsoft.AspNet.Mvc.Formatters.Xml/ModelBinding/DataMemberRequiredBindingMetadataProvider.cs rename to src/Microsoft.AspNetCore.Mvc.Formatters.Xml/ModelBinding/DataMemberRequiredBindingMetadataProvider.cs diff --git a/src/Microsoft.AspNet.Mvc.Formatters.Xml/Properties/AssemblyInfo.cs b/src/Microsoft.AspNetCore.Mvc.Formatters.Xml/Properties/AssemblyInfo.cs similarity index 100% rename from src/Microsoft.AspNet.Mvc.Formatters.Xml/Properties/AssemblyInfo.cs rename to src/Microsoft.AspNetCore.Mvc.Formatters.Xml/Properties/AssemblyInfo.cs diff --git a/src/Microsoft.AspNet.Mvc.Formatters.Xml/Properties/Resources.Designer.cs b/src/Microsoft.AspNetCore.Mvc.Formatters.Xml/Properties/Resources.Designer.cs similarity index 100% rename from src/Microsoft.AspNet.Mvc.Formatters.Xml/Properties/Resources.Designer.cs rename to src/Microsoft.AspNetCore.Mvc.Formatters.Xml/Properties/Resources.Designer.cs diff --git a/src/Microsoft.AspNet.Mvc.Formatters.Xml/Resources.resx b/src/Microsoft.AspNetCore.Mvc.Formatters.Xml/Resources.resx similarity index 100% rename from src/Microsoft.AspNet.Mvc.Formatters.Xml/Resources.resx rename to src/Microsoft.AspNetCore.Mvc.Formatters.Xml/Resources.resx diff --git a/src/Microsoft.AspNet.Mvc.Formatters.Xml/SerializableErrorWrapper.cs b/src/Microsoft.AspNetCore.Mvc.Formatters.Xml/SerializableErrorWrapper.cs similarity index 100% rename from src/Microsoft.AspNet.Mvc.Formatters.Xml/SerializableErrorWrapper.cs rename to src/Microsoft.AspNetCore.Mvc.Formatters.Xml/SerializableErrorWrapper.cs diff --git a/src/Microsoft.AspNet.Mvc.Formatters.Xml/SerializableErrorWrapperProvider.cs b/src/Microsoft.AspNetCore.Mvc.Formatters.Xml/SerializableErrorWrapperProvider.cs similarity index 100% rename from src/Microsoft.AspNet.Mvc.Formatters.Xml/SerializableErrorWrapperProvider.cs rename to src/Microsoft.AspNetCore.Mvc.Formatters.Xml/SerializableErrorWrapperProvider.cs diff --git a/src/Microsoft.AspNet.Mvc.Formatters.Xml/SerializableErrorWrapperProviderFactory.cs b/src/Microsoft.AspNetCore.Mvc.Formatters.Xml/SerializableErrorWrapperProviderFactory.cs similarity index 100% rename from src/Microsoft.AspNet.Mvc.Formatters.Xml/SerializableErrorWrapperProviderFactory.cs rename to src/Microsoft.AspNetCore.Mvc.Formatters.Xml/SerializableErrorWrapperProviderFactory.cs diff --git a/src/Microsoft.AspNet.Mvc.Formatters.Xml/WrapperProviderContext.cs b/src/Microsoft.AspNetCore.Mvc.Formatters.Xml/WrapperProviderContext.cs similarity index 100% rename from src/Microsoft.AspNet.Mvc.Formatters.Xml/WrapperProviderContext.cs rename to src/Microsoft.AspNetCore.Mvc.Formatters.Xml/WrapperProviderContext.cs diff --git a/src/Microsoft.AspNet.Mvc.Formatters.Xml/WrapperProviderFactoriesExtensions.cs b/src/Microsoft.AspNetCore.Mvc.Formatters.Xml/WrapperProviderFactoriesExtensions.cs similarity index 100% rename from src/Microsoft.AspNet.Mvc.Formatters.Xml/WrapperProviderFactoriesExtensions.cs rename to src/Microsoft.AspNetCore.Mvc.Formatters.Xml/WrapperProviderFactoriesExtensions.cs diff --git a/src/Microsoft.AspNet.Mvc.Formatters.Xml/XmlDataContractSerializerInputFormatter.cs b/src/Microsoft.AspNetCore.Mvc.Formatters.Xml/XmlDataContractSerializerInputFormatter.cs similarity index 100% rename from src/Microsoft.AspNet.Mvc.Formatters.Xml/XmlDataContractSerializerInputFormatter.cs rename to src/Microsoft.AspNetCore.Mvc.Formatters.Xml/XmlDataContractSerializerInputFormatter.cs diff --git a/src/Microsoft.AspNet.Mvc.Formatters.Xml/XmlDataContractSerializerOutputFormatter.cs b/src/Microsoft.AspNetCore.Mvc.Formatters.Xml/XmlDataContractSerializerOutputFormatter.cs similarity index 100% rename from src/Microsoft.AspNet.Mvc.Formatters.Xml/XmlDataContractSerializerOutputFormatter.cs rename to src/Microsoft.AspNetCore.Mvc.Formatters.Xml/XmlDataContractSerializerOutputFormatter.cs diff --git a/src/Microsoft.AspNet.Mvc.Formatters.Xml/XmlSerializerInputFormatter.cs b/src/Microsoft.AspNetCore.Mvc.Formatters.Xml/XmlSerializerInputFormatter.cs similarity index 100% rename from src/Microsoft.AspNet.Mvc.Formatters.Xml/XmlSerializerInputFormatter.cs rename to src/Microsoft.AspNetCore.Mvc.Formatters.Xml/XmlSerializerInputFormatter.cs diff --git a/src/Microsoft.AspNet.Mvc.Formatters.Xml/XmlSerializerOutputFormatter.cs b/src/Microsoft.AspNetCore.Mvc.Formatters.Xml/XmlSerializerOutputFormatter.cs similarity index 100% rename from src/Microsoft.AspNet.Mvc.Formatters.Xml/XmlSerializerOutputFormatter.cs rename to src/Microsoft.AspNetCore.Mvc.Formatters.Xml/XmlSerializerOutputFormatter.cs diff --git a/src/Microsoft.AspNet.Mvc.Formatters.Xml/project.json b/src/Microsoft.AspNetCore.Mvc.Formatters.Xml/project.json similarity index 100% rename from src/Microsoft.AspNet.Mvc.Formatters.Xml/project.json rename to src/Microsoft.AspNetCore.Mvc.Formatters.Xml/project.json diff --git a/src/Microsoft.AspNet.Mvc.Localization/DependencyInjection/MvcLocalizationMvcBuilderExtensions.cs b/src/Microsoft.AspNetCore.Mvc.Localization/DependencyInjection/MvcLocalizationMvcBuilderExtensions.cs similarity index 100% rename from src/Microsoft.AspNet.Mvc.Localization/DependencyInjection/MvcLocalizationMvcBuilderExtensions.cs rename to src/Microsoft.AspNetCore.Mvc.Localization/DependencyInjection/MvcLocalizationMvcBuilderExtensions.cs diff --git a/src/Microsoft.AspNet.Mvc.Localization/DependencyInjection/MvcLocalizationMvcCoreBuilderExtensions.cs b/src/Microsoft.AspNetCore.Mvc.Localization/DependencyInjection/MvcLocalizationMvcCoreBuilderExtensions.cs similarity index 100% rename from src/Microsoft.AspNet.Mvc.Localization/DependencyInjection/MvcLocalizationMvcCoreBuilderExtensions.cs rename to src/Microsoft.AspNetCore.Mvc.Localization/DependencyInjection/MvcLocalizationMvcCoreBuilderExtensions.cs diff --git a/src/Microsoft.AspNet.Mvc.Localization/HtmlLocalizer.cs b/src/Microsoft.AspNetCore.Mvc.Localization/HtmlLocalizer.cs similarity index 100% rename from src/Microsoft.AspNet.Mvc.Localization/HtmlLocalizer.cs rename to src/Microsoft.AspNetCore.Mvc.Localization/HtmlLocalizer.cs diff --git a/src/Microsoft.AspNet.Mvc.Localization/HtmlLocalizerExtensions.cs b/src/Microsoft.AspNetCore.Mvc.Localization/HtmlLocalizerExtensions.cs similarity index 100% rename from src/Microsoft.AspNet.Mvc.Localization/HtmlLocalizerExtensions.cs rename to src/Microsoft.AspNetCore.Mvc.Localization/HtmlLocalizerExtensions.cs diff --git a/src/Microsoft.AspNet.Mvc.Localization/HtmlLocalizerFactory.cs b/src/Microsoft.AspNetCore.Mvc.Localization/HtmlLocalizerFactory.cs similarity index 100% rename from src/Microsoft.AspNet.Mvc.Localization/HtmlLocalizerFactory.cs rename to src/Microsoft.AspNetCore.Mvc.Localization/HtmlLocalizerFactory.cs diff --git a/src/Microsoft.AspNet.Mvc.Localization/HtmlLocalizerOfT.cs b/src/Microsoft.AspNetCore.Mvc.Localization/HtmlLocalizerOfT.cs similarity index 100% rename from src/Microsoft.AspNet.Mvc.Localization/HtmlLocalizerOfT.cs rename to src/Microsoft.AspNetCore.Mvc.Localization/HtmlLocalizerOfT.cs diff --git a/src/Microsoft.AspNet.Mvc.Localization/IHtmlLocalizer.cs b/src/Microsoft.AspNetCore.Mvc.Localization/IHtmlLocalizer.cs similarity index 100% rename from src/Microsoft.AspNet.Mvc.Localization/IHtmlLocalizer.cs rename to src/Microsoft.AspNetCore.Mvc.Localization/IHtmlLocalizer.cs diff --git a/src/Microsoft.AspNet.Mvc.Localization/IHtmlLocalizerFactory.cs b/src/Microsoft.AspNetCore.Mvc.Localization/IHtmlLocalizerFactory.cs similarity index 100% rename from src/Microsoft.AspNet.Mvc.Localization/IHtmlLocalizerFactory.cs rename to src/Microsoft.AspNetCore.Mvc.Localization/IHtmlLocalizerFactory.cs diff --git a/src/Microsoft.AspNet.Mvc.Localization/IHtmlLocalizerOfT.cs b/src/Microsoft.AspNetCore.Mvc.Localization/IHtmlLocalizerOfT.cs similarity index 100% rename from src/Microsoft.AspNet.Mvc.Localization/IHtmlLocalizerOfT.cs rename to src/Microsoft.AspNetCore.Mvc.Localization/IHtmlLocalizerOfT.cs diff --git a/src/Microsoft.AspNet.Mvc.Localization/IViewLocalizer.cs b/src/Microsoft.AspNetCore.Mvc.Localization/IViewLocalizer.cs similarity index 100% rename from src/Microsoft.AspNet.Mvc.Localization/IViewLocalizer.cs rename to src/Microsoft.AspNetCore.Mvc.Localization/IViewLocalizer.cs diff --git a/src/Microsoft.AspNet.Mvc.Localization/Internal/MvcLocalizationServices.cs b/src/Microsoft.AspNetCore.Mvc.Localization/Internal/MvcLocalizationServices.cs similarity index 100% rename from src/Microsoft.AspNet.Mvc.Localization/Internal/MvcLocalizationServices.cs rename to src/Microsoft.AspNetCore.Mvc.Localization/Internal/MvcLocalizationServices.cs diff --git a/src/Microsoft.AspNet.Mvc.Localization/LocalizedHtmlString.cs b/src/Microsoft.AspNetCore.Mvc.Localization/LocalizedHtmlString.cs similarity index 100% rename from src/Microsoft.AspNet.Mvc.Localization/LocalizedHtmlString.cs rename to src/Microsoft.AspNetCore.Mvc.Localization/LocalizedHtmlString.cs diff --git a/src/Microsoft.AspNet.Mvc.Localization/Microsoft.AspNet.Mvc.Localization.xproj b/src/Microsoft.AspNetCore.Mvc.Localization/Microsoft.AspNetCore.Mvc.Localization.xproj similarity index 100% rename from src/Microsoft.AspNet.Mvc.Localization/Microsoft.AspNet.Mvc.Localization.xproj rename to src/Microsoft.AspNetCore.Mvc.Localization/Microsoft.AspNetCore.Mvc.Localization.xproj diff --git a/src/Microsoft.AspNet.Mvc.Localization/Properties/AssemblyInfo.cs b/src/Microsoft.AspNetCore.Mvc.Localization/Properties/AssemblyInfo.cs similarity index 100% rename from src/Microsoft.AspNet.Mvc.Localization/Properties/AssemblyInfo.cs rename to src/Microsoft.AspNetCore.Mvc.Localization/Properties/AssemblyInfo.cs diff --git a/src/Microsoft.AspNet.Mvc.Localization/Properties/Resources.Designer.cs b/src/Microsoft.AspNetCore.Mvc.Localization/Properties/Resources.Designer.cs similarity index 100% rename from src/Microsoft.AspNet.Mvc.Localization/Properties/Resources.Designer.cs rename to src/Microsoft.AspNetCore.Mvc.Localization/Properties/Resources.Designer.cs diff --git a/src/Microsoft.AspNet.Mvc.Localization/ViewLocalizer.cs b/src/Microsoft.AspNetCore.Mvc.Localization/ViewLocalizer.cs similarity index 100% rename from src/Microsoft.AspNet.Mvc.Localization/ViewLocalizer.cs rename to src/Microsoft.AspNetCore.Mvc.Localization/ViewLocalizer.cs diff --git a/src/Microsoft.AspNet.Mvc.Localization/project.json b/src/Microsoft.AspNetCore.Mvc.Localization/project.json similarity index 100% rename from src/Microsoft.AspNet.Mvc.Localization/project.json rename to src/Microsoft.AspNetCore.Mvc.Localization/project.json diff --git a/src/Microsoft.AspNet.Mvc.Razor.Host/Directives/ChunkHelper.cs b/src/Microsoft.AspNetCore.Mvc.Razor.Host/Directives/ChunkHelper.cs similarity index 100% rename from src/Microsoft.AspNet.Mvc.Razor.Host/Directives/ChunkHelper.cs rename to src/Microsoft.AspNetCore.Mvc.Razor.Host/Directives/ChunkHelper.cs diff --git a/src/Microsoft.AspNet.Mvc.Razor.Host/Directives/ChunkInheritanceUtility.cs b/src/Microsoft.AspNetCore.Mvc.Razor.Host/Directives/ChunkInheritanceUtility.cs similarity index 100% rename from src/Microsoft.AspNet.Mvc.Razor.Host/Directives/ChunkInheritanceUtility.cs rename to src/Microsoft.AspNetCore.Mvc.Razor.Host/Directives/ChunkInheritanceUtility.cs diff --git a/src/Microsoft.AspNet.Mvc.Razor.Host/Directives/ChunkTreeResult.cs b/src/Microsoft.AspNetCore.Mvc.Razor.Host/Directives/ChunkTreeResult.cs similarity index 100% rename from src/Microsoft.AspNet.Mvc.Razor.Host/Directives/ChunkTreeResult.cs rename to src/Microsoft.AspNetCore.Mvc.Razor.Host/Directives/ChunkTreeResult.cs diff --git a/src/Microsoft.AspNet.Mvc.Razor.Host/Directives/DefaultChunkTreeCache.cs b/src/Microsoft.AspNetCore.Mvc.Razor.Host/Directives/DefaultChunkTreeCache.cs similarity index 100% rename from src/Microsoft.AspNet.Mvc.Razor.Host/Directives/DefaultChunkTreeCache.cs rename to src/Microsoft.AspNetCore.Mvc.Razor.Host/Directives/DefaultChunkTreeCache.cs diff --git a/src/Microsoft.AspNet.Mvc.Razor.Host/Directives/IChunkMerger.cs b/src/Microsoft.AspNetCore.Mvc.Razor.Host/Directives/IChunkMerger.cs similarity index 100% rename from src/Microsoft.AspNet.Mvc.Razor.Host/Directives/IChunkMerger.cs rename to src/Microsoft.AspNetCore.Mvc.Razor.Host/Directives/IChunkMerger.cs diff --git a/src/Microsoft.AspNet.Mvc.Razor.Host/Directives/IChunkTreeCache.cs b/src/Microsoft.AspNetCore.Mvc.Razor.Host/Directives/IChunkTreeCache.cs similarity index 100% rename from src/Microsoft.AspNet.Mvc.Razor.Host/Directives/IChunkTreeCache.cs rename to src/Microsoft.AspNetCore.Mvc.Razor.Host/Directives/IChunkTreeCache.cs diff --git a/src/Microsoft.AspNet.Mvc.Razor.Host/Directives/InjectChunkMerger.cs b/src/Microsoft.AspNetCore.Mvc.Razor.Host/Directives/InjectChunkMerger.cs similarity index 100% rename from src/Microsoft.AspNet.Mvc.Razor.Host/Directives/InjectChunkMerger.cs rename to src/Microsoft.AspNetCore.Mvc.Razor.Host/Directives/InjectChunkMerger.cs diff --git a/src/Microsoft.AspNet.Mvc.Razor.Host/Directives/SetBaseTypeChunkMerger.cs b/src/Microsoft.AspNetCore.Mvc.Razor.Host/Directives/SetBaseTypeChunkMerger.cs similarity index 100% rename from src/Microsoft.AspNet.Mvc.Razor.Host/Directives/SetBaseTypeChunkMerger.cs rename to src/Microsoft.AspNetCore.Mvc.Razor.Host/Directives/SetBaseTypeChunkMerger.cs diff --git a/src/Microsoft.AspNet.Mvc.Razor.Host/Directives/UsingChunkMerger.cs b/src/Microsoft.AspNetCore.Mvc.Razor.Host/Directives/UsingChunkMerger.cs similarity index 100% rename from src/Microsoft.AspNet.Mvc.Razor.Host/Directives/UsingChunkMerger.cs rename to src/Microsoft.AspNetCore.Mvc.Razor.Host/Directives/UsingChunkMerger.cs diff --git a/src/Microsoft.AspNet.Mvc.Razor.Host/GeneratedTagHelperAttributeContext.cs b/src/Microsoft.AspNetCore.Mvc.Razor.Host/GeneratedTagHelperAttributeContext.cs similarity index 100% rename from src/Microsoft.AspNet.Mvc.Razor.Host/GeneratedTagHelperAttributeContext.cs rename to src/Microsoft.AspNetCore.Mvc.Razor.Host/GeneratedTagHelperAttributeContext.cs diff --git a/src/Microsoft.AspNet.Mvc.Razor.Host/IMvcRazorHost.cs b/src/Microsoft.AspNetCore.Mvc.Razor.Host/IMvcRazorHost.cs similarity index 100% rename from src/Microsoft.AspNet.Mvc.Razor.Host/IMvcRazorHost.cs rename to src/Microsoft.AspNetCore.Mvc.Razor.Host/IMvcRazorHost.cs diff --git a/src/Microsoft.AspNet.Mvc.Razor.Host/InjectChunk.cs b/src/Microsoft.AspNetCore.Mvc.Razor.Host/InjectChunk.cs similarity index 100% rename from src/Microsoft.AspNet.Mvc.Razor.Host/InjectChunk.cs rename to src/Microsoft.AspNetCore.Mvc.Razor.Host/InjectChunk.cs diff --git a/src/Microsoft.AspNet.Mvc.Razor.Host/InjectChunkVisitor.cs b/src/Microsoft.AspNetCore.Mvc.Razor.Host/InjectChunkVisitor.cs similarity index 100% rename from src/Microsoft.AspNet.Mvc.Razor.Host/InjectChunkVisitor.cs rename to src/Microsoft.AspNetCore.Mvc.Razor.Host/InjectChunkVisitor.cs diff --git a/src/Microsoft.AspNet.Mvc.Razor.Host/InjectParameterGenerator.cs b/src/Microsoft.AspNetCore.Mvc.Razor.Host/InjectParameterGenerator.cs similarity index 100% rename from src/Microsoft.AspNet.Mvc.Razor.Host/InjectParameterGenerator.cs rename to src/Microsoft.AspNetCore.Mvc.Razor.Host/InjectParameterGenerator.cs diff --git a/src/Microsoft.AspNet.Mvc.Razor.Host/Internal/DesignTimeRazorPathNormalizer.cs b/src/Microsoft.AspNetCore.Mvc.Razor.Host/Internal/DesignTimeRazorPathNormalizer.cs similarity index 100% rename from src/Microsoft.AspNet.Mvc.Razor.Host/Internal/DesignTimeRazorPathNormalizer.cs rename to src/Microsoft.AspNetCore.Mvc.Razor.Host/Internal/DesignTimeRazorPathNormalizer.cs diff --git a/src/Microsoft.AspNet.Mvc.Razor.Host/Internal/RazorPathNormalizer.cs b/src/Microsoft.AspNetCore.Mvc.Razor.Host/Internal/RazorPathNormalizer.cs similarity index 100% rename from src/Microsoft.AspNet.Mvc.Razor.Host/Internal/RazorPathNormalizer.cs rename to src/Microsoft.AspNetCore.Mvc.Razor.Host/Internal/RazorPathNormalizer.cs diff --git a/src/Microsoft.AspNet.Mvc.Razor.Host/Microsoft.AspNet.Mvc.Razor.Host.xproj b/src/Microsoft.AspNetCore.Mvc.Razor.Host/Microsoft.AspNetCore.Mvc.Razor.Host.xproj similarity index 100% rename from src/Microsoft.AspNet.Mvc.Razor.Host/Microsoft.AspNet.Mvc.Razor.Host.xproj rename to src/Microsoft.AspNetCore.Mvc.Razor.Host/Microsoft.AspNetCore.Mvc.Razor.Host.xproj diff --git a/src/Microsoft.AspNet.Mvc.Razor.Host/ModelChunk.cs b/src/Microsoft.AspNetCore.Mvc.Razor.Host/ModelChunk.cs similarity index 100% rename from src/Microsoft.AspNet.Mvc.Razor.Host/ModelChunk.cs rename to src/Microsoft.AspNetCore.Mvc.Razor.Host/ModelChunk.cs diff --git a/src/Microsoft.AspNet.Mvc.Razor.Host/ModelChunkGenerator.cs b/src/Microsoft.AspNetCore.Mvc.Razor.Host/ModelChunkGenerator.cs similarity index 100% rename from src/Microsoft.AspNet.Mvc.Razor.Host/ModelChunkGenerator.cs rename to src/Microsoft.AspNetCore.Mvc.Razor.Host/ModelChunkGenerator.cs diff --git a/src/Microsoft.AspNet.Mvc.Razor.Host/MvcCSharpChunkVisitor.cs b/src/Microsoft.AspNetCore.Mvc.Razor.Host/MvcCSharpChunkVisitor.cs similarity index 100% rename from src/Microsoft.AspNet.Mvc.Razor.Host/MvcCSharpChunkVisitor.cs rename to src/Microsoft.AspNetCore.Mvc.Razor.Host/MvcCSharpChunkVisitor.cs diff --git a/src/Microsoft.AspNet.Mvc.Razor.Host/MvcCSharpCodeGenerator.cs b/src/Microsoft.AspNetCore.Mvc.Razor.Host/MvcCSharpCodeGenerator.cs similarity index 100% rename from src/Microsoft.AspNet.Mvc.Razor.Host/MvcCSharpCodeGenerator.cs rename to src/Microsoft.AspNetCore.Mvc.Razor.Host/MvcCSharpCodeGenerator.cs diff --git a/src/Microsoft.AspNet.Mvc.Razor.Host/MvcCSharpCodeVistor.cs b/src/Microsoft.AspNetCore.Mvc.Razor.Host/MvcCSharpCodeVistor.cs similarity index 100% rename from src/Microsoft.AspNet.Mvc.Razor.Host/MvcCSharpCodeVistor.cs rename to src/Microsoft.AspNetCore.Mvc.Razor.Host/MvcCSharpCodeVistor.cs diff --git a/src/Microsoft.AspNet.Mvc.Razor.Host/MvcCSharpDesignTimeCodeVisitor.cs b/src/Microsoft.AspNetCore.Mvc.Razor.Host/MvcCSharpDesignTimeCodeVisitor.cs similarity index 100% rename from src/Microsoft.AspNet.Mvc.Razor.Host/MvcCSharpDesignTimeCodeVisitor.cs rename to src/Microsoft.AspNetCore.Mvc.Razor.Host/MvcCSharpDesignTimeCodeVisitor.cs diff --git a/src/Microsoft.AspNet.Mvc.Razor.Host/MvcRazorCodeParser.cs b/src/Microsoft.AspNetCore.Mvc.Razor.Host/MvcRazorCodeParser.cs similarity index 100% rename from src/Microsoft.AspNet.Mvc.Razor.Host/MvcRazorCodeParser.cs rename to src/Microsoft.AspNetCore.Mvc.Razor.Host/MvcRazorCodeParser.cs diff --git a/src/Microsoft.AspNet.Mvc.Razor.Host/MvcRazorHost.cs b/src/Microsoft.AspNetCore.Mvc.Razor.Host/MvcRazorHost.cs similarity index 100% rename from src/Microsoft.AspNet.Mvc.Razor.Host/MvcRazorHost.cs rename to src/Microsoft.AspNetCore.Mvc.Razor.Host/MvcRazorHost.cs diff --git a/src/Microsoft.AspNet.Mvc.Razor.Host/MvcRazorParser.cs b/src/Microsoft.AspNetCore.Mvc.Razor.Host/MvcRazorParser.cs similarity index 100% rename from src/Microsoft.AspNet.Mvc.Razor.Host/MvcRazorParser.cs rename to src/Microsoft.AspNetCore.Mvc.Razor.Host/MvcRazorParser.cs diff --git a/src/Microsoft.AspNet.Mvc.Razor.Host/MvcTagHelperAttributeValueCodeRenderer.cs b/src/Microsoft.AspNetCore.Mvc.Razor.Host/MvcTagHelperAttributeValueCodeRenderer.cs similarity index 100% rename from src/Microsoft.AspNet.Mvc.Razor.Host/MvcTagHelperAttributeValueCodeRenderer.cs rename to src/Microsoft.AspNetCore.Mvc.Razor.Host/MvcTagHelperAttributeValueCodeRenderer.cs diff --git a/src/Microsoft.AspNet.Mvc.Razor.Host/Properties/AssemblyInfo.cs b/src/Microsoft.AspNetCore.Mvc.Razor.Host/Properties/AssemblyInfo.cs similarity index 100% rename from src/Microsoft.AspNet.Mvc.Razor.Host/Properties/AssemblyInfo.cs rename to src/Microsoft.AspNetCore.Mvc.Razor.Host/Properties/AssemblyInfo.cs diff --git a/src/Microsoft.AspNet.Mvc.Razor.Host/Properties/Resources.Designer.cs b/src/Microsoft.AspNetCore.Mvc.Razor.Host/Properties/Resources.Designer.cs similarity index 100% rename from src/Microsoft.AspNet.Mvc.Razor.Host/Properties/Resources.Designer.cs rename to src/Microsoft.AspNetCore.Mvc.Razor.Host/Properties/Resources.Designer.cs diff --git a/src/Microsoft.AspNet.Mvc.Razor.Host/Resources.resx b/src/Microsoft.AspNetCore.Mvc.Razor.Host/Resources.resx similarity index 100% rename from src/Microsoft.AspNet.Mvc.Razor.Host/Resources.resx rename to src/Microsoft.AspNetCore.Mvc.Razor.Host/Resources.resx diff --git a/src/Microsoft.AspNet.Mvc.Razor.Host/ViewHierarchyUtility.cs b/src/Microsoft.AspNetCore.Mvc.Razor.Host/ViewHierarchyUtility.cs similarity index 100% rename from src/Microsoft.AspNet.Mvc.Razor.Host/ViewHierarchyUtility.cs rename to src/Microsoft.AspNetCore.Mvc.Razor.Host/ViewHierarchyUtility.cs diff --git a/src/Microsoft.AspNet.Mvc.Razor.Host/project.json b/src/Microsoft.AspNetCore.Mvc.Razor.Host/project.json similarity index 100% rename from src/Microsoft.AspNet.Mvc.Razor.Host/project.json rename to src/Microsoft.AspNetCore.Mvc.Razor.Host/project.json diff --git a/src/Microsoft.AspNet.Mvc.Razor/Compilation/CompilationFailedException.cs b/src/Microsoft.AspNetCore.Mvc.Razor/Compilation/CompilationFailedException.cs similarity index 100% rename from src/Microsoft.AspNet.Mvc.Razor/Compilation/CompilationFailedException.cs rename to src/Microsoft.AspNetCore.Mvc.Razor/Compilation/CompilationFailedException.cs diff --git a/src/Microsoft.AspNet.Mvc.Razor/Compilation/CompilationOptionsProviderExtension.cs b/src/Microsoft.AspNetCore.Mvc.Razor/Compilation/CompilationOptionsProviderExtension.cs similarity index 100% rename from src/Microsoft.AspNet.Mvc.Razor/Compilation/CompilationOptionsProviderExtension.cs rename to src/Microsoft.AspNetCore.Mvc.Razor/Compilation/CompilationOptionsProviderExtension.cs diff --git a/src/Microsoft.AspNet.Mvc.Razor/Compilation/CompilationResult.cs b/src/Microsoft.AspNetCore.Mvc.Razor/Compilation/CompilationResult.cs similarity index 100% rename from src/Microsoft.AspNet.Mvc.Razor/Compilation/CompilationResult.cs rename to src/Microsoft.AspNetCore.Mvc.Razor/Compilation/CompilationResult.cs diff --git a/src/Microsoft.AspNet.Mvc.Razor/Compilation/CompilerCache.cs b/src/Microsoft.AspNetCore.Mvc.Razor/Compilation/CompilerCache.cs similarity index 100% rename from src/Microsoft.AspNet.Mvc.Razor/Compilation/CompilerCache.cs rename to src/Microsoft.AspNetCore.Mvc.Razor/Compilation/CompilerCache.cs diff --git a/src/Microsoft.AspNet.Mvc.Razor/Compilation/CompilerCacheResult.cs b/src/Microsoft.AspNetCore.Mvc.Razor/Compilation/CompilerCacheResult.cs similarity index 100% rename from src/Microsoft.AspNet.Mvc.Razor/Compilation/CompilerCacheResult.cs rename to src/Microsoft.AspNetCore.Mvc.Razor/Compilation/CompilerCacheResult.cs diff --git a/src/Microsoft.AspNet.Mvc.Razor/Compilation/DefaultCompilerCacheProvider.cs b/src/Microsoft.AspNetCore.Mvc.Razor/Compilation/DefaultCompilerCacheProvider.cs similarity index 100% rename from src/Microsoft.AspNet.Mvc.Razor/Compilation/DefaultCompilerCacheProvider.cs rename to src/Microsoft.AspNetCore.Mvc.Razor/Compilation/DefaultCompilerCacheProvider.cs diff --git a/src/Microsoft.AspNet.Mvc.Razor/Compilation/DefaultRoslynCompilationService.cs b/src/Microsoft.AspNetCore.Mvc.Razor/Compilation/DefaultRoslynCompilationService.cs similarity index 100% rename from src/Microsoft.AspNet.Mvc.Razor/Compilation/DefaultRoslynCompilationService.cs rename to src/Microsoft.AspNetCore.Mvc.Razor/Compilation/DefaultRoslynCompilationService.cs diff --git a/src/Microsoft.AspNet.Mvc.Razor/Compilation/DependencyContextCompilationService.cs b/src/Microsoft.AspNetCore.Mvc.Razor/Compilation/DependencyContextCompilationService.cs similarity index 100% rename from src/Microsoft.AspNet.Mvc.Razor/Compilation/DependencyContextCompilationService.cs rename to src/Microsoft.AspNetCore.Mvc.Razor/Compilation/DependencyContextCompilationService.cs diff --git a/src/Microsoft.AspNet.Mvc.Razor/Compilation/ExpressionRewriter.cs b/src/Microsoft.AspNetCore.Mvc.Razor/Compilation/ExpressionRewriter.cs similarity index 100% rename from src/Microsoft.AspNet.Mvc.Razor/Compilation/ExpressionRewriter.cs rename to src/Microsoft.AspNetCore.Mvc.Razor/Compilation/ExpressionRewriter.cs diff --git a/src/Microsoft.AspNet.Mvc.Razor/Compilation/ICompilationService.cs b/src/Microsoft.AspNetCore.Mvc.Razor/Compilation/ICompilationService.cs similarity index 100% rename from src/Microsoft.AspNet.Mvc.Razor/Compilation/ICompilationService.cs rename to src/Microsoft.AspNetCore.Mvc.Razor/Compilation/ICompilationService.cs diff --git a/src/Microsoft.AspNet.Mvc.Razor/Compilation/ICompilerCache.cs b/src/Microsoft.AspNetCore.Mvc.Razor/Compilation/ICompilerCache.cs similarity index 100% rename from src/Microsoft.AspNet.Mvc.Razor/Compilation/ICompilerCache.cs rename to src/Microsoft.AspNetCore.Mvc.Razor/Compilation/ICompilerCache.cs diff --git a/src/Microsoft.AspNet.Mvc.Razor/Compilation/ICompilerCacheProvider.cs b/src/Microsoft.AspNetCore.Mvc.Razor/Compilation/ICompilerCacheProvider.cs similarity index 100% rename from src/Microsoft.AspNet.Mvc.Razor/Compilation/ICompilerCacheProvider.cs rename to src/Microsoft.AspNetCore.Mvc.Razor/Compilation/ICompilerCacheProvider.cs diff --git a/src/Microsoft.AspNet.Mvc.Razor/Compilation/IRazorCompilationService.cs b/src/Microsoft.AspNetCore.Mvc.Razor/Compilation/IRazorCompilationService.cs similarity index 100% rename from src/Microsoft.AspNet.Mvc.Razor/Compilation/IRazorCompilationService.cs rename to src/Microsoft.AspNetCore.Mvc.Razor/Compilation/IRazorCompilationService.cs diff --git a/src/Microsoft.AspNet.Mvc.Razor/Compilation/RazorCompilationService.cs b/src/Microsoft.AspNetCore.Mvc.Razor/Compilation/RazorCompilationService.cs similarity index 100% rename from src/Microsoft.AspNet.Mvc.Razor/Compilation/RazorCompilationService.cs rename to src/Microsoft.AspNetCore.Mvc.Razor/Compilation/RazorCompilationService.cs diff --git a/src/Microsoft.AspNet.Mvc.Razor/Compilation/RelativeFileInfo.cs b/src/Microsoft.AspNetCore.Mvc.Razor/Compilation/RelativeFileInfo.cs similarity index 100% rename from src/Microsoft.AspNet.Mvc.Razor/Compilation/RelativeFileInfo.cs rename to src/Microsoft.AspNetCore.Mvc.Razor/Compilation/RelativeFileInfo.cs diff --git a/src/Microsoft.AspNet.Mvc.Razor/Compilation/RoslynCompilationContext.cs b/src/Microsoft.AspNetCore.Mvc.Razor/Compilation/RoslynCompilationContext.cs similarity index 100% rename from src/Microsoft.AspNet.Mvc.Razor/Compilation/RoslynCompilationContext.cs rename to src/Microsoft.AspNetCore.Mvc.Razor/Compilation/RoslynCompilationContext.cs diff --git a/src/Microsoft.AspNet.Mvc.Razor/Compilation/RoslynCompilationService.cs b/src/Microsoft.AspNetCore.Mvc.Razor/Compilation/RoslynCompilationService.cs similarity index 100% rename from src/Microsoft.AspNet.Mvc.Razor/Compilation/RoslynCompilationService.cs rename to src/Microsoft.AspNetCore.Mvc.Razor/Compilation/RoslynCompilationService.cs diff --git a/src/Microsoft.AspNet.Mvc.Razor/Compilation/SyntaxTreeGenerator.cs b/src/Microsoft.AspNetCore.Mvc.Razor/Compilation/SyntaxTreeGenerator.cs similarity index 100% rename from src/Microsoft.AspNet.Mvc.Razor/Compilation/SyntaxTreeGenerator.cs rename to src/Microsoft.AspNetCore.Mvc.Razor/Compilation/SyntaxTreeGenerator.cs diff --git a/src/Microsoft.AspNet.Mvc.Razor/DefaultRazorPageFactoryProvider.cs b/src/Microsoft.AspNetCore.Mvc.Razor/DefaultRazorPageFactoryProvider.cs similarity index 100% rename from src/Microsoft.AspNet.Mvc.Razor/DefaultRazorPageFactoryProvider.cs rename to src/Microsoft.AspNetCore.Mvc.Razor/DefaultRazorPageFactoryProvider.cs diff --git a/src/Microsoft.AspNet.Mvc.Razor/DefaultRazorViewEngineFileProviderAccessor.cs b/src/Microsoft.AspNetCore.Mvc.Razor/DefaultRazorViewEngineFileProviderAccessor.cs similarity index 100% rename from src/Microsoft.AspNet.Mvc.Razor/DefaultRazorViewEngineFileProviderAccessor.cs rename to src/Microsoft.AspNetCore.Mvc.Razor/DefaultRazorViewEngineFileProviderAccessor.cs diff --git a/src/Microsoft.AspNet.Mvc.Razor/DefaultTagHelperActivator.cs b/src/Microsoft.AspNetCore.Mvc.Razor/DefaultTagHelperActivator.cs similarity index 100% rename from src/Microsoft.AspNet.Mvc.Razor/DefaultTagHelperActivator.cs rename to src/Microsoft.AspNetCore.Mvc.Razor/DefaultTagHelperActivator.cs diff --git a/src/Microsoft.AspNet.Mvc.Razor/DependencyContextRazorViewEngineOptionsSetup.cs b/src/Microsoft.AspNetCore.Mvc.Razor/DependencyContextRazorViewEngineOptionsSetup.cs similarity index 100% rename from src/Microsoft.AspNet.Mvc.Razor/DependencyContextRazorViewEngineOptionsSetup.cs rename to src/Microsoft.AspNetCore.Mvc.Razor/DependencyContextRazorViewEngineOptionsSetup.cs diff --git a/src/Microsoft.AspNet.Mvc.Razor/DependencyInjection/MvcRazorMvcBuilderExtensions.cs b/src/Microsoft.AspNetCore.Mvc.Razor/DependencyInjection/MvcRazorMvcBuilderExtensions.cs similarity index 100% rename from src/Microsoft.AspNet.Mvc.Razor/DependencyInjection/MvcRazorMvcBuilderExtensions.cs rename to src/Microsoft.AspNetCore.Mvc.Razor/DependencyInjection/MvcRazorMvcBuilderExtensions.cs diff --git a/src/Microsoft.AspNet.Mvc.Razor/DependencyInjection/MvcRazorMvcCoreBuilderExtensions.cs b/src/Microsoft.AspNetCore.Mvc.Razor/DependencyInjection/MvcRazorMvcCoreBuilderExtensions.cs similarity index 100% rename from src/Microsoft.AspNet.Mvc.Razor/DependencyInjection/MvcRazorMvcCoreBuilderExtensions.cs rename to src/Microsoft.AspNetCore.Mvc.Razor/DependencyInjection/MvcRazorMvcCoreBuilderExtensions.cs diff --git a/src/Microsoft.AspNet.Mvc.Razor/HelperResult.cs b/src/Microsoft.AspNetCore.Mvc.Razor/HelperResult.cs similarity index 100% rename from src/Microsoft.AspNet.Mvc.Razor/HelperResult.cs rename to src/Microsoft.AspNetCore.Mvc.Razor/HelperResult.cs diff --git a/src/Microsoft.AspNet.Mvc.Razor/IRazorPage.cs b/src/Microsoft.AspNetCore.Mvc.Razor/IRazorPage.cs similarity index 100% rename from src/Microsoft.AspNet.Mvc.Razor/IRazorPage.cs rename to src/Microsoft.AspNetCore.Mvc.Razor/IRazorPage.cs diff --git a/src/Microsoft.AspNet.Mvc.Razor/IRazorPageActivator.cs b/src/Microsoft.AspNetCore.Mvc.Razor/IRazorPageActivator.cs similarity index 100% rename from src/Microsoft.AspNet.Mvc.Razor/IRazorPageActivator.cs rename to src/Microsoft.AspNetCore.Mvc.Razor/IRazorPageActivator.cs diff --git a/src/Microsoft.AspNet.Mvc.Razor/IRazorPageFactoryProvider.cs b/src/Microsoft.AspNetCore.Mvc.Razor/IRazorPageFactoryProvider.cs similarity index 100% rename from src/Microsoft.AspNet.Mvc.Razor/IRazorPageFactoryProvider.cs rename to src/Microsoft.AspNetCore.Mvc.Razor/IRazorPageFactoryProvider.cs diff --git a/src/Microsoft.AspNet.Mvc.Razor/IRazorViewEngine.cs b/src/Microsoft.AspNetCore.Mvc.Razor/IRazorViewEngine.cs similarity index 100% rename from src/Microsoft.AspNet.Mvc.Razor/IRazorViewEngine.cs rename to src/Microsoft.AspNetCore.Mvc.Razor/IRazorViewEngine.cs diff --git a/src/Microsoft.AspNet.Mvc.Razor/IRazorViewEngineFileProviderAccessor.cs b/src/Microsoft.AspNetCore.Mvc.Razor/IRazorViewEngineFileProviderAccessor.cs similarity index 100% rename from src/Microsoft.AspNet.Mvc.Razor/IRazorViewEngineFileProviderAccessor.cs rename to src/Microsoft.AspNetCore.Mvc.Razor/IRazorViewEngineFileProviderAccessor.cs diff --git a/src/Microsoft.AspNet.Mvc.Razor/ITagHelperActivator.cs b/src/Microsoft.AspNetCore.Mvc.Razor/ITagHelperActivator.cs similarity index 100% rename from src/Microsoft.AspNet.Mvc.Razor/ITagHelperActivator.cs rename to src/Microsoft.AspNetCore.Mvc.Razor/ITagHelperActivator.cs diff --git a/src/Microsoft.AspNet.Mvc.Razor/ITagHelperInitializerOfT.cs b/src/Microsoft.AspNetCore.Mvc.Razor/ITagHelperInitializerOfT.cs similarity index 100% rename from src/Microsoft.AspNet.Mvc.Razor/ITagHelperInitializerOfT.cs rename to src/Microsoft.AspNetCore.Mvc.Razor/ITagHelperInitializerOfT.cs diff --git a/src/Microsoft.AspNet.Mvc.Razor/IViewLocationExpander.cs b/src/Microsoft.AspNetCore.Mvc.Razor/IViewLocationExpander.cs similarity index 100% rename from src/Microsoft.AspNet.Mvc.Razor/IViewLocationExpander.cs rename to src/Microsoft.AspNetCore.Mvc.Razor/IViewLocationExpander.cs diff --git a/src/Microsoft.AspNet.Mvc.Razor/Internal/MvcRazorMvcViewOptionsSetup.cs b/src/Microsoft.AspNetCore.Mvc.Razor/Internal/MvcRazorMvcViewOptionsSetup.cs similarity index 100% rename from src/Microsoft.AspNet.Mvc.Razor/Internal/MvcRazorMvcViewOptionsSetup.cs rename to src/Microsoft.AspNetCore.Mvc.Razor/Internal/MvcRazorMvcViewOptionsSetup.cs diff --git a/src/Microsoft.AspNet.Mvc.Razor/Internal/RazorInjectAttribute.cs b/src/Microsoft.AspNetCore.Mvc.Razor/Internal/RazorInjectAttribute.cs similarity index 100% rename from src/Microsoft.AspNet.Mvc.Razor/Internal/RazorInjectAttribute.cs rename to src/Microsoft.AspNetCore.Mvc.Razor/Internal/RazorInjectAttribute.cs diff --git a/src/Microsoft.AspNet.Mvc.Razor/Internal/SymbolsUtility.cs b/src/Microsoft.AspNetCore.Mvc.Razor/Internal/SymbolsUtility.cs similarity index 100% rename from src/Microsoft.AspNet.Mvc.Razor/Internal/SymbolsUtility.cs rename to src/Microsoft.AspNetCore.Mvc.Razor/Internal/SymbolsUtility.cs diff --git a/src/Microsoft.AspNet.Mvc.Razor/LanguageViewLocationExpander.cs b/src/Microsoft.AspNetCore.Mvc.Razor/LanguageViewLocationExpander.cs similarity index 100% rename from src/Microsoft.AspNet.Mvc.Razor/LanguageViewLocationExpander.cs rename to src/Microsoft.AspNetCore.Mvc.Razor/LanguageViewLocationExpander.cs diff --git a/src/Microsoft.AspNet.Mvc.Razor/LanguageViewLocationExpanderFormat.cs b/src/Microsoft.AspNetCore.Mvc.Razor/LanguageViewLocationExpanderFormat.cs similarity index 100% rename from src/Microsoft.AspNet.Mvc.Razor/LanguageViewLocationExpanderFormat.cs rename to src/Microsoft.AspNetCore.Mvc.Razor/LanguageViewLocationExpanderFormat.cs diff --git a/src/Microsoft.AspNet.Mvc.Razor/Logging/RazorCompilationServiceLoggerExtensions.cs b/src/Microsoft.AspNetCore.Mvc.Razor/Logging/RazorCompilationServiceLoggerExtensions.cs similarity index 100% rename from src/Microsoft.AspNet.Mvc.Razor/Logging/RazorCompilationServiceLoggerExtensions.cs rename to src/Microsoft.AspNetCore.Mvc.Razor/Logging/RazorCompilationServiceLoggerExtensions.cs diff --git a/src/Microsoft.AspNet.Mvc.Razor/Logging/RazorViewEngineLoggerExtensions.cs b/src/Microsoft.AspNetCore.Mvc.Razor/Logging/RazorViewEngineLoggerExtensions.cs similarity index 100% rename from src/Microsoft.AspNet.Mvc.Razor/Logging/RazorViewEngineLoggerExtensions.cs rename to src/Microsoft.AspNetCore.Mvc.Razor/Logging/RazorViewEngineLoggerExtensions.cs diff --git a/src/Microsoft.AspNet.Mvc.Razor/Logging/RoslynCompilationServiceLoggerExtensions.cs b/src/Microsoft.AspNetCore.Mvc.Razor/Logging/RoslynCompilationServiceLoggerExtensions.cs similarity index 100% rename from src/Microsoft.AspNet.Mvc.Razor/Logging/RoslynCompilationServiceLoggerExtensions.cs rename to src/Microsoft.AspNetCore.Mvc.Razor/Logging/RoslynCompilationServiceLoggerExtensions.cs diff --git a/src/Microsoft.AspNet.Mvc.Razor/Microsoft.AspNet.Mvc.Razor.xproj b/src/Microsoft.AspNetCore.Mvc.Razor/Microsoft.AspNetCore.Mvc.Razor.xproj similarity index 100% rename from src/Microsoft.AspNet.Mvc.Razor/Microsoft.AspNet.Mvc.Razor.xproj rename to src/Microsoft.AspNetCore.Mvc.Razor/Microsoft.AspNetCore.Mvc.Razor.xproj diff --git a/src/Microsoft.AspNet.Mvc.Razor/Properties/AssemblyInfo.cs b/src/Microsoft.AspNetCore.Mvc.Razor/Properties/AssemblyInfo.cs similarity index 100% rename from src/Microsoft.AspNet.Mvc.Razor/Properties/AssemblyInfo.cs rename to src/Microsoft.AspNetCore.Mvc.Razor/Properties/AssemblyInfo.cs diff --git a/src/Microsoft.AspNet.Mvc.Razor/Properties/Resources.Designer.cs b/src/Microsoft.AspNetCore.Mvc.Razor/Properties/Resources.Designer.cs similarity index 100% rename from src/Microsoft.AspNet.Mvc.Razor/Properties/Resources.Designer.cs rename to src/Microsoft.AspNetCore.Mvc.Razor/Properties/Resources.Designer.cs diff --git a/src/Microsoft.AspNet.Mvc.Razor/RazorPage.cs b/src/Microsoft.AspNetCore.Mvc.Razor/RazorPage.cs similarity index 100% rename from src/Microsoft.AspNet.Mvc.Razor/RazorPage.cs rename to src/Microsoft.AspNetCore.Mvc.Razor/RazorPage.cs diff --git a/src/Microsoft.AspNet.Mvc.Razor/RazorPageActivator.cs b/src/Microsoft.AspNetCore.Mvc.Razor/RazorPageActivator.cs similarity index 100% rename from src/Microsoft.AspNet.Mvc.Razor/RazorPageActivator.cs rename to src/Microsoft.AspNetCore.Mvc.Razor/RazorPageActivator.cs diff --git a/src/Microsoft.AspNet.Mvc.Razor/RazorPageFactoryResult.cs b/src/Microsoft.AspNetCore.Mvc.Razor/RazorPageFactoryResult.cs similarity index 100% rename from src/Microsoft.AspNet.Mvc.Razor/RazorPageFactoryResult.cs rename to src/Microsoft.AspNetCore.Mvc.Razor/RazorPageFactoryResult.cs diff --git a/src/Microsoft.AspNet.Mvc.Razor/RazorPageOfT.cs b/src/Microsoft.AspNetCore.Mvc.Razor/RazorPageOfT.cs similarity index 100% rename from src/Microsoft.AspNet.Mvc.Razor/RazorPageOfT.cs rename to src/Microsoft.AspNetCore.Mvc.Razor/RazorPageOfT.cs diff --git a/src/Microsoft.AspNet.Mvc.Razor/RazorPageResult.cs b/src/Microsoft.AspNetCore.Mvc.Razor/RazorPageResult.cs similarity index 100% rename from src/Microsoft.AspNet.Mvc.Razor/RazorPageResult.cs rename to src/Microsoft.AspNetCore.Mvc.Razor/RazorPageResult.cs diff --git a/src/Microsoft.AspNet.Mvc.Razor/RazorTextWriter.cs b/src/Microsoft.AspNetCore.Mvc.Razor/RazorTextWriter.cs similarity index 100% rename from src/Microsoft.AspNet.Mvc.Razor/RazorTextWriter.cs rename to src/Microsoft.AspNetCore.Mvc.Razor/RazorTextWriter.cs diff --git a/src/Microsoft.AspNet.Mvc.Razor/RazorView.cs b/src/Microsoft.AspNetCore.Mvc.Razor/RazorView.cs similarity index 100% rename from src/Microsoft.AspNet.Mvc.Razor/RazorView.cs rename to src/Microsoft.AspNetCore.Mvc.Razor/RazorView.cs diff --git a/src/Microsoft.AspNet.Mvc.Razor/RazorViewEngine.cs b/src/Microsoft.AspNetCore.Mvc.Razor/RazorViewEngine.cs similarity index 100% rename from src/Microsoft.AspNet.Mvc.Razor/RazorViewEngine.cs rename to src/Microsoft.AspNetCore.Mvc.Razor/RazorViewEngine.cs diff --git a/src/Microsoft.AspNet.Mvc.Razor/RazorViewEngineOptions.cs b/src/Microsoft.AspNetCore.Mvc.Razor/RazorViewEngineOptions.cs similarity index 100% rename from src/Microsoft.AspNet.Mvc.Razor/RazorViewEngineOptions.cs rename to src/Microsoft.AspNetCore.Mvc.Razor/RazorViewEngineOptions.cs diff --git a/src/Microsoft.AspNet.Mvc.Razor/RazorViewEngineOptionsSetup.cs b/src/Microsoft.AspNetCore.Mvc.Razor/RazorViewEngineOptionsSetup.cs similarity index 100% rename from src/Microsoft.AspNet.Mvc.Razor/RazorViewEngineOptionsSetup.cs rename to src/Microsoft.AspNetCore.Mvc.Razor/RazorViewEngineOptionsSetup.cs diff --git a/src/Microsoft.AspNet.Mvc.Razor/RenderAsyncDelegate.cs b/src/Microsoft.AspNetCore.Mvc.Razor/RenderAsyncDelegate.cs similarity index 100% rename from src/Microsoft.AspNet.Mvc.Razor/RenderAsyncDelegate.cs rename to src/Microsoft.AspNetCore.Mvc.Razor/RenderAsyncDelegate.cs diff --git a/src/Microsoft.AspNet.Mvc.Razor/Resources.resx b/src/Microsoft.AspNetCore.Mvc.Razor/Resources.resx similarity index 100% rename from src/Microsoft.AspNet.Mvc.Razor/Resources.resx rename to src/Microsoft.AspNetCore.Mvc.Razor/Resources.resx diff --git a/src/Microsoft.AspNet.Mvc.Razor/TagHelperInitializerOfT.cs b/src/Microsoft.AspNetCore.Mvc.Razor/TagHelperInitializerOfT.cs similarity index 100% rename from src/Microsoft.AspNet.Mvc.Razor/TagHelperInitializerOfT.cs rename to src/Microsoft.AspNetCore.Mvc.Razor/TagHelperInitializerOfT.cs diff --git a/src/Microsoft.AspNet.Mvc.Razor/TagHelpers/UrlResolutionTagHelper.cs b/src/Microsoft.AspNetCore.Mvc.Razor/TagHelpers/UrlResolutionTagHelper.cs similarity index 100% rename from src/Microsoft.AspNet.Mvc.Razor/TagHelpers/UrlResolutionTagHelper.cs rename to src/Microsoft.AspNetCore.Mvc.Razor/TagHelpers/UrlResolutionTagHelper.cs diff --git a/src/Microsoft.AspNet.Mvc.Razor/ViewLocationCacheItem.cs b/src/Microsoft.AspNetCore.Mvc.Razor/ViewLocationCacheItem.cs similarity index 100% rename from src/Microsoft.AspNet.Mvc.Razor/ViewLocationCacheItem.cs rename to src/Microsoft.AspNetCore.Mvc.Razor/ViewLocationCacheItem.cs diff --git a/src/Microsoft.AspNet.Mvc.Razor/ViewLocationCacheKey.cs b/src/Microsoft.AspNetCore.Mvc.Razor/ViewLocationCacheKey.cs similarity index 100% rename from src/Microsoft.AspNet.Mvc.Razor/ViewLocationCacheKey.cs rename to src/Microsoft.AspNetCore.Mvc.Razor/ViewLocationCacheKey.cs diff --git a/src/Microsoft.AspNet.Mvc.Razor/ViewLocationCacheResult.cs b/src/Microsoft.AspNetCore.Mvc.Razor/ViewLocationCacheResult.cs similarity index 100% rename from src/Microsoft.AspNet.Mvc.Razor/ViewLocationCacheResult.cs rename to src/Microsoft.AspNetCore.Mvc.Razor/ViewLocationCacheResult.cs diff --git a/src/Microsoft.AspNet.Mvc.Razor/ViewLocationExpanderContext.cs b/src/Microsoft.AspNetCore.Mvc.Razor/ViewLocationExpanderContext.cs similarity index 100% rename from src/Microsoft.AspNet.Mvc.Razor/ViewLocationExpanderContext.cs rename to src/Microsoft.AspNetCore.Mvc.Razor/ViewLocationExpanderContext.cs diff --git a/src/Microsoft.AspNet.Mvc.Razor/project.json b/src/Microsoft.AspNetCore.Mvc.Razor/project.json similarity index 100% rename from src/Microsoft.AspNet.Mvc.Razor/project.json rename to src/Microsoft.AspNetCore.Mvc.Razor/project.json diff --git a/src/Microsoft.AspNet.Mvc.TagHelpers/AnchorTagHelper.cs b/src/Microsoft.AspNetCore.Mvc.TagHelpers/AnchorTagHelper.cs similarity index 100% rename from src/Microsoft.AspNet.Mvc.TagHelpers/AnchorTagHelper.cs rename to src/Microsoft.AspNetCore.Mvc.TagHelpers/AnchorTagHelper.cs diff --git a/src/Microsoft.AspNet.Mvc.TagHelpers/CacheTagHelper.cs b/src/Microsoft.AspNetCore.Mvc.TagHelpers/CacheTagHelper.cs similarity index 100% rename from src/Microsoft.AspNet.Mvc.TagHelpers/CacheTagHelper.cs rename to src/Microsoft.AspNetCore.Mvc.TagHelpers/CacheTagHelper.cs diff --git a/src/Microsoft.AspNet.Mvc.TagHelpers/EnvironmentTagHelper.cs b/src/Microsoft.AspNetCore.Mvc.TagHelpers/EnvironmentTagHelper.cs similarity index 100% rename from src/Microsoft.AspNet.Mvc.TagHelpers/EnvironmentTagHelper.cs rename to src/Microsoft.AspNetCore.Mvc.TagHelpers/EnvironmentTagHelper.cs diff --git a/src/Microsoft.AspNet.Mvc.TagHelpers/FormTagHelper.cs b/src/Microsoft.AspNetCore.Mvc.TagHelpers/FormTagHelper.cs similarity index 100% rename from src/Microsoft.AspNet.Mvc.TagHelpers/FormTagHelper.cs rename to src/Microsoft.AspNetCore.Mvc.TagHelpers/FormTagHelper.cs diff --git a/src/Microsoft.AspNet.Mvc.TagHelpers/ImageTagHelper.cs b/src/Microsoft.AspNetCore.Mvc.TagHelpers/ImageTagHelper.cs similarity index 100% rename from src/Microsoft.AspNet.Mvc.TagHelpers/ImageTagHelper.cs rename to src/Microsoft.AspNetCore.Mvc.TagHelpers/ImageTagHelper.cs diff --git a/src/Microsoft.AspNet.Mvc.TagHelpers/InputTagHelper.cs b/src/Microsoft.AspNetCore.Mvc.TagHelpers/InputTagHelper.cs similarity index 100% rename from src/Microsoft.AspNet.Mvc.TagHelpers/InputTagHelper.cs rename to src/Microsoft.AspNetCore.Mvc.TagHelpers/InputTagHelper.cs diff --git a/src/Microsoft.AspNet.Mvc.TagHelpers/Internal/AttributeMatcher.cs b/src/Microsoft.AspNetCore.Mvc.TagHelpers/Internal/AttributeMatcher.cs similarity index 100% rename from src/Microsoft.AspNet.Mvc.TagHelpers/Internal/AttributeMatcher.cs rename to src/Microsoft.AspNetCore.Mvc.TagHelpers/Internal/AttributeMatcher.cs diff --git a/src/Microsoft.AspNet.Mvc.TagHelpers/Internal/CurrentValues.cs b/src/Microsoft.AspNetCore.Mvc.TagHelpers/Internal/CurrentValues.cs similarity index 100% rename from src/Microsoft.AspNet.Mvc.TagHelpers/Internal/CurrentValues.cs rename to src/Microsoft.AspNetCore.Mvc.TagHelpers/Internal/CurrentValues.cs diff --git a/src/Microsoft.AspNet.Mvc.TagHelpers/Internal/FileProviderGlobbingDirectory.cs b/src/Microsoft.AspNetCore.Mvc.TagHelpers/Internal/FileProviderGlobbingDirectory.cs similarity index 100% rename from src/Microsoft.AspNet.Mvc.TagHelpers/Internal/FileProviderGlobbingDirectory.cs rename to src/Microsoft.AspNetCore.Mvc.TagHelpers/Internal/FileProviderGlobbingDirectory.cs diff --git a/src/Microsoft.AspNet.Mvc.TagHelpers/Internal/FileProviderGlobbingFile.cs b/src/Microsoft.AspNetCore.Mvc.TagHelpers/Internal/FileProviderGlobbingFile.cs similarity index 100% rename from src/Microsoft.AspNet.Mvc.TagHelpers/Internal/FileProviderGlobbingFile.cs rename to src/Microsoft.AspNetCore.Mvc.TagHelpers/Internal/FileProviderGlobbingFile.cs diff --git a/src/Microsoft.AspNet.Mvc.TagHelpers/Internal/FileVersionProvider.cs b/src/Microsoft.AspNetCore.Mvc.TagHelpers/Internal/FileVersionProvider.cs similarity index 100% rename from src/Microsoft.AspNet.Mvc.TagHelpers/Internal/FileVersionProvider.cs rename to src/Microsoft.AspNetCore.Mvc.TagHelpers/Internal/FileVersionProvider.cs diff --git a/src/Microsoft.AspNet.Mvc.TagHelpers/Internal/GlobbingUrlBuilder.cs b/src/Microsoft.AspNetCore.Mvc.TagHelpers/Internal/GlobbingUrlBuilder.cs similarity index 100% rename from src/Microsoft.AspNet.Mvc.TagHelpers/Internal/GlobbingUrlBuilder.cs rename to src/Microsoft.AspNetCore.Mvc.TagHelpers/Internal/GlobbingUrlBuilder.cs diff --git a/src/Microsoft.AspNet.Mvc.TagHelpers/Internal/JavaScriptResources.cs b/src/Microsoft.AspNetCore.Mvc.TagHelpers/Internal/JavaScriptResources.cs similarity index 100% rename from src/Microsoft.AspNet.Mvc.TagHelpers/Internal/JavaScriptResources.cs rename to src/Microsoft.AspNetCore.Mvc.TagHelpers/Internal/JavaScriptResources.cs diff --git a/src/Microsoft.AspNet.Mvc.TagHelpers/Internal/ModeAttributesOfT.cs b/src/Microsoft.AspNetCore.Mvc.TagHelpers/Internal/ModeAttributesOfT.cs similarity index 100% rename from src/Microsoft.AspNet.Mvc.TagHelpers/Internal/ModeAttributesOfT.cs rename to src/Microsoft.AspNetCore.Mvc.TagHelpers/Internal/ModeAttributesOfT.cs diff --git a/src/Microsoft.AspNet.Mvc.TagHelpers/LabelTagHelper.cs b/src/Microsoft.AspNetCore.Mvc.TagHelpers/LabelTagHelper.cs similarity index 100% rename from src/Microsoft.AspNet.Mvc.TagHelpers/LabelTagHelper.cs rename to src/Microsoft.AspNetCore.Mvc.TagHelpers/LabelTagHelper.cs diff --git a/src/Microsoft.AspNet.Mvc.TagHelpers/LinkTagHelper.cs b/src/Microsoft.AspNetCore.Mvc.TagHelpers/LinkTagHelper.cs similarity index 100% rename from src/Microsoft.AspNet.Mvc.TagHelpers/LinkTagHelper.cs rename to src/Microsoft.AspNetCore.Mvc.TagHelpers/LinkTagHelper.cs diff --git a/src/Microsoft.AspNet.Mvc.TagHelpers/Microsoft.AspNet.Mvc.TagHelpers.xproj b/src/Microsoft.AspNetCore.Mvc.TagHelpers/Microsoft.AspNetCore.Mvc.TagHelpers.xproj similarity index 100% rename from src/Microsoft.AspNet.Mvc.TagHelpers/Microsoft.AspNet.Mvc.TagHelpers.xproj rename to src/Microsoft.AspNetCore.Mvc.TagHelpers/Microsoft.AspNetCore.Mvc.TagHelpers.xproj diff --git a/src/Microsoft.AspNet.Mvc.TagHelpers/OptionTagHelper.cs b/src/Microsoft.AspNetCore.Mvc.TagHelpers/OptionTagHelper.cs similarity index 100% rename from src/Microsoft.AspNet.Mvc.TagHelpers/OptionTagHelper.cs rename to src/Microsoft.AspNetCore.Mvc.TagHelpers/OptionTagHelper.cs diff --git a/src/Microsoft.AspNet.Mvc.TagHelpers/Properties/AssemblyInfo.cs b/src/Microsoft.AspNetCore.Mvc.TagHelpers/Properties/AssemblyInfo.cs similarity index 100% rename from src/Microsoft.AspNet.Mvc.TagHelpers/Properties/AssemblyInfo.cs rename to src/Microsoft.AspNetCore.Mvc.TagHelpers/Properties/AssemblyInfo.cs diff --git a/src/Microsoft.AspNet.Mvc.TagHelpers/Properties/Resources.Designer.cs b/src/Microsoft.AspNetCore.Mvc.TagHelpers/Properties/Resources.Designer.cs similarity index 100% rename from src/Microsoft.AspNet.Mvc.TagHelpers/Properties/Resources.Designer.cs rename to src/Microsoft.AspNetCore.Mvc.TagHelpers/Properties/Resources.Designer.cs diff --git a/src/Microsoft.AspNet.Mvc.TagHelpers/RenderAtEndOfFormTagHelper.cs b/src/Microsoft.AspNetCore.Mvc.TagHelpers/RenderAtEndOfFormTagHelper.cs similarity index 100% rename from src/Microsoft.AspNet.Mvc.TagHelpers/RenderAtEndOfFormTagHelper.cs rename to src/Microsoft.AspNetCore.Mvc.TagHelpers/RenderAtEndOfFormTagHelper.cs diff --git a/src/Microsoft.AspNet.Mvc.TagHelpers/Rendering/ValidationSummary.cs b/src/Microsoft.AspNetCore.Mvc.TagHelpers/Rendering/ValidationSummary.cs similarity index 100% rename from src/Microsoft.AspNet.Mvc.TagHelpers/Rendering/ValidationSummary.cs rename to src/Microsoft.AspNetCore.Mvc.TagHelpers/Rendering/ValidationSummary.cs diff --git a/src/Microsoft.AspNet.Mvc.TagHelpers/Resources.resx b/src/Microsoft.AspNetCore.Mvc.TagHelpers/Resources.resx similarity index 100% rename from src/Microsoft.AspNet.Mvc.TagHelpers/Resources.resx rename to src/Microsoft.AspNetCore.Mvc.TagHelpers/Resources.resx diff --git a/src/Microsoft.AspNet.Mvc.TagHelpers/ScriptTagHelper.cs b/src/Microsoft.AspNetCore.Mvc.TagHelpers/ScriptTagHelper.cs similarity index 100% rename from src/Microsoft.AspNet.Mvc.TagHelpers/ScriptTagHelper.cs rename to src/Microsoft.AspNetCore.Mvc.TagHelpers/ScriptTagHelper.cs diff --git a/src/Microsoft.AspNet.Mvc.TagHelpers/SelectTagHelper.cs b/src/Microsoft.AspNetCore.Mvc.TagHelpers/SelectTagHelper.cs similarity index 100% rename from src/Microsoft.AspNet.Mvc.TagHelpers/SelectTagHelper.cs rename to src/Microsoft.AspNetCore.Mvc.TagHelpers/SelectTagHelper.cs diff --git a/src/Microsoft.AspNet.Mvc.TagHelpers/TagHelperContentExtensions.cs b/src/Microsoft.AspNetCore.Mvc.TagHelpers/TagHelperContentExtensions.cs similarity index 100% rename from src/Microsoft.AspNet.Mvc.TagHelpers/TagHelperContentExtensions.cs rename to src/Microsoft.AspNetCore.Mvc.TagHelpers/TagHelperContentExtensions.cs diff --git a/src/Microsoft.AspNet.Mvc.TagHelpers/TagHelperOutputExtensions.cs b/src/Microsoft.AspNetCore.Mvc.TagHelpers/TagHelperOutputExtensions.cs similarity index 100% rename from src/Microsoft.AspNet.Mvc.TagHelpers/TagHelperOutputExtensions.cs rename to src/Microsoft.AspNetCore.Mvc.TagHelpers/TagHelperOutputExtensions.cs diff --git a/src/Microsoft.AspNet.Mvc.TagHelpers/TextAreaTagHelper.cs b/src/Microsoft.AspNetCore.Mvc.TagHelpers/TextAreaTagHelper.cs similarity index 100% rename from src/Microsoft.AspNet.Mvc.TagHelpers/TextAreaTagHelper.cs rename to src/Microsoft.AspNetCore.Mvc.TagHelpers/TextAreaTagHelper.cs diff --git a/src/Microsoft.AspNet.Mvc.TagHelpers/ValidationMessageTagHelper.cs b/src/Microsoft.AspNetCore.Mvc.TagHelpers/ValidationMessageTagHelper.cs similarity index 100% rename from src/Microsoft.AspNet.Mvc.TagHelpers/ValidationMessageTagHelper.cs rename to src/Microsoft.AspNetCore.Mvc.TagHelpers/ValidationMessageTagHelper.cs diff --git a/src/Microsoft.AspNet.Mvc.TagHelpers/ValidationSummaryTagHelper.cs b/src/Microsoft.AspNetCore.Mvc.TagHelpers/ValidationSummaryTagHelper.cs similarity index 100% rename from src/Microsoft.AspNet.Mvc.TagHelpers/ValidationSummaryTagHelper.cs rename to src/Microsoft.AspNetCore.Mvc.TagHelpers/ValidationSummaryTagHelper.cs diff --git a/src/Microsoft.AspNet.Mvc.TagHelpers/gruntfile.js b/src/Microsoft.AspNetCore.Mvc.TagHelpers/gruntfile.js similarity index 100% rename from src/Microsoft.AspNet.Mvc.TagHelpers/gruntfile.js rename to src/Microsoft.AspNetCore.Mvc.TagHelpers/gruntfile.js diff --git a/src/Microsoft.AspNet.Mvc.TagHelpers/js/LinkTagHelper_FallbackJavaScript.js b/src/Microsoft.AspNetCore.Mvc.TagHelpers/js/LinkTagHelper_FallbackJavaScript.js similarity index 100% rename from src/Microsoft.AspNet.Mvc.TagHelpers/js/LinkTagHelper_FallbackJavaScript.js rename to src/Microsoft.AspNetCore.Mvc.TagHelpers/js/LinkTagHelper_FallbackJavaScript.js diff --git a/src/Microsoft.AspNet.Mvc.TagHelpers/package.json b/src/Microsoft.AspNetCore.Mvc.TagHelpers/package.json similarity index 100% rename from src/Microsoft.AspNet.Mvc.TagHelpers/package.json rename to src/Microsoft.AspNetCore.Mvc.TagHelpers/package.json diff --git a/src/Microsoft.AspNet.Mvc.TagHelpers/project.json b/src/Microsoft.AspNetCore.Mvc.TagHelpers/project.json similarity index 100% rename from src/Microsoft.AspNet.Mvc.TagHelpers/project.json rename to src/Microsoft.AspNetCore.Mvc.TagHelpers/project.json diff --git a/src/Microsoft.AspNet.Mvc.ViewFeatures/AutoValidateAntiforgeryTokenAttribute.cs b/src/Microsoft.AspNetCore.Mvc.ViewFeatures/AutoValidateAntiforgeryTokenAttribute.cs similarity index 100% rename from src/Microsoft.AspNet.Mvc.ViewFeatures/AutoValidateAntiforgeryTokenAttribute.cs rename to src/Microsoft.AspNetCore.Mvc.ViewFeatures/AutoValidateAntiforgeryTokenAttribute.cs diff --git a/src/Microsoft.AspNet.Mvc.ViewFeatures/Buffer/IViewBufferScope.cs b/src/Microsoft.AspNetCore.Mvc.ViewFeatures/Buffer/IViewBufferScope.cs similarity index 100% rename from src/Microsoft.AspNet.Mvc.ViewFeatures/Buffer/IViewBufferScope.cs rename to src/Microsoft.AspNetCore.Mvc.ViewFeatures/Buffer/IViewBufferScope.cs diff --git a/src/Microsoft.AspNet.Mvc.ViewFeatures/Buffer/MemoryPoolViewBufferScope.cs b/src/Microsoft.AspNetCore.Mvc.ViewFeatures/Buffer/MemoryPoolViewBufferScope.cs similarity index 100% rename from src/Microsoft.AspNet.Mvc.ViewFeatures/Buffer/MemoryPoolViewBufferScope.cs rename to src/Microsoft.AspNetCore.Mvc.ViewFeatures/Buffer/MemoryPoolViewBufferScope.cs diff --git a/src/Microsoft.AspNet.Mvc.ViewFeatures/Buffer/ViewBuffer.cs b/src/Microsoft.AspNetCore.Mvc.ViewFeatures/Buffer/ViewBuffer.cs similarity index 100% rename from src/Microsoft.AspNet.Mvc.ViewFeatures/Buffer/ViewBuffer.cs rename to src/Microsoft.AspNetCore.Mvc.ViewFeatures/Buffer/ViewBuffer.cs diff --git a/src/Microsoft.AspNet.Mvc.ViewFeatures/Buffer/ViewBufferValue.cs b/src/Microsoft.AspNetCore.Mvc.ViewFeatures/Buffer/ViewBufferValue.cs similarity index 100% rename from src/Microsoft.AspNet.Mvc.ViewFeatures/Buffer/ViewBufferValue.cs rename to src/Microsoft.AspNetCore.Mvc.ViewFeatures/Buffer/ViewBufferValue.cs diff --git a/src/Microsoft.AspNet.Mvc.ViewFeatures/Controller.cs b/src/Microsoft.AspNetCore.Mvc.ViewFeatures/Controller.cs similarity index 100% rename from src/Microsoft.AspNet.Mvc.ViewFeatures/Controller.cs rename to src/Microsoft.AspNetCore.Mvc.ViewFeatures/Controller.cs diff --git a/src/Microsoft.AspNet.Mvc.ViewFeatures/DependencyInjection/MvcViewFeaturesMvcBuilderExtensions.cs b/src/Microsoft.AspNetCore.Mvc.ViewFeatures/DependencyInjection/MvcViewFeaturesMvcBuilderExtensions.cs similarity index 100% rename from src/Microsoft.AspNet.Mvc.ViewFeatures/DependencyInjection/MvcViewFeaturesMvcBuilderExtensions.cs rename to src/Microsoft.AspNetCore.Mvc.ViewFeatures/DependencyInjection/MvcViewFeaturesMvcBuilderExtensions.cs diff --git a/src/Microsoft.AspNet.Mvc.ViewFeatures/DependencyInjection/MvcViewFeaturesMvcCoreBuilderExtensions.cs b/src/Microsoft.AspNetCore.Mvc.ViewFeatures/DependencyInjection/MvcViewFeaturesMvcCoreBuilderExtensions.cs similarity index 100% rename from src/Microsoft.AspNet.Mvc.ViewFeatures/DependencyInjection/MvcViewFeaturesMvcCoreBuilderExtensions.cs rename to src/Microsoft.AspNetCore.Mvc.ViewFeatures/DependencyInjection/MvcViewFeaturesMvcCoreBuilderExtensions.cs diff --git a/src/Microsoft.AspNet.Mvc.ViewFeatures/DiagnosticSource/ViewComponentDiagnosticSourceExtensions.cs b/src/Microsoft.AspNetCore.Mvc.ViewFeatures/DiagnosticSource/ViewComponentDiagnosticSourceExtensions.cs similarity index 100% rename from src/Microsoft.AspNet.Mvc.ViewFeatures/DiagnosticSource/ViewComponentDiagnosticSourceExtensions.cs rename to src/Microsoft.AspNetCore.Mvc.ViewFeatures/DiagnosticSource/ViewComponentDiagnosticSourceExtensions.cs diff --git a/src/Microsoft.AspNet.Mvc.ViewFeatures/DiagnosticSource/ViewExecutorDiagnosticSourceExtensions.cs b/src/Microsoft.AspNetCore.Mvc.ViewFeatures/DiagnosticSource/ViewExecutorDiagnosticSourceExtensions.cs similarity index 100% rename from src/Microsoft.AspNet.Mvc.ViewFeatures/DiagnosticSource/ViewExecutorDiagnosticSourceExtensions.cs rename to src/Microsoft.AspNetCore.Mvc.ViewFeatures/DiagnosticSource/ViewExecutorDiagnosticSourceExtensions.cs diff --git a/src/Microsoft.AspNet.Mvc.ViewFeatures/IViewComponentHelper.cs b/src/Microsoft.AspNetCore.Mvc.ViewFeatures/IViewComponentHelper.cs similarity index 100% rename from src/Microsoft.AspNet.Mvc.ViewFeatures/IViewComponentHelper.cs rename to src/Microsoft.AspNetCore.Mvc.ViewFeatures/IViewComponentHelper.cs diff --git a/src/Microsoft.AspNet.Mvc.ViewFeatures/IViewComponentResult.cs b/src/Microsoft.AspNetCore.Mvc.ViewFeatures/IViewComponentResult.cs similarity index 100% rename from src/Microsoft.AspNet.Mvc.ViewFeatures/IViewComponentResult.cs rename to src/Microsoft.AspNetCore.Mvc.ViewFeatures/IViewComponentResult.cs diff --git a/src/Microsoft.AspNet.Mvc.ViewFeatures/IgnoreAntiforgeryTokenAttribute.cs b/src/Microsoft.AspNetCore.Mvc.ViewFeatures/IgnoreAntiforgeryTokenAttribute.cs similarity index 100% rename from src/Microsoft.AspNet.Mvc.ViewFeatures/IgnoreAntiforgeryTokenAttribute.cs rename to src/Microsoft.AspNetCore.Mvc.ViewFeatures/IgnoreAntiforgeryTokenAttribute.cs diff --git a/src/Microsoft.AspNet.Mvc.ViewFeatures/Internal/AutoValidateAntiforgeryTokenAuthorizationFilter.cs b/src/Microsoft.AspNetCore.Mvc.ViewFeatures/Internal/AutoValidateAntiforgeryTokenAuthorizationFilter.cs similarity index 100% rename from src/Microsoft.AspNet.Mvc.ViewFeatures/Internal/AutoValidateAntiforgeryTokenAuthorizationFilter.cs rename to src/Microsoft.AspNetCore.Mvc.ViewFeatures/Internal/AutoValidateAntiforgeryTokenAuthorizationFilter.cs diff --git a/src/Microsoft.AspNet.Mvc.ViewFeatures/Internal/HtmlAttributePropertyHelper.cs b/src/Microsoft.AspNetCore.Mvc.ViewFeatures/Internal/HtmlAttributePropertyHelper.cs similarity index 100% rename from src/Microsoft.AspNet.Mvc.ViewFeatures/Internal/HtmlAttributePropertyHelper.cs rename to src/Microsoft.AspNetCore.Mvc.ViewFeatures/Internal/HtmlAttributePropertyHelper.cs diff --git a/src/Microsoft.AspNet.Mvc.ViewFeatures/Internal/ICanHasViewContext.cs b/src/Microsoft.AspNetCore.Mvc.ViewFeatures/Internal/ICanHasViewContext.cs similarity index 100% rename from src/Microsoft.AspNet.Mvc.ViewFeatures/Internal/ICanHasViewContext.cs rename to src/Microsoft.AspNetCore.Mvc.ViewFeatures/Internal/ICanHasViewContext.cs diff --git a/src/Microsoft.AspNet.Mvc.ViewFeatures/Internal/ModelClientValidationRemoteRule.cs b/src/Microsoft.AspNetCore.Mvc.ViewFeatures/Internal/ModelClientValidationRemoteRule.cs similarity index 100% rename from src/Microsoft.AspNet.Mvc.ViewFeatures/Internal/ModelClientValidationRemoteRule.cs rename to src/Microsoft.AspNetCore.Mvc.ViewFeatures/Internal/ModelClientValidationRemoteRule.cs diff --git a/src/Microsoft.AspNet.Mvc.ViewFeatures/Internal/MvcViewOptionsSetup.cs b/src/Microsoft.AspNetCore.Mvc.ViewFeatures/Internal/MvcViewOptionsSetup.cs similarity index 100% rename from src/Microsoft.AspNet.Mvc.ViewFeatures/Internal/MvcViewOptionsSetup.cs rename to src/Microsoft.AspNetCore.Mvc.ViewFeatures/Internal/MvcViewOptionsSetup.cs diff --git a/src/Microsoft.AspNet.Mvc.ViewFeatures/Internal/NullView.cs b/src/Microsoft.AspNetCore.Mvc.ViewFeatures/Internal/NullView.cs similarity index 100% rename from src/Microsoft.AspNet.Mvc.ViewFeatures/Internal/NullView.cs rename to src/Microsoft.AspNetCore.Mvc.ViewFeatures/Internal/NullView.cs diff --git a/src/Microsoft.AspNet.Mvc.ViewFeatures/Internal/TempDataMvcOptionsSetup.cs b/src/Microsoft.AspNetCore.Mvc.ViewFeatures/Internal/TempDataMvcOptionsSetup.cs similarity index 100% rename from src/Microsoft.AspNet.Mvc.ViewFeatures/Internal/TempDataMvcOptionsSetup.cs rename to src/Microsoft.AspNetCore.Mvc.ViewFeatures/Internal/TempDataMvcOptionsSetup.cs diff --git a/src/Microsoft.AspNet.Mvc.ViewFeatures/Internal/ValidateAntiforgeryTokenAuthorizationFilter.cs b/src/Microsoft.AspNetCore.Mvc.ViewFeatures/Internal/ValidateAntiforgeryTokenAuthorizationFilter.cs similarity index 100% rename from src/Microsoft.AspNet.Mvc.ViewFeatures/Internal/ValidateAntiforgeryTokenAuthorizationFilter.cs rename to src/Microsoft.AspNetCore.Mvc.ViewFeatures/Internal/ValidateAntiforgeryTokenAuthorizationFilter.cs diff --git a/src/Microsoft.AspNet.Mvc.ViewFeatures/Internal/ValidationHelpers.cs b/src/Microsoft.AspNetCore.Mvc.ViewFeatures/Internal/ValidationHelpers.cs similarity index 100% rename from src/Microsoft.AspNet.Mvc.ViewFeatures/Internal/ValidationHelpers.cs rename to src/Microsoft.AspNetCore.Mvc.ViewFeatures/Internal/ValidationHelpers.cs diff --git a/src/Microsoft.AspNet.Mvc.ViewFeatures/Logging/DefaultViewComponentInvokerLoggerExtensions.cs b/src/Microsoft.AspNetCore.Mvc.ViewFeatures/Logging/DefaultViewComponentInvokerLoggerExtensions.cs similarity index 100% rename from src/Microsoft.AspNet.Mvc.ViewFeatures/Logging/DefaultViewComponentInvokerLoggerExtensions.cs rename to src/Microsoft.AspNetCore.Mvc.ViewFeatures/Logging/DefaultViewComponentInvokerLoggerExtensions.cs diff --git a/src/Microsoft.AspNet.Mvc.ViewFeatures/Logging/PartialViewResultExecutorLoggerExtensions.cs b/src/Microsoft.AspNetCore.Mvc.ViewFeatures/Logging/PartialViewResultExecutorLoggerExtensions.cs similarity index 100% rename from src/Microsoft.AspNet.Mvc.ViewFeatures/Logging/PartialViewResultExecutorLoggerExtensions.cs rename to src/Microsoft.AspNetCore.Mvc.ViewFeatures/Logging/PartialViewResultExecutorLoggerExtensions.cs diff --git a/src/Microsoft.AspNet.Mvc.ViewFeatures/Logging/ValidateAntiforgeryTokenAuthorizationFilterLoggerExtensions.cs b/src/Microsoft.AspNetCore.Mvc.ViewFeatures/Logging/ValidateAntiforgeryTokenAuthorizationFilterLoggerExtensions.cs similarity index 100% rename from src/Microsoft.AspNet.Mvc.ViewFeatures/Logging/ValidateAntiforgeryTokenAuthorizationFilterLoggerExtensions.cs rename to src/Microsoft.AspNetCore.Mvc.ViewFeatures/Logging/ValidateAntiforgeryTokenAuthorizationFilterLoggerExtensions.cs diff --git a/src/Microsoft.AspNet.Mvc.ViewFeatures/Logging/ViewComponentResultLoggerExtensions.cs b/src/Microsoft.AspNetCore.Mvc.ViewFeatures/Logging/ViewComponentResultLoggerExtensions.cs similarity index 100% rename from src/Microsoft.AspNet.Mvc.ViewFeatures/Logging/ViewComponentResultLoggerExtensions.cs rename to src/Microsoft.AspNetCore.Mvc.ViewFeatures/Logging/ViewComponentResultLoggerExtensions.cs diff --git a/src/Microsoft.AspNet.Mvc.ViewFeatures/Logging/ViewResultExecutorLoggerExtensions.cs b/src/Microsoft.AspNetCore.Mvc.ViewFeatures/Logging/ViewResultExecutorLoggerExtensions.cs similarity index 100% rename from src/Microsoft.AspNet.Mvc.ViewFeatures/Logging/ViewResultExecutorLoggerExtensions.cs rename to src/Microsoft.AspNetCore.Mvc.ViewFeatures/Logging/ViewResultExecutorLoggerExtensions.cs diff --git a/src/Microsoft.AspNet.Mvc.ViewFeatures/Microsoft.AspNet.Mvc.ViewFeatures.xproj b/src/Microsoft.AspNetCore.Mvc.ViewFeatures/Microsoft.AspNetCore.Mvc.ViewFeatures.xproj similarity index 100% rename from src/Microsoft.AspNet.Mvc.ViewFeatures/Microsoft.AspNet.Mvc.ViewFeatures.xproj rename to src/Microsoft.AspNetCore.Mvc.ViewFeatures/Microsoft.AspNetCore.Mvc.ViewFeatures.xproj diff --git a/src/Microsoft.AspNet.Mvc.ViewFeatures/ModelStateDictionaryExtensions.cs b/src/Microsoft.AspNetCore.Mvc.ViewFeatures/ModelStateDictionaryExtensions.cs similarity index 100% rename from src/Microsoft.AspNet.Mvc.ViewFeatures/ModelStateDictionaryExtensions.cs rename to src/Microsoft.AspNetCore.Mvc.ViewFeatures/ModelStateDictionaryExtensions.cs diff --git a/src/Microsoft.AspNet.Mvc.ViewFeatures/MvcViewOptions.cs b/src/Microsoft.AspNetCore.Mvc.ViewFeatures/MvcViewOptions.cs similarity index 100% rename from src/Microsoft.AspNet.Mvc.ViewFeatures/MvcViewOptions.cs rename to src/Microsoft.AspNetCore.Mvc.ViewFeatures/MvcViewOptions.cs diff --git a/src/Microsoft.AspNet.Mvc.ViewFeatures/PartialViewResult.cs b/src/Microsoft.AspNetCore.Mvc.ViewFeatures/PartialViewResult.cs similarity index 100% rename from src/Microsoft.AspNet.Mvc.ViewFeatures/PartialViewResult.cs rename to src/Microsoft.AspNetCore.Mvc.ViewFeatures/PartialViewResult.cs diff --git a/src/Microsoft.AspNet.Mvc.ViewFeatures/Properties/AssemblyInfo.cs b/src/Microsoft.AspNetCore.Mvc.ViewFeatures/Properties/AssemblyInfo.cs similarity index 100% rename from src/Microsoft.AspNet.Mvc.ViewFeatures/Properties/AssemblyInfo.cs rename to src/Microsoft.AspNetCore.Mvc.ViewFeatures/Properties/AssemblyInfo.cs diff --git a/src/Microsoft.AspNet.Mvc.ViewFeatures/Properties/Resources.Designer.cs b/src/Microsoft.AspNetCore.Mvc.ViewFeatures/Properties/Resources.Designer.cs similarity index 100% rename from src/Microsoft.AspNet.Mvc.ViewFeatures/Properties/Resources.Designer.cs rename to src/Microsoft.AspNetCore.Mvc.ViewFeatures/Properties/Resources.Designer.cs diff --git a/src/Microsoft.AspNet.Mvc.ViewFeatures/RemoteAttribute.cs b/src/Microsoft.AspNetCore.Mvc.ViewFeatures/RemoteAttribute.cs similarity index 100% rename from src/Microsoft.AspNet.Mvc.ViewFeatures/RemoteAttribute.cs rename to src/Microsoft.AspNetCore.Mvc.ViewFeatures/RemoteAttribute.cs diff --git a/src/Microsoft.AspNet.Mvc.ViewFeatures/Rendering/FormMethod.cs b/src/Microsoft.AspNetCore.Mvc.ViewFeatures/Rendering/FormMethod.cs similarity index 100% rename from src/Microsoft.AspNet.Mvc.ViewFeatures/Rendering/FormMethod.cs rename to src/Microsoft.AspNetCore.Mvc.ViewFeatures/Rendering/FormMethod.cs diff --git a/src/Microsoft.AspNet.Mvc.ViewFeatures/Rendering/Html5DateRenderingMode.cs b/src/Microsoft.AspNetCore.Mvc.ViewFeatures/Rendering/Html5DateRenderingMode.cs similarity index 100% rename from src/Microsoft.AspNet.Mvc.ViewFeatures/Rendering/Html5DateRenderingMode.cs rename to src/Microsoft.AspNetCore.Mvc.ViewFeatures/Rendering/Html5DateRenderingMode.cs diff --git a/src/Microsoft.AspNet.Mvc.ViewFeatures/Rendering/HtmlHelperDisplayExtensions.cs b/src/Microsoft.AspNetCore.Mvc.ViewFeatures/Rendering/HtmlHelperDisplayExtensions.cs similarity index 100% rename from src/Microsoft.AspNet.Mvc.ViewFeatures/Rendering/HtmlHelperDisplayExtensions.cs rename to src/Microsoft.AspNetCore.Mvc.ViewFeatures/Rendering/HtmlHelperDisplayExtensions.cs diff --git a/src/Microsoft.AspNet.Mvc.ViewFeatures/Rendering/HtmlHelperDisplayNameExtensions.cs b/src/Microsoft.AspNetCore.Mvc.ViewFeatures/Rendering/HtmlHelperDisplayNameExtensions.cs similarity index 100% rename from src/Microsoft.AspNet.Mvc.ViewFeatures/Rendering/HtmlHelperDisplayNameExtensions.cs rename to src/Microsoft.AspNetCore.Mvc.ViewFeatures/Rendering/HtmlHelperDisplayNameExtensions.cs diff --git a/src/Microsoft.AspNet.Mvc.ViewFeatures/Rendering/HtmlHelperEditorExtensions.cs b/src/Microsoft.AspNetCore.Mvc.ViewFeatures/Rendering/HtmlHelperEditorExtensions.cs similarity index 100% rename from src/Microsoft.AspNet.Mvc.ViewFeatures/Rendering/HtmlHelperEditorExtensions.cs rename to src/Microsoft.AspNetCore.Mvc.ViewFeatures/Rendering/HtmlHelperEditorExtensions.cs diff --git a/src/Microsoft.AspNet.Mvc.ViewFeatures/Rendering/HtmlHelperFormExtensions.cs b/src/Microsoft.AspNetCore.Mvc.ViewFeatures/Rendering/HtmlHelperFormExtensions.cs similarity index 100% rename from src/Microsoft.AspNet.Mvc.ViewFeatures/Rendering/HtmlHelperFormExtensions.cs rename to src/Microsoft.AspNetCore.Mvc.ViewFeatures/Rendering/HtmlHelperFormExtensions.cs diff --git a/src/Microsoft.AspNet.Mvc.ViewFeatures/Rendering/HtmlHelperInputExtensions.cs b/src/Microsoft.AspNetCore.Mvc.ViewFeatures/Rendering/HtmlHelperInputExtensions.cs similarity index 100% rename from src/Microsoft.AspNet.Mvc.ViewFeatures/Rendering/HtmlHelperInputExtensions.cs rename to src/Microsoft.AspNetCore.Mvc.ViewFeatures/Rendering/HtmlHelperInputExtensions.cs diff --git a/src/Microsoft.AspNet.Mvc.ViewFeatures/Rendering/HtmlHelperLabelExtensions.cs b/src/Microsoft.AspNetCore.Mvc.ViewFeatures/Rendering/HtmlHelperLabelExtensions.cs similarity index 100% rename from src/Microsoft.AspNet.Mvc.ViewFeatures/Rendering/HtmlHelperLabelExtensions.cs rename to src/Microsoft.AspNetCore.Mvc.ViewFeatures/Rendering/HtmlHelperLabelExtensions.cs diff --git a/src/Microsoft.AspNet.Mvc.ViewFeatures/Rendering/HtmlHelperLinkExtensions.cs b/src/Microsoft.AspNetCore.Mvc.ViewFeatures/Rendering/HtmlHelperLinkExtensions.cs similarity index 100% rename from src/Microsoft.AspNet.Mvc.ViewFeatures/Rendering/HtmlHelperLinkExtensions.cs rename to src/Microsoft.AspNetCore.Mvc.ViewFeatures/Rendering/HtmlHelperLinkExtensions.cs diff --git a/src/Microsoft.AspNet.Mvc.ViewFeatures/Rendering/HtmlHelperNameExtensions.cs b/src/Microsoft.AspNetCore.Mvc.ViewFeatures/Rendering/HtmlHelperNameExtensions.cs similarity index 100% rename from src/Microsoft.AspNet.Mvc.ViewFeatures/Rendering/HtmlHelperNameExtensions.cs rename to src/Microsoft.AspNetCore.Mvc.ViewFeatures/Rendering/HtmlHelperNameExtensions.cs diff --git a/src/Microsoft.AspNet.Mvc.ViewFeatures/Rendering/HtmlHelperPartialExtensions.cs b/src/Microsoft.AspNetCore.Mvc.ViewFeatures/Rendering/HtmlHelperPartialExtensions.cs similarity index 100% rename from src/Microsoft.AspNet.Mvc.ViewFeatures/Rendering/HtmlHelperPartialExtensions.cs rename to src/Microsoft.AspNetCore.Mvc.ViewFeatures/Rendering/HtmlHelperPartialExtensions.cs diff --git a/src/Microsoft.AspNet.Mvc.ViewFeatures/Rendering/HtmlHelperSelectExtensions.cs b/src/Microsoft.AspNetCore.Mvc.ViewFeatures/Rendering/HtmlHelperSelectExtensions.cs similarity index 100% rename from src/Microsoft.AspNet.Mvc.ViewFeatures/Rendering/HtmlHelperSelectExtensions.cs rename to src/Microsoft.AspNetCore.Mvc.ViewFeatures/Rendering/HtmlHelperSelectExtensions.cs diff --git a/src/Microsoft.AspNet.Mvc.ViewFeatures/Rendering/HtmlHelperValidationExtensions.cs b/src/Microsoft.AspNetCore.Mvc.ViewFeatures/Rendering/HtmlHelperValidationExtensions.cs similarity index 100% rename from src/Microsoft.AspNet.Mvc.ViewFeatures/Rendering/HtmlHelperValidationExtensions.cs rename to src/Microsoft.AspNetCore.Mvc.ViewFeatures/Rendering/HtmlHelperValidationExtensions.cs diff --git a/src/Microsoft.AspNet.Mvc.ViewFeatures/Rendering/HtmlHelperValueExtensions.cs b/src/Microsoft.AspNetCore.Mvc.ViewFeatures/Rendering/HtmlHelperValueExtensions.cs similarity index 100% rename from src/Microsoft.AspNet.Mvc.ViewFeatures/Rendering/HtmlHelperValueExtensions.cs rename to src/Microsoft.AspNetCore.Mvc.ViewFeatures/Rendering/HtmlHelperValueExtensions.cs diff --git a/src/Microsoft.AspNet.Mvc.ViewFeatures/Rendering/HtmlString.cs b/src/Microsoft.AspNetCore.Mvc.ViewFeatures/Rendering/HtmlString.cs similarity index 100% rename from src/Microsoft.AspNet.Mvc.ViewFeatures/Rendering/HtmlString.cs rename to src/Microsoft.AspNetCore.Mvc.ViewFeatures/Rendering/HtmlString.cs diff --git a/src/Microsoft.AspNet.Mvc.ViewFeatures/Rendering/IHtmlHelper.cs b/src/Microsoft.AspNetCore.Mvc.ViewFeatures/Rendering/IHtmlHelper.cs similarity index 100% rename from src/Microsoft.AspNet.Mvc.ViewFeatures/Rendering/IHtmlHelper.cs rename to src/Microsoft.AspNetCore.Mvc.ViewFeatures/Rendering/IHtmlHelper.cs diff --git a/src/Microsoft.AspNet.Mvc.ViewFeatures/Rendering/IHtmlHelperOfT.cs b/src/Microsoft.AspNetCore.Mvc.ViewFeatures/Rendering/IHtmlHelperOfT.cs similarity index 100% rename from src/Microsoft.AspNet.Mvc.ViewFeatures/Rendering/IHtmlHelperOfT.cs rename to src/Microsoft.AspNetCore.Mvc.ViewFeatures/Rendering/IHtmlHelperOfT.cs diff --git a/src/Microsoft.AspNet.Mvc.ViewFeatures/Rendering/IJsonHelper.cs b/src/Microsoft.AspNetCore.Mvc.ViewFeatures/Rendering/IJsonHelper.cs similarity index 100% rename from src/Microsoft.AspNet.Mvc.ViewFeatures/Rendering/IJsonHelper.cs rename to src/Microsoft.AspNetCore.Mvc.ViewFeatures/Rendering/IJsonHelper.cs diff --git a/src/Microsoft.AspNet.Mvc.ViewFeatures/Rendering/MultiSelectList.cs b/src/Microsoft.AspNetCore.Mvc.ViewFeatures/Rendering/MultiSelectList.cs similarity index 100% rename from src/Microsoft.AspNet.Mvc.ViewFeatures/Rendering/MultiSelectList.cs rename to src/Microsoft.AspNetCore.Mvc.ViewFeatures/Rendering/MultiSelectList.cs diff --git a/src/Microsoft.AspNet.Mvc.ViewFeatures/Rendering/MvcForm.cs b/src/Microsoft.AspNetCore.Mvc.ViewFeatures/Rendering/MvcForm.cs similarity index 100% rename from src/Microsoft.AspNet.Mvc.ViewFeatures/Rendering/MvcForm.cs rename to src/Microsoft.AspNetCore.Mvc.ViewFeatures/Rendering/MvcForm.cs diff --git a/src/Microsoft.AspNet.Mvc.ViewFeatures/Rendering/SelectList.cs b/src/Microsoft.AspNetCore.Mvc.ViewFeatures/Rendering/SelectList.cs similarity index 100% rename from src/Microsoft.AspNet.Mvc.ViewFeatures/Rendering/SelectList.cs rename to src/Microsoft.AspNetCore.Mvc.ViewFeatures/Rendering/SelectList.cs diff --git a/src/Microsoft.AspNet.Mvc.ViewFeatures/Rendering/SelectListGroup.cs b/src/Microsoft.AspNetCore.Mvc.ViewFeatures/Rendering/SelectListGroup.cs similarity index 100% rename from src/Microsoft.AspNet.Mvc.ViewFeatures/Rendering/SelectListGroup.cs rename to src/Microsoft.AspNetCore.Mvc.ViewFeatures/Rendering/SelectListGroup.cs diff --git a/src/Microsoft.AspNet.Mvc.ViewFeatures/Rendering/SelectListItem.cs b/src/Microsoft.AspNetCore.Mvc.ViewFeatures/Rendering/SelectListItem.cs similarity index 100% rename from src/Microsoft.AspNet.Mvc.ViewFeatures/Rendering/SelectListItem.cs rename to src/Microsoft.AspNetCore.Mvc.ViewFeatures/Rendering/SelectListItem.cs diff --git a/src/Microsoft.AspNet.Mvc.ViewFeatures/Rendering/TagBuilder.cs b/src/Microsoft.AspNetCore.Mvc.ViewFeatures/Rendering/TagBuilder.cs similarity index 100% rename from src/Microsoft.AspNet.Mvc.ViewFeatures/Rendering/TagBuilder.cs rename to src/Microsoft.AspNetCore.Mvc.ViewFeatures/Rendering/TagBuilder.cs diff --git a/src/Microsoft.AspNet.Mvc.ViewFeatures/Rendering/TagRenderMode.cs b/src/Microsoft.AspNetCore.Mvc.ViewFeatures/Rendering/TagRenderMode.cs similarity index 100% rename from src/Microsoft.AspNet.Mvc.ViewFeatures/Rendering/TagRenderMode.cs rename to src/Microsoft.AspNetCore.Mvc.ViewFeatures/Rendering/TagRenderMode.cs diff --git a/src/Microsoft.AspNet.Mvc.ViewFeatures/Rendering/ViewComponentHelperExtensions.cs b/src/Microsoft.AspNetCore.Mvc.ViewFeatures/Rendering/ViewComponentHelperExtensions.cs similarity index 100% rename from src/Microsoft.AspNet.Mvc.ViewFeatures/Rendering/ViewComponentHelperExtensions.cs rename to src/Microsoft.AspNetCore.Mvc.ViewFeatures/Rendering/ViewComponentHelperExtensions.cs diff --git a/src/Microsoft.AspNet.Mvc.ViewFeatures/Rendering/ViewContext.cs b/src/Microsoft.AspNetCore.Mvc.ViewFeatures/Rendering/ViewContext.cs similarity index 100% rename from src/Microsoft.AspNet.Mvc.ViewFeatures/Rendering/ViewContext.cs rename to src/Microsoft.AspNetCore.Mvc.ViewFeatures/Rendering/ViewContext.cs diff --git a/src/Microsoft.AspNet.Mvc.ViewFeatures/Resources.resx b/src/Microsoft.AspNetCore.Mvc.ViewFeatures/Resources.resx similarity index 100% rename from src/Microsoft.AspNet.Mvc.ViewFeatures/Resources.resx rename to src/Microsoft.AspNetCore.Mvc.ViewFeatures/Resources.resx diff --git a/src/Microsoft.AspNet.Mvc.ViewFeatures/SkipStatusCodePagesAttribute.cs b/src/Microsoft.AspNetCore.Mvc.ViewFeatures/SkipStatusCodePagesAttribute.cs similarity index 100% rename from src/Microsoft.AspNet.Mvc.ViewFeatures/SkipStatusCodePagesAttribute.cs rename to src/Microsoft.AspNetCore.Mvc.ViewFeatures/SkipStatusCodePagesAttribute.cs diff --git a/src/Microsoft.AspNet.Mvc.ViewFeatures/ValidateAntiForgeryTokenAttribute.cs b/src/Microsoft.AspNetCore.Mvc.ViewFeatures/ValidateAntiForgeryTokenAttribute.cs similarity index 100% rename from src/Microsoft.AspNet.Mvc.ViewFeatures/ValidateAntiForgeryTokenAttribute.cs rename to src/Microsoft.AspNetCore.Mvc.ViewFeatures/ValidateAntiForgeryTokenAttribute.cs diff --git a/src/Microsoft.AspNet.Mvc.ViewFeatures/ViewComponent.cs b/src/Microsoft.AspNetCore.Mvc.ViewFeatures/ViewComponent.cs similarity index 100% rename from src/Microsoft.AspNet.Mvc.ViewFeatures/ViewComponent.cs rename to src/Microsoft.AspNetCore.Mvc.ViewFeatures/ViewComponent.cs diff --git a/src/Microsoft.AspNet.Mvc.ViewFeatures/ViewComponentAttribute.cs b/src/Microsoft.AspNetCore.Mvc.ViewFeatures/ViewComponentAttribute.cs similarity index 100% rename from src/Microsoft.AspNet.Mvc.ViewFeatures/ViewComponentAttribute.cs rename to src/Microsoft.AspNetCore.Mvc.ViewFeatures/ViewComponentAttribute.cs diff --git a/src/Microsoft.AspNet.Mvc.ViewFeatures/ViewComponentResult.cs b/src/Microsoft.AspNetCore.Mvc.ViewFeatures/ViewComponentResult.cs similarity index 100% rename from src/Microsoft.AspNet.Mvc.ViewFeatures/ViewComponentResult.cs rename to src/Microsoft.AspNetCore.Mvc.ViewFeatures/ViewComponentResult.cs diff --git a/src/Microsoft.AspNet.Mvc.ViewFeatures/ViewComponents/ContentViewComponentResult.cs b/src/Microsoft.AspNetCore.Mvc.ViewFeatures/ViewComponents/ContentViewComponentResult.cs similarity index 100% rename from src/Microsoft.AspNet.Mvc.ViewFeatures/ViewComponents/ContentViewComponentResult.cs rename to src/Microsoft.AspNetCore.Mvc.ViewFeatures/ViewComponents/ContentViewComponentResult.cs diff --git a/src/Microsoft.AspNet.Mvc.ViewFeatures/ViewComponents/DefaultViewComponentActivator.cs b/src/Microsoft.AspNetCore.Mvc.ViewFeatures/ViewComponents/DefaultViewComponentActivator.cs similarity index 100% rename from src/Microsoft.AspNet.Mvc.ViewFeatures/ViewComponents/DefaultViewComponentActivator.cs rename to src/Microsoft.AspNetCore.Mvc.ViewFeatures/ViewComponents/DefaultViewComponentActivator.cs diff --git a/src/Microsoft.AspNet.Mvc.ViewFeatures/ViewComponents/DefaultViewComponentDescriptorCollectionProvider.cs b/src/Microsoft.AspNetCore.Mvc.ViewFeatures/ViewComponents/DefaultViewComponentDescriptorCollectionProvider.cs similarity index 100% rename from src/Microsoft.AspNet.Mvc.ViewFeatures/ViewComponents/DefaultViewComponentDescriptorCollectionProvider.cs rename to src/Microsoft.AspNetCore.Mvc.ViewFeatures/ViewComponents/DefaultViewComponentDescriptorCollectionProvider.cs diff --git a/src/Microsoft.AspNet.Mvc.ViewFeatures/ViewComponents/DefaultViewComponentDescriptorProvider.cs b/src/Microsoft.AspNetCore.Mvc.ViewFeatures/ViewComponents/DefaultViewComponentDescriptorProvider.cs similarity index 100% rename from src/Microsoft.AspNet.Mvc.ViewFeatures/ViewComponents/DefaultViewComponentDescriptorProvider.cs rename to src/Microsoft.AspNetCore.Mvc.ViewFeatures/ViewComponents/DefaultViewComponentDescriptorProvider.cs diff --git a/src/Microsoft.AspNet.Mvc.ViewFeatures/ViewComponents/DefaultViewComponentHelper.cs b/src/Microsoft.AspNetCore.Mvc.ViewFeatures/ViewComponents/DefaultViewComponentHelper.cs similarity index 100% rename from src/Microsoft.AspNet.Mvc.ViewFeatures/ViewComponents/DefaultViewComponentHelper.cs rename to src/Microsoft.AspNetCore.Mvc.ViewFeatures/ViewComponents/DefaultViewComponentHelper.cs diff --git a/src/Microsoft.AspNet.Mvc.ViewFeatures/ViewComponents/DefaultViewComponentInvoker.cs b/src/Microsoft.AspNetCore.Mvc.ViewFeatures/ViewComponents/DefaultViewComponentInvoker.cs similarity index 100% rename from src/Microsoft.AspNet.Mvc.ViewFeatures/ViewComponents/DefaultViewComponentInvoker.cs rename to src/Microsoft.AspNetCore.Mvc.ViewFeatures/ViewComponents/DefaultViewComponentInvoker.cs diff --git a/src/Microsoft.AspNet.Mvc.ViewFeatures/ViewComponents/DefaultViewComponentInvokerFactory.cs b/src/Microsoft.AspNetCore.Mvc.ViewFeatures/ViewComponents/DefaultViewComponentInvokerFactory.cs similarity index 100% rename from src/Microsoft.AspNet.Mvc.ViewFeatures/ViewComponents/DefaultViewComponentInvokerFactory.cs rename to src/Microsoft.AspNetCore.Mvc.ViewFeatures/ViewComponents/DefaultViewComponentInvokerFactory.cs diff --git a/src/Microsoft.AspNet.Mvc.ViewFeatures/ViewComponents/DefaultViewComponentSelector.cs b/src/Microsoft.AspNetCore.Mvc.ViewFeatures/ViewComponents/DefaultViewComponentSelector.cs similarity index 100% rename from src/Microsoft.AspNet.Mvc.ViewFeatures/ViewComponents/DefaultViewComponentSelector.cs rename to src/Microsoft.AspNetCore.Mvc.ViewFeatures/ViewComponents/DefaultViewComponentSelector.cs diff --git a/src/Microsoft.AspNet.Mvc.ViewFeatures/ViewComponents/HtmlContentViewComponentResult.cs b/src/Microsoft.AspNetCore.Mvc.ViewFeatures/ViewComponents/HtmlContentViewComponentResult.cs similarity index 100% rename from src/Microsoft.AspNet.Mvc.ViewFeatures/ViewComponents/HtmlContentViewComponentResult.cs rename to src/Microsoft.AspNetCore.Mvc.ViewFeatures/ViewComponents/HtmlContentViewComponentResult.cs diff --git a/src/Microsoft.AspNet.Mvc.ViewFeatures/ViewComponents/IViewComponentActivator.cs b/src/Microsoft.AspNetCore.Mvc.ViewFeatures/ViewComponents/IViewComponentActivator.cs similarity index 100% rename from src/Microsoft.AspNet.Mvc.ViewFeatures/ViewComponents/IViewComponentActivator.cs rename to src/Microsoft.AspNetCore.Mvc.ViewFeatures/ViewComponents/IViewComponentActivator.cs diff --git a/src/Microsoft.AspNet.Mvc.ViewFeatures/ViewComponents/IViewComponentDescriptorCollectionProvider.cs b/src/Microsoft.AspNetCore.Mvc.ViewFeatures/ViewComponents/IViewComponentDescriptorCollectionProvider.cs similarity index 100% rename from src/Microsoft.AspNet.Mvc.ViewFeatures/ViewComponents/IViewComponentDescriptorCollectionProvider.cs rename to src/Microsoft.AspNetCore.Mvc.ViewFeatures/ViewComponents/IViewComponentDescriptorCollectionProvider.cs diff --git a/src/Microsoft.AspNet.Mvc.ViewFeatures/ViewComponents/IViewComponentDescriptorProvider.cs b/src/Microsoft.AspNetCore.Mvc.ViewFeatures/ViewComponents/IViewComponentDescriptorProvider.cs similarity index 100% rename from src/Microsoft.AspNet.Mvc.ViewFeatures/ViewComponents/IViewComponentDescriptorProvider.cs rename to src/Microsoft.AspNetCore.Mvc.ViewFeatures/ViewComponents/IViewComponentDescriptorProvider.cs diff --git a/src/Microsoft.AspNet.Mvc.ViewFeatures/ViewComponents/IViewComponentInvoker.cs b/src/Microsoft.AspNetCore.Mvc.ViewFeatures/ViewComponents/IViewComponentInvoker.cs similarity index 100% rename from src/Microsoft.AspNet.Mvc.ViewFeatures/ViewComponents/IViewComponentInvoker.cs rename to src/Microsoft.AspNetCore.Mvc.ViewFeatures/ViewComponents/IViewComponentInvoker.cs diff --git a/src/Microsoft.AspNet.Mvc.ViewFeatures/ViewComponents/IViewComponentInvokerFactory.cs b/src/Microsoft.AspNetCore.Mvc.ViewFeatures/ViewComponents/IViewComponentInvokerFactory.cs similarity index 100% rename from src/Microsoft.AspNet.Mvc.ViewFeatures/ViewComponents/IViewComponentInvokerFactory.cs rename to src/Microsoft.AspNetCore.Mvc.ViewFeatures/ViewComponents/IViewComponentInvokerFactory.cs diff --git a/src/Microsoft.AspNet.Mvc.ViewFeatures/ViewComponents/IViewComponentSelector.cs b/src/Microsoft.AspNetCore.Mvc.ViewFeatures/ViewComponents/IViewComponentSelector.cs similarity index 100% rename from src/Microsoft.AspNet.Mvc.ViewFeatures/ViewComponents/IViewComponentSelector.cs rename to src/Microsoft.AspNetCore.Mvc.ViewFeatures/ViewComponents/IViewComponentSelector.cs diff --git a/src/Microsoft.AspNet.Mvc.ViewFeatures/ViewComponents/JsonViewComponentResult.cs b/src/Microsoft.AspNetCore.Mvc.ViewFeatures/ViewComponents/JsonViewComponentResult.cs similarity index 100% rename from src/Microsoft.AspNet.Mvc.ViewFeatures/ViewComponents/JsonViewComponentResult.cs rename to src/Microsoft.AspNetCore.Mvc.ViewFeatures/ViewComponents/JsonViewComponentResult.cs diff --git a/src/Microsoft.AspNet.Mvc.ViewFeatures/ViewComponents/ViewComponentContext.cs b/src/Microsoft.AspNetCore.Mvc.ViewFeatures/ViewComponents/ViewComponentContext.cs similarity index 100% rename from src/Microsoft.AspNet.Mvc.ViewFeatures/ViewComponents/ViewComponentContext.cs rename to src/Microsoft.AspNetCore.Mvc.ViewFeatures/ViewComponents/ViewComponentContext.cs diff --git a/src/Microsoft.AspNet.Mvc.ViewFeatures/ViewComponents/ViewComponentContextAttribute.cs b/src/Microsoft.AspNetCore.Mvc.ViewFeatures/ViewComponents/ViewComponentContextAttribute.cs similarity index 100% rename from src/Microsoft.AspNet.Mvc.ViewFeatures/ViewComponents/ViewComponentContextAttribute.cs rename to src/Microsoft.AspNetCore.Mvc.ViewFeatures/ViewComponents/ViewComponentContextAttribute.cs diff --git a/src/Microsoft.AspNet.Mvc.ViewFeatures/ViewComponents/ViewComponentConventions.cs b/src/Microsoft.AspNetCore.Mvc.ViewFeatures/ViewComponents/ViewComponentConventions.cs similarity index 100% rename from src/Microsoft.AspNet.Mvc.ViewFeatures/ViewComponents/ViewComponentConventions.cs rename to src/Microsoft.AspNetCore.Mvc.ViewFeatures/ViewComponents/ViewComponentConventions.cs diff --git a/src/Microsoft.AspNet.Mvc.ViewFeatures/ViewComponents/ViewComponentDescriptor.cs b/src/Microsoft.AspNetCore.Mvc.ViewFeatures/ViewComponents/ViewComponentDescriptor.cs similarity index 100% rename from src/Microsoft.AspNet.Mvc.ViewFeatures/ViewComponents/ViewComponentDescriptor.cs rename to src/Microsoft.AspNetCore.Mvc.ViewFeatures/ViewComponents/ViewComponentDescriptor.cs diff --git a/src/Microsoft.AspNet.Mvc.ViewFeatures/ViewComponents/ViewComponentDescriptorCollection.cs b/src/Microsoft.AspNetCore.Mvc.ViewFeatures/ViewComponents/ViewComponentDescriptorCollection.cs similarity index 100% rename from src/Microsoft.AspNet.Mvc.ViewFeatures/ViewComponents/ViewComponentDescriptorCollection.cs rename to src/Microsoft.AspNetCore.Mvc.ViewFeatures/ViewComponents/ViewComponentDescriptorCollection.cs diff --git a/src/Microsoft.AspNet.Mvc.ViewFeatures/ViewComponents/ViewViewComponentResult.cs b/src/Microsoft.AspNetCore.Mvc.ViewFeatures/ViewComponents/ViewViewComponentResult.cs similarity index 100% rename from src/Microsoft.AspNet.Mvc.ViewFeatures/ViewComponents/ViewViewComponentResult.cs rename to src/Microsoft.AspNetCore.Mvc.ViewFeatures/ViewComponents/ViewViewComponentResult.cs diff --git a/src/Microsoft.AspNet.Mvc.ViewFeatures/ViewEngines/CompositeViewEngine.cs b/src/Microsoft.AspNetCore.Mvc.ViewFeatures/ViewEngines/CompositeViewEngine.cs similarity index 100% rename from src/Microsoft.AspNet.Mvc.ViewFeatures/ViewEngines/CompositeViewEngine.cs rename to src/Microsoft.AspNetCore.Mvc.ViewFeatures/ViewEngines/CompositeViewEngine.cs diff --git a/src/Microsoft.AspNet.Mvc.ViewFeatures/ViewEngines/ICompositeViewEngine.cs b/src/Microsoft.AspNetCore.Mvc.ViewFeatures/ViewEngines/ICompositeViewEngine.cs similarity index 100% rename from src/Microsoft.AspNet.Mvc.ViewFeatures/ViewEngines/ICompositeViewEngine.cs rename to src/Microsoft.AspNetCore.Mvc.ViewFeatures/ViewEngines/ICompositeViewEngine.cs diff --git a/src/Microsoft.AspNet.Mvc.ViewFeatures/ViewEngines/IView.cs b/src/Microsoft.AspNetCore.Mvc.ViewFeatures/ViewEngines/IView.cs similarity index 100% rename from src/Microsoft.AspNet.Mvc.ViewFeatures/ViewEngines/IView.cs rename to src/Microsoft.AspNetCore.Mvc.ViewFeatures/ViewEngines/IView.cs diff --git a/src/Microsoft.AspNet.Mvc.ViewFeatures/ViewEngines/IViewEngine.cs b/src/Microsoft.AspNetCore.Mvc.ViewFeatures/ViewEngines/IViewEngine.cs similarity index 100% rename from src/Microsoft.AspNet.Mvc.ViewFeatures/ViewEngines/IViewEngine.cs rename to src/Microsoft.AspNetCore.Mvc.ViewFeatures/ViewEngines/IViewEngine.cs diff --git a/src/Microsoft.AspNet.Mvc.ViewFeatures/ViewEngines/ViewEngineResult.cs b/src/Microsoft.AspNetCore.Mvc.ViewFeatures/ViewEngines/ViewEngineResult.cs similarity index 100% rename from src/Microsoft.AspNet.Mvc.ViewFeatures/ViewEngines/ViewEngineResult.cs rename to src/Microsoft.AspNetCore.Mvc.ViewFeatures/ViewEngines/ViewEngineResult.cs diff --git a/src/Microsoft.AspNet.Mvc.ViewFeatures/ViewFeatures/AttributeDictionary.cs b/src/Microsoft.AspNetCore.Mvc.ViewFeatures/ViewFeatures/AttributeDictionary.cs similarity index 100% rename from src/Microsoft.AspNet.Mvc.ViewFeatures/ViewFeatures/AttributeDictionary.cs rename to src/Microsoft.AspNetCore.Mvc.ViewFeatures/ViewFeatures/AttributeDictionary.cs diff --git a/src/Microsoft.AspNet.Mvc.ViewFeatures/ViewFeatures/CachedExpressionCompiler.cs b/src/Microsoft.AspNetCore.Mvc.ViewFeatures/ViewFeatures/CachedExpressionCompiler.cs similarity index 100% rename from src/Microsoft.AspNet.Mvc.ViewFeatures/ViewFeatures/CachedExpressionCompiler.cs rename to src/Microsoft.AspNetCore.Mvc.ViewFeatures/ViewFeatures/CachedExpressionCompiler.cs diff --git a/src/Microsoft.AspNet.Mvc.ViewFeatures/ViewFeatures/DefaultDisplayTemplates.cs b/src/Microsoft.AspNetCore.Mvc.ViewFeatures/ViewFeatures/DefaultDisplayTemplates.cs similarity index 100% rename from src/Microsoft.AspNet.Mvc.ViewFeatures/ViewFeatures/DefaultDisplayTemplates.cs rename to src/Microsoft.AspNetCore.Mvc.ViewFeatures/ViewFeatures/DefaultDisplayTemplates.cs diff --git a/src/Microsoft.AspNet.Mvc.ViewFeatures/ViewFeatures/DefaultEditorTemplates.cs b/src/Microsoft.AspNetCore.Mvc.ViewFeatures/ViewFeatures/DefaultEditorTemplates.cs similarity index 100% rename from src/Microsoft.AspNet.Mvc.ViewFeatures/ViewFeatures/DefaultEditorTemplates.cs rename to src/Microsoft.AspNetCore.Mvc.ViewFeatures/ViewFeatures/DefaultEditorTemplates.cs diff --git a/src/Microsoft.AspNet.Mvc.ViewFeatures/ViewFeatures/DefaultHtmlGenerator.cs b/src/Microsoft.AspNetCore.Mvc.ViewFeatures/ViewFeatures/DefaultHtmlGenerator.cs similarity index 100% rename from src/Microsoft.AspNet.Mvc.ViewFeatures/ViewFeatures/DefaultHtmlGenerator.cs rename to src/Microsoft.AspNetCore.Mvc.ViewFeatures/ViewFeatures/DefaultHtmlGenerator.cs diff --git a/src/Microsoft.AspNet.Mvc.ViewFeatures/ViewFeatures/DynamicViewData.cs b/src/Microsoft.AspNetCore.Mvc.ViewFeatures/ViewFeatures/DynamicViewData.cs similarity index 100% rename from src/Microsoft.AspNet.Mvc.ViewFeatures/ViewFeatures/DynamicViewData.cs rename to src/Microsoft.AspNetCore.Mvc.ViewFeatures/ViewFeatures/DynamicViewData.cs diff --git a/src/Microsoft.AspNet.Mvc.ViewFeatures/ViewFeatures/ExpressionHelper.cs b/src/Microsoft.AspNetCore.Mvc.ViewFeatures/ViewFeatures/ExpressionHelper.cs similarity index 100% rename from src/Microsoft.AspNet.Mvc.ViewFeatures/ViewFeatures/ExpressionHelper.cs rename to src/Microsoft.AspNetCore.Mvc.ViewFeatures/ViewFeatures/ExpressionHelper.cs diff --git a/src/Microsoft.AspNet.Mvc.ViewFeatures/ViewFeatures/ExpressionMetadataProvider.cs b/src/Microsoft.AspNetCore.Mvc.ViewFeatures/ViewFeatures/ExpressionMetadataProvider.cs similarity index 100% rename from src/Microsoft.AspNet.Mvc.ViewFeatures/ViewFeatures/ExpressionMetadataProvider.cs rename to src/Microsoft.AspNetCore.Mvc.ViewFeatures/ViewFeatures/ExpressionMetadataProvider.cs diff --git a/src/Microsoft.AspNet.Mvc.ViewFeatures/ViewFeatures/FormContext.cs b/src/Microsoft.AspNetCore.Mvc.ViewFeatures/ViewFeatures/FormContext.cs similarity index 100% rename from src/Microsoft.AspNet.Mvc.ViewFeatures/ViewFeatures/FormContext.cs rename to src/Microsoft.AspNetCore.Mvc.ViewFeatures/ViewFeatures/FormContext.cs diff --git a/src/Microsoft.AspNet.Mvc.ViewFeatures/ViewFeatures/HtmlContentWrapperTextWriter.cs b/src/Microsoft.AspNetCore.Mvc.ViewFeatures/ViewFeatures/HtmlContentWrapperTextWriter.cs similarity index 100% rename from src/Microsoft.AspNet.Mvc.ViewFeatures/ViewFeatures/HtmlContentWrapperTextWriter.cs rename to src/Microsoft.AspNetCore.Mvc.ViewFeatures/ViewFeatures/HtmlContentWrapperTextWriter.cs diff --git a/src/Microsoft.AspNet.Mvc.ViewFeatures/ViewFeatures/HtmlHelper.cs b/src/Microsoft.AspNetCore.Mvc.ViewFeatures/ViewFeatures/HtmlHelper.cs similarity index 100% rename from src/Microsoft.AspNet.Mvc.ViewFeatures/ViewFeatures/HtmlHelper.cs rename to src/Microsoft.AspNetCore.Mvc.ViewFeatures/ViewFeatures/HtmlHelper.cs diff --git a/src/Microsoft.AspNet.Mvc.ViewFeatures/ViewFeatures/HtmlHelperOfT.cs b/src/Microsoft.AspNetCore.Mvc.ViewFeatures/ViewFeatures/HtmlHelperOfT.cs similarity index 100% rename from src/Microsoft.AspNet.Mvc.ViewFeatures/ViewFeatures/HtmlHelperOfT.cs rename to src/Microsoft.AspNetCore.Mvc.ViewFeatures/ViewFeatures/HtmlHelperOfT.cs diff --git a/src/Microsoft.AspNet.Mvc.ViewFeatures/ViewFeatures/HtmlHelperOptions.cs b/src/Microsoft.AspNetCore.Mvc.ViewFeatures/ViewFeatures/HtmlHelperOptions.cs similarity index 100% rename from src/Microsoft.AspNet.Mvc.ViewFeatures/ViewFeatures/HtmlHelperOptions.cs rename to src/Microsoft.AspNetCore.Mvc.ViewFeatures/ViewFeatures/HtmlHelperOptions.cs diff --git a/src/Microsoft.AspNet.Mvc.ViewFeatures/ViewFeatures/IAntiforgeryPolicy.cs b/src/Microsoft.AspNetCore.Mvc.ViewFeatures/ViewFeatures/IAntiforgeryPolicy.cs similarity index 100% rename from src/Microsoft.AspNet.Mvc.ViewFeatures/ViewFeatures/IAntiforgeryPolicy.cs rename to src/Microsoft.AspNetCore.Mvc.ViewFeatures/ViewFeatures/IAntiforgeryPolicy.cs diff --git a/src/Microsoft.AspNet.Mvc.ViewFeatures/ViewFeatures/IHtmlGenerator.cs b/src/Microsoft.AspNetCore.Mvc.ViewFeatures/ViewFeatures/IHtmlGenerator.cs similarity index 100% rename from src/Microsoft.AspNet.Mvc.ViewFeatures/ViewFeatures/IHtmlGenerator.cs rename to src/Microsoft.AspNetCore.Mvc.ViewFeatures/ViewFeatures/IHtmlGenerator.cs diff --git a/src/Microsoft.AspNet.Mvc.ViewFeatures/ViewFeatures/ITempDataDictionary.cs b/src/Microsoft.AspNetCore.Mvc.ViewFeatures/ViewFeatures/ITempDataDictionary.cs similarity index 100% rename from src/Microsoft.AspNet.Mvc.ViewFeatures/ViewFeatures/ITempDataDictionary.cs rename to src/Microsoft.AspNetCore.Mvc.ViewFeatures/ViewFeatures/ITempDataDictionary.cs diff --git a/src/Microsoft.AspNet.Mvc.ViewFeatures/ViewFeatures/ITempDataDictionaryFactory.cs b/src/Microsoft.AspNetCore.Mvc.ViewFeatures/ViewFeatures/ITempDataDictionaryFactory.cs similarity index 100% rename from src/Microsoft.AspNet.Mvc.ViewFeatures/ViewFeatures/ITempDataDictionaryFactory.cs rename to src/Microsoft.AspNetCore.Mvc.ViewFeatures/ViewFeatures/ITempDataDictionaryFactory.cs diff --git a/src/Microsoft.AspNet.Mvc.ViewFeatures/ViewFeatures/ITempDataProvider.cs b/src/Microsoft.AspNetCore.Mvc.ViewFeatures/ViewFeatures/ITempDataProvider.cs similarity index 100% rename from src/Microsoft.AspNet.Mvc.ViewFeatures/ViewFeatures/ITempDataProvider.cs rename to src/Microsoft.AspNetCore.Mvc.ViewFeatures/ViewFeatures/ITempDataProvider.cs diff --git a/src/Microsoft.AspNet.Mvc.ViewFeatures/ViewFeatures/InputType.cs b/src/Microsoft.AspNetCore.Mvc.ViewFeatures/ViewFeatures/InputType.cs similarity index 100% rename from src/Microsoft.AspNet.Mvc.ViewFeatures/ViewFeatures/InputType.cs rename to src/Microsoft.AspNetCore.Mvc.ViewFeatures/ViewFeatures/InputType.cs diff --git a/src/Microsoft.AspNet.Mvc.ViewFeatures/ViewFeatures/JsonHelper.cs b/src/Microsoft.AspNetCore.Mvc.ViewFeatures/ViewFeatures/JsonHelper.cs similarity index 100% rename from src/Microsoft.AspNet.Mvc.ViewFeatures/ViewFeatures/JsonHelper.cs rename to src/Microsoft.AspNetCore.Mvc.ViewFeatures/ViewFeatures/JsonHelper.cs diff --git a/src/Microsoft.AspNet.Mvc.ViewFeatures/ViewFeatures/ModelExplorer.cs b/src/Microsoft.AspNetCore.Mvc.ViewFeatures/ViewFeatures/ModelExplorer.cs similarity index 100% rename from src/Microsoft.AspNet.Mvc.ViewFeatures/ViewFeatures/ModelExplorer.cs rename to src/Microsoft.AspNetCore.Mvc.ViewFeatures/ViewFeatures/ModelExplorer.cs diff --git a/src/Microsoft.AspNet.Mvc.ViewFeatures/ViewFeatures/ModelExplorerExtensions.cs b/src/Microsoft.AspNetCore.Mvc.ViewFeatures/ViewFeatures/ModelExplorerExtensions.cs similarity index 100% rename from src/Microsoft.AspNet.Mvc.ViewFeatures/ViewFeatures/ModelExplorerExtensions.cs rename to src/Microsoft.AspNetCore.Mvc.ViewFeatures/ViewFeatures/ModelExplorerExtensions.cs diff --git a/src/Microsoft.AspNet.Mvc.ViewFeatures/ViewFeatures/ModelExpression.cs b/src/Microsoft.AspNetCore.Mvc.ViewFeatures/ViewFeatures/ModelExpression.cs similarity index 100% rename from src/Microsoft.AspNet.Mvc.ViewFeatures/ViewFeatures/ModelExpression.cs rename to src/Microsoft.AspNetCore.Mvc.ViewFeatures/ViewFeatures/ModelExpression.cs diff --git a/src/Microsoft.AspNet.Mvc.ViewFeatures/ViewFeatures/ModelMetadataProviderExtensions.cs b/src/Microsoft.AspNetCore.Mvc.ViewFeatures/ViewFeatures/ModelMetadataProviderExtensions.cs similarity index 100% rename from src/Microsoft.AspNet.Mvc.ViewFeatures/ViewFeatures/ModelMetadataProviderExtensions.cs rename to src/Microsoft.AspNetCore.Mvc.ViewFeatures/ViewFeatures/ModelMetadataProviderExtensions.cs diff --git a/src/Microsoft.AspNet.Mvc.ViewFeatures/ViewFeatures/PartialViewResultExecutor.cs b/src/Microsoft.AspNetCore.Mvc.ViewFeatures/ViewFeatures/PartialViewResultExecutor.cs similarity index 100% rename from src/Microsoft.AspNet.Mvc.ViewFeatures/ViewFeatures/PartialViewResultExecutor.cs rename to src/Microsoft.AspNetCore.Mvc.ViewFeatures/ViewFeatures/PartialViewResultExecutor.cs diff --git a/src/Microsoft.AspNet.Mvc.ViewFeatures/ViewFeatures/SaveTempDataAttribute.cs b/src/Microsoft.AspNetCore.Mvc.ViewFeatures/ViewFeatures/SaveTempDataAttribute.cs similarity index 100% rename from src/Microsoft.AspNet.Mvc.ViewFeatures/ViewFeatures/SaveTempDataAttribute.cs rename to src/Microsoft.AspNetCore.Mvc.ViewFeatures/ViewFeatures/SaveTempDataAttribute.cs diff --git a/src/Microsoft.AspNet.Mvc.ViewFeatures/ViewFeatures/SaveTempDataFilter.cs b/src/Microsoft.AspNetCore.Mvc.ViewFeatures/ViewFeatures/SaveTempDataFilter.cs similarity index 100% rename from src/Microsoft.AspNet.Mvc.ViewFeatures/ViewFeatures/SaveTempDataFilter.cs rename to src/Microsoft.AspNetCore.Mvc.ViewFeatures/ViewFeatures/SaveTempDataFilter.cs diff --git a/src/Microsoft.AspNet.Mvc.ViewFeatures/ViewFeatures/SessionStateTempDataProvider.cs b/src/Microsoft.AspNetCore.Mvc.ViewFeatures/ViewFeatures/SessionStateTempDataProvider.cs similarity index 100% rename from src/Microsoft.AspNet.Mvc.ViewFeatures/ViewFeatures/SessionStateTempDataProvider.cs rename to src/Microsoft.AspNetCore.Mvc.ViewFeatures/ViewFeatures/SessionStateTempDataProvider.cs diff --git a/src/Microsoft.AspNet.Mvc.ViewFeatures/ViewFeatures/StringHtmlContent.cs b/src/Microsoft.AspNetCore.Mvc.ViewFeatures/ViewFeatures/StringHtmlContent.cs similarity index 100% rename from src/Microsoft.AspNet.Mvc.ViewFeatures/ViewFeatures/StringHtmlContent.cs rename to src/Microsoft.AspNetCore.Mvc.ViewFeatures/ViewFeatures/StringHtmlContent.cs diff --git a/src/Microsoft.AspNet.Mvc.ViewFeatures/ViewFeatures/TempDataDictionary.cs b/src/Microsoft.AspNetCore.Mvc.ViewFeatures/ViewFeatures/TempDataDictionary.cs similarity index 100% rename from src/Microsoft.AspNet.Mvc.ViewFeatures/ViewFeatures/TempDataDictionary.cs rename to src/Microsoft.AspNetCore.Mvc.ViewFeatures/ViewFeatures/TempDataDictionary.cs diff --git a/src/Microsoft.AspNet.Mvc.ViewFeatures/ViewFeatures/TempDataDictionaryFactory.cs b/src/Microsoft.AspNetCore.Mvc.ViewFeatures/ViewFeatures/TempDataDictionaryFactory.cs similarity index 100% rename from src/Microsoft.AspNet.Mvc.ViewFeatures/ViewFeatures/TempDataDictionaryFactory.cs rename to src/Microsoft.AspNetCore.Mvc.ViewFeatures/ViewFeatures/TempDataDictionaryFactory.cs diff --git a/src/Microsoft.AspNet.Mvc.ViewFeatures/ViewFeatures/TemplateBuilder.cs b/src/Microsoft.AspNetCore.Mvc.ViewFeatures/ViewFeatures/TemplateBuilder.cs similarity index 100% rename from src/Microsoft.AspNet.Mvc.ViewFeatures/ViewFeatures/TemplateBuilder.cs rename to src/Microsoft.AspNetCore.Mvc.ViewFeatures/ViewFeatures/TemplateBuilder.cs diff --git a/src/Microsoft.AspNet.Mvc.ViewFeatures/ViewFeatures/TemplateInfo.cs b/src/Microsoft.AspNetCore.Mvc.ViewFeatures/ViewFeatures/TemplateInfo.cs similarity index 100% rename from src/Microsoft.AspNet.Mvc.ViewFeatures/ViewFeatures/TemplateInfo.cs rename to src/Microsoft.AspNetCore.Mvc.ViewFeatures/ViewFeatures/TemplateInfo.cs diff --git a/src/Microsoft.AspNet.Mvc.ViewFeatures/ViewFeatures/TemplateRenderer.cs b/src/Microsoft.AspNetCore.Mvc.ViewFeatures/ViewFeatures/TemplateRenderer.cs similarity index 100% rename from src/Microsoft.AspNet.Mvc.ViewFeatures/ViewFeatures/TemplateRenderer.cs rename to src/Microsoft.AspNetCore.Mvc.ViewFeatures/ViewFeatures/TemplateRenderer.cs diff --git a/src/Microsoft.AspNet.Mvc.ViewFeatures/ViewFeatures/TryGetValueDelegate.cs b/src/Microsoft.AspNetCore.Mvc.ViewFeatures/ViewFeatures/TryGetValueDelegate.cs similarity index 100% rename from src/Microsoft.AspNet.Mvc.ViewFeatures/ViewFeatures/TryGetValueDelegate.cs rename to src/Microsoft.AspNetCore.Mvc.ViewFeatures/ViewFeatures/TryGetValueDelegate.cs diff --git a/src/Microsoft.AspNet.Mvc.ViewFeatures/ViewFeatures/TryGetValueProvider.cs b/src/Microsoft.AspNetCore.Mvc.ViewFeatures/ViewFeatures/TryGetValueProvider.cs similarity index 100% rename from src/Microsoft.AspNet.Mvc.ViewFeatures/ViewFeatures/TryGetValueProvider.cs rename to src/Microsoft.AspNetCore.Mvc.ViewFeatures/ViewFeatures/TryGetValueProvider.cs diff --git a/src/Microsoft.AspNet.Mvc.ViewFeatures/ViewFeatures/UnobtrusiveValidationAttributesGenerator.cs b/src/Microsoft.AspNetCore.Mvc.ViewFeatures/ViewFeatures/UnobtrusiveValidationAttributesGenerator.cs similarity index 100% rename from src/Microsoft.AspNet.Mvc.ViewFeatures/ViewFeatures/UnobtrusiveValidationAttributesGenerator.cs rename to src/Microsoft.AspNetCore.Mvc.ViewFeatures/ViewFeatures/UnobtrusiveValidationAttributesGenerator.cs diff --git a/src/Microsoft.AspNet.Mvc.ViewFeatures/ViewFeatures/ViewContextAttribute.cs b/src/Microsoft.AspNetCore.Mvc.ViewFeatures/ViewFeatures/ViewContextAttribute.cs similarity index 100% rename from src/Microsoft.AspNet.Mvc.ViewFeatures/ViewFeatures/ViewContextAttribute.cs rename to src/Microsoft.AspNetCore.Mvc.ViewFeatures/ViewFeatures/ViewContextAttribute.cs diff --git a/src/Microsoft.AspNet.Mvc.ViewFeatures/ViewFeatures/ViewDataDictionary.cs b/src/Microsoft.AspNetCore.Mvc.ViewFeatures/ViewFeatures/ViewDataDictionary.cs similarity index 100% rename from src/Microsoft.AspNet.Mvc.ViewFeatures/ViewFeatures/ViewDataDictionary.cs rename to src/Microsoft.AspNetCore.Mvc.ViewFeatures/ViewFeatures/ViewDataDictionary.cs diff --git a/src/Microsoft.AspNet.Mvc.ViewFeatures/ViewFeatures/ViewDataDictionaryAttribute.cs b/src/Microsoft.AspNetCore.Mvc.ViewFeatures/ViewFeatures/ViewDataDictionaryAttribute.cs similarity index 100% rename from src/Microsoft.AspNet.Mvc.ViewFeatures/ViewFeatures/ViewDataDictionaryAttribute.cs rename to src/Microsoft.AspNetCore.Mvc.ViewFeatures/ViewFeatures/ViewDataDictionaryAttribute.cs diff --git a/src/Microsoft.AspNet.Mvc.ViewFeatures/ViewFeatures/ViewDataDictionaryControllerPropertyActivator.cs b/src/Microsoft.AspNetCore.Mvc.ViewFeatures/ViewFeatures/ViewDataDictionaryControllerPropertyActivator.cs similarity index 100% rename from src/Microsoft.AspNet.Mvc.ViewFeatures/ViewFeatures/ViewDataDictionaryControllerPropertyActivator.cs rename to src/Microsoft.AspNetCore.Mvc.ViewFeatures/ViewFeatures/ViewDataDictionaryControllerPropertyActivator.cs diff --git a/src/Microsoft.AspNet.Mvc.ViewFeatures/ViewFeatures/ViewDataDictionaryOfT.cs b/src/Microsoft.AspNetCore.Mvc.ViewFeatures/ViewFeatures/ViewDataDictionaryOfT.cs similarity index 100% rename from src/Microsoft.AspNet.Mvc.ViewFeatures/ViewFeatures/ViewDataDictionaryOfT.cs rename to src/Microsoft.AspNetCore.Mvc.ViewFeatures/ViewFeatures/ViewDataDictionaryOfT.cs diff --git a/src/Microsoft.AspNet.Mvc.ViewFeatures/ViewFeatures/ViewDataEvaluator.cs b/src/Microsoft.AspNetCore.Mvc.ViewFeatures/ViewFeatures/ViewDataEvaluator.cs similarity index 100% rename from src/Microsoft.AspNet.Mvc.ViewFeatures/ViewFeatures/ViewDataEvaluator.cs rename to src/Microsoft.AspNetCore.Mvc.ViewFeatures/ViewFeatures/ViewDataEvaluator.cs diff --git a/src/Microsoft.AspNet.Mvc.ViewFeatures/ViewFeatures/ViewDataInfo.cs b/src/Microsoft.AspNetCore.Mvc.ViewFeatures/ViewFeatures/ViewDataInfo.cs similarity index 100% rename from src/Microsoft.AspNet.Mvc.ViewFeatures/ViewFeatures/ViewDataInfo.cs rename to src/Microsoft.AspNetCore.Mvc.ViewFeatures/ViewFeatures/ViewDataInfo.cs diff --git a/src/Microsoft.AspNet.Mvc.ViewFeatures/ViewFeatures/ViewExecutor.cs b/src/Microsoft.AspNetCore.Mvc.ViewFeatures/ViewFeatures/ViewExecutor.cs similarity index 100% rename from src/Microsoft.AspNet.Mvc.ViewFeatures/ViewFeatures/ViewExecutor.cs rename to src/Microsoft.AspNetCore.Mvc.ViewFeatures/ViewFeatures/ViewExecutor.cs diff --git a/src/Microsoft.AspNet.Mvc.ViewFeatures/ViewFeatures/ViewResultExecutor.cs b/src/Microsoft.AspNetCore.Mvc.ViewFeatures/ViewFeatures/ViewResultExecutor.cs similarity index 100% rename from src/Microsoft.AspNet.Mvc.ViewFeatures/ViewFeatures/ViewResultExecutor.cs rename to src/Microsoft.AspNetCore.Mvc.ViewFeatures/ViewFeatures/ViewResultExecutor.cs diff --git a/src/Microsoft.AspNet.Mvc.ViewFeatures/ViewResult.cs b/src/Microsoft.AspNetCore.Mvc.ViewFeatures/ViewResult.cs similarity index 100% rename from src/Microsoft.AspNet.Mvc.ViewFeatures/ViewResult.cs rename to src/Microsoft.AspNetCore.Mvc.ViewFeatures/ViewResult.cs diff --git a/src/Microsoft.AspNet.Mvc.ViewFeatures/project.json b/src/Microsoft.AspNetCore.Mvc.ViewFeatures/project.json similarity index 100% rename from src/Microsoft.AspNet.Mvc.ViewFeatures/project.json rename to src/Microsoft.AspNetCore.Mvc.ViewFeatures/project.json diff --git a/src/Microsoft.AspNet.Mvc.WebApiCompatShim/ApiController.cs b/src/Microsoft.AspNetCore.Mvc.WebApiCompatShim/ApiController.cs similarity index 100% rename from src/Microsoft.AspNet.Mvc.WebApiCompatShim/ApiController.cs rename to src/Microsoft.AspNetCore.Mvc.WebApiCompatShim/ApiController.cs diff --git a/src/Microsoft.AspNet.Mvc.WebApiCompatShim/BadRequestErrorMessageResult.cs b/src/Microsoft.AspNetCore.Mvc.WebApiCompatShim/BadRequestErrorMessageResult.cs similarity index 100% rename from src/Microsoft.AspNet.Mvc.WebApiCompatShim/BadRequestErrorMessageResult.cs rename to src/Microsoft.AspNetCore.Mvc.WebApiCompatShim/BadRequestErrorMessageResult.cs diff --git a/src/Microsoft.AspNet.Mvc.WebApiCompatShim/ConflictResult.cs b/src/Microsoft.AspNetCore.Mvc.WebApiCompatShim/ConflictResult.cs similarity index 100% rename from src/Microsoft.AspNet.Mvc.WebApiCompatShim/ConflictResult.cs rename to src/Microsoft.AspNetCore.Mvc.WebApiCompatShim/ConflictResult.cs diff --git a/src/Microsoft.AspNet.Mvc.WebApiCompatShim/ContentNegotiator/CollectionExtensions.cs b/src/Microsoft.AspNetCore.Mvc.WebApiCompatShim/ContentNegotiator/CollectionExtensions.cs similarity index 100% rename from src/Microsoft.AspNet.Mvc.WebApiCompatShim/ContentNegotiator/CollectionExtensions.cs rename to src/Microsoft.AspNetCore.Mvc.WebApiCompatShim/ContentNegotiator/CollectionExtensions.cs diff --git a/src/Microsoft.AspNet.Mvc.WebApiCompatShim/ContentNegotiator/ContentNegotiationResult.cs b/src/Microsoft.AspNetCore.Mvc.WebApiCompatShim/ContentNegotiator/ContentNegotiationResult.cs similarity index 100% rename from src/Microsoft.AspNet.Mvc.WebApiCompatShim/ContentNegotiator/ContentNegotiationResult.cs rename to src/Microsoft.AspNetCore.Mvc.WebApiCompatShim/ContentNegotiator/ContentNegotiationResult.cs diff --git a/src/Microsoft.AspNet.Mvc.WebApiCompatShim/ContentNegotiator/DefaultContentNegotiator.cs b/src/Microsoft.AspNetCore.Mvc.WebApiCompatShim/ContentNegotiator/DefaultContentNegotiator.cs similarity index 100% rename from src/Microsoft.AspNet.Mvc.WebApiCompatShim/ContentNegotiator/DefaultContentNegotiator.cs rename to src/Microsoft.AspNetCore.Mvc.WebApiCompatShim/ContentNegotiator/DefaultContentNegotiator.cs diff --git a/src/Microsoft.AspNet.Mvc.WebApiCompatShim/ContentNegotiator/FormDataCollection.cs b/src/Microsoft.AspNetCore.Mvc.WebApiCompatShim/ContentNegotiator/FormDataCollection.cs similarity index 100% rename from src/Microsoft.AspNet.Mvc.WebApiCompatShim/ContentNegotiator/FormDataCollection.cs rename to src/Microsoft.AspNetCore.Mvc.WebApiCompatShim/ContentNegotiator/FormDataCollection.cs diff --git a/src/Microsoft.AspNet.Mvc.WebApiCompatShim/ContentNegotiator/FormattingUtilities.cs b/src/Microsoft.AspNetCore.Mvc.WebApiCompatShim/ContentNegotiator/FormattingUtilities.cs similarity index 100% rename from src/Microsoft.AspNet.Mvc.WebApiCompatShim/ContentNegotiator/FormattingUtilities.cs rename to src/Microsoft.AspNetCore.Mvc.WebApiCompatShim/ContentNegotiator/FormattingUtilities.cs diff --git a/src/Microsoft.AspNet.Mvc.WebApiCompatShim/ContentNegotiator/IContentNegotiator.cs b/src/Microsoft.AspNetCore.Mvc.WebApiCompatShim/ContentNegotiator/IContentNegotiator.cs similarity index 100% rename from src/Microsoft.AspNet.Mvc.WebApiCompatShim/ContentNegotiator/IContentNegotiator.cs rename to src/Microsoft.AspNetCore.Mvc.WebApiCompatShim/ContentNegotiator/IContentNegotiator.cs diff --git a/src/Microsoft.AspNet.Mvc.WebApiCompatShim/ContentNegotiator/ListWrapperCollection.cs b/src/Microsoft.AspNetCore.Mvc.WebApiCompatShim/ContentNegotiator/ListWrapperCollection.cs similarity index 100% rename from src/Microsoft.AspNet.Mvc.WebApiCompatShim/ContentNegotiator/ListWrapperCollection.cs rename to src/Microsoft.AspNetCore.Mvc.WebApiCompatShim/ContentNegotiator/ListWrapperCollection.cs diff --git a/src/Microsoft.AspNet.Mvc.WebApiCompatShim/ContentNegotiator/MediaTypeConstants.cs b/src/Microsoft.AspNetCore.Mvc.WebApiCompatShim/ContentNegotiator/MediaTypeConstants.cs similarity index 100% rename from src/Microsoft.AspNet.Mvc.WebApiCompatShim/ContentNegotiator/MediaTypeConstants.cs rename to src/Microsoft.AspNetCore.Mvc.WebApiCompatShim/ContentNegotiator/MediaTypeConstants.cs diff --git a/src/Microsoft.AspNet.Mvc.WebApiCompatShim/ContentNegotiator/MediaTypeFormatterMatch.cs b/src/Microsoft.AspNetCore.Mvc.WebApiCompatShim/ContentNegotiator/MediaTypeFormatterMatch.cs similarity index 100% rename from src/Microsoft.AspNet.Mvc.WebApiCompatShim/ContentNegotiator/MediaTypeFormatterMatch.cs rename to src/Microsoft.AspNetCore.Mvc.WebApiCompatShim/ContentNegotiator/MediaTypeFormatterMatch.cs diff --git a/src/Microsoft.AspNet.Mvc.WebApiCompatShim/ContentNegotiator/MediaTypeFormatterMatchRanking.cs b/src/Microsoft.AspNetCore.Mvc.WebApiCompatShim/ContentNegotiator/MediaTypeFormatterMatchRanking.cs similarity index 100% rename from src/Microsoft.AspNet.Mvc.WebApiCompatShim/ContentNegotiator/MediaTypeFormatterMatchRanking.cs rename to src/Microsoft.AspNetCore.Mvc.WebApiCompatShim/ContentNegotiator/MediaTypeFormatterMatchRanking.cs diff --git a/src/Microsoft.AspNet.Mvc.WebApiCompatShim/ContentNegotiator/MediaTypeHeaderValueExtensions.cs b/src/Microsoft.AspNetCore.Mvc.WebApiCompatShim/ContentNegotiator/MediaTypeHeaderValueExtensions.cs similarity index 100% rename from src/Microsoft.AspNet.Mvc.WebApiCompatShim/ContentNegotiator/MediaTypeHeaderValueExtensions.cs rename to src/Microsoft.AspNetCore.Mvc.WebApiCompatShim/ContentNegotiator/MediaTypeHeaderValueExtensions.cs diff --git a/src/Microsoft.AspNet.Mvc.WebApiCompatShim/ContentNegotiator/MediaTypeWithQualityHeaderComparer.cs b/src/Microsoft.AspNetCore.Mvc.WebApiCompatShim/ContentNegotiator/MediaTypeWithQualityHeaderComparer.cs similarity index 100% rename from src/Microsoft.AspNet.Mvc.WebApiCompatShim/ContentNegotiator/MediaTypeWithQualityHeaderComparer.cs rename to src/Microsoft.AspNetCore.Mvc.WebApiCompatShim/ContentNegotiator/MediaTypeWithQualityHeaderComparer.cs diff --git a/src/Microsoft.AspNet.Mvc.WebApiCompatShim/ContentNegotiator/ParsedMediaTypeHeaderValue.cs b/src/Microsoft.AspNetCore.Mvc.WebApiCompatShim/ContentNegotiator/ParsedMediaTypeHeaderValue.cs similarity index 100% rename from src/Microsoft.AspNet.Mvc.WebApiCompatShim/ContentNegotiator/ParsedMediaTypeHeaderValue.cs rename to src/Microsoft.AspNetCore.Mvc.WebApiCompatShim/ContentNegotiator/ParsedMediaTypeHeaderValue.cs diff --git a/src/Microsoft.AspNet.Mvc.WebApiCompatShim/ContentNegotiator/StringWithQualityHeaderValueComparer.cs b/src/Microsoft.AspNetCore.Mvc.WebApiCompatShim/ContentNegotiator/StringWithQualityHeaderValueComparer.cs similarity index 100% rename from src/Microsoft.AspNet.Mvc.WebApiCompatShim/ContentNegotiator/StringWithQualityHeaderValueComparer.cs rename to src/Microsoft.AspNetCore.Mvc.WebApiCompatShim/ContentNegotiator/StringWithQualityHeaderValueComparer.cs diff --git a/src/Microsoft.AspNet.Mvc.WebApiCompatShim/Conventions/IUseWebApiActionConventions.cs b/src/Microsoft.AspNetCore.Mvc.WebApiCompatShim/Conventions/IUseWebApiActionConventions.cs similarity index 100% rename from src/Microsoft.AspNet.Mvc.WebApiCompatShim/Conventions/IUseWebApiActionConventions.cs rename to src/Microsoft.AspNetCore.Mvc.WebApiCompatShim/Conventions/IUseWebApiActionConventions.cs diff --git a/src/Microsoft.AspNet.Mvc.WebApiCompatShim/Conventions/IUseWebApiOverloading.cs b/src/Microsoft.AspNetCore.Mvc.WebApiCompatShim/Conventions/IUseWebApiOverloading.cs similarity index 100% rename from src/Microsoft.AspNet.Mvc.WebApiCompatShim/Conventions/IUseWebApiOverloading.cs rename to src/Microsoft.AspNetCore.Mvc.WebApiCompatShim/Conventions/IUseWebApiOverloading.cs diff --git a/src/Microsoft.AspNet.Mvc.WebApiCompatShim/Conventions/IUseWebApiParameterConventions.cs b/src/Microsoft.AspNetCore.Mvc.WebApiCompatShim/Conventions/IUseWebApiParameterConventions.cs similarity index 100% rename from src/Microsoft.AspNet.Mvc.WebApiCompatShim/Conventions/IUseWebApiParameterConventions.cs rename to src/Microsoft.AspNetCore.Mvc.WebApiCompatShim/Conventions/IUseWebApiParameterConventions.cs diff --git a/src/Microsoft.AspNet.Mvc.WebApiCompatShim/Conventions/IUseWebApiRoutes.cs b/src/Microsoft.AspNetCore.Mvc.WebApiCompatShim/Conventions/IUseWebApiRoutes.cs similarity index 100% rename from src/Microsoft.AspNet.Mvc.WebApiCompatShim/Conventions/IUseWebApiRoutes.cs rename to src/Microsoft.AspNetCore.Mvc.WebApiCompatShim/Conventions/IUseWebApiRoutes.cs diff --git a/src/Microsoft.AspNet.Mvc.WebApiCompatShim/Conventions/UseWebApiActionConventionsAttribute.cs b/src/Microsoft.AspNetCore.Mvc.WebApiCompatShim/Conventions/UseWebApiActionConventionsAttribute.cs similarity index 100% rename from src/Microsoft.AspNet.Mvc.WebApiCompatShim/Conventions/UseWebApiActionConventionsAttribute.cs rename to src/Microsoft.AspNetCore.Mvc.WebApiCompatShim/Conventions/UseWebApiActionConventionsAttribute.cs diff --git a/src/Microsoft.AspNet.Mvc.WebApiCompatShim/Conventions/UseWebApiOverloadingAttribute.cs b/src/Microsoft.AspNetCore.Mvc.WebApiCompatShim/Conventions/UseWebApiOverloadingAttribute.cs similarity index 100% rename from src/Microsoft.AspNet.Mvc.WebApiCompatShim/Conventions/UseWebApiOverloadingAttribute.cs rename to src/Microsoft.AspNetCore.Mvc.WebApiCompatShim/Conventions/UseWebApiOverloadingAttribute.cs diff --git a/src/Microsoft.AspNet.Mvc.WebApiCompatShim/Conventions/UseWebApiParameterConventionsAttribute.cs b/src/Microsoft.AspNetCore.Mvc.WebApiCompatShim/Conventions/UseWebApiParameterConventionsAttribute.cs similarity index 100% rename from src/Microsoft.AspNet.Mvc.WebApiCompatShim/Conventions/UseWebApiParameterConventionsAttribute.cs rename to src/Microsoft.AspNetCore.Mvc.WebApiCompatShim/Conventions/UseWebApiParameterConventionsAttribute.cs diff --git a/src/Microsoft.AspNet.Mvc.WebApiCompatShim/Conventions/UseWebApiRoutesAttribute.cs b/src/Microsoft.AspNetCore.Mvc.WebApiCompatShim/Conventions/UseWebApiRoutesAttribute.cs similarity index 100% rename from src/Microsoft.AspNet.Mvc.WebApiCompatShim/Conventions/UseWebApiRoutesAttribute.cs rename to src/Microsoft.AspNetCore.Mvc.WebApiCompatShim/Conventions/UseWebApiRoutesAttribute.cs diff --git a/src/Microsoft.AspNet.Mvc.WebApiCompatShim/Conventions/WebApiActionConventionsApplicationModelConvention.cs b/src/Microsoft.AspNetCore.Mvc.WebApiCompatShim/Conventions/WebApiActionConventionsApplicationModelConvention.cs similarity index 100% rename from src/Microsoft.AspNet.Mvc.WebApiCompatShim/Conventions/WebApiActionConventionsApplicationModelConvention.cs rename to src/Microsoft.AspNetCore.Mvc.WebApiCompatShim/Conventions/WebApiActionConventionsApplicationModelConvention.cs diff --git a/src/Microsoft.AspNet.Mvc.WebApiCompatShim/Conventions/WebApiOverloadingApplicationModelConvention.cs b/src/Microsoft.AspNetCore.Mvc.WebApiCompatShim/Conventions/WebApiOverloadingApplicationModelConvention.cs similarity index 100% rename from src/Microsoft.AspNet.Mvc.WebApiCompatShim/Conventions/WebApiOverloadingApplicationModelConvention.cs rename to src/Microsoft.AspNetCore.Mvc.WebApiCompatShim/Conventions/WebApiOverloadingApplicationModelConvention.cs diff --git a/src/Microsoft.AspNet.Mvc.WebApiCompatShim/Conventions/WebApiParameterConventionsApplicationModelConvention.cs b/src/Microsoft.AspNetCore.Mvc.WebApiCompatShim/Conventions/WebApiParameterConventionsApplicationModelConvention.cs similarity index 100% rename from src/Microsoft.AspNet.Mvc.WebApiCompatShim/Conventions/WebApiParameterConventionsApplicationModelConvention.cs rename to src/Microsoft.AspNetCore.Mvc.WebApiCompatShim/Conventions/WebApiParameterConventionsApplicationModelConvention.cs diff --git a/src/Microsoft.AspNet.Mvc.WebApiCompatShim/Conventions/WebApiRoutesApplicationModelConvention.cs b/src/Microsoft.AspNetCore.Mvc.WebApiCompatShim/Conventions/WebApiRoutesApplicationModelConvention.cs similarity index 100% rename from src/Microsoft.AspNet.Mvc.WebApiCompatShim/Conventions/WebApiRoutesApplicationModelConvention.cs rename to src/Microsoft.AspNetCore.Mvc.WebApiCompatShim/Conventions/WebApiRoutesApplicationModelConvention.cs diff --git a/src/Microsoft.AspNet.Mvc.WebApiCompatShim/ExceptionResult.cs b/src/Microsoft.AspNetCore.Mvc.WebApiCompatShim/ExceptionResult.cs similarity index 100% rename from src/Microsoft.AspNet.Mvc.WebApiCompatShim/ExceptionResult.cs rename to src/Microsoft.AspNetCore.Mvc.WebApiCompatShim/ExceptionResult.cs diff --git a/src/Microsoft.AspNet.Mvc.WebApiCompatShim/FormDataCollectionExtensions.cs b/src/Microsoft.AspNetCore.Mvc.WebApiCompatShim/FormDataCollectionExtensions.cs similarity index 100% rename from src/Microsoft.AspNet.Mvc.WebApiCompatShim/FormDataCollectionExtensions.cs rename to src/Microsoft.AspNetCore.Mvc.WebApiCompatShim/FormDataCollectionExtensions.cs diff --git a/src/Microsoft.AspNet.Mvc.WebApiCompatShim/Formatters/HttpResponseMessageOutputFormatter.cs b/src/Microsoft.AspNetCore.Mvc.WebApiCompatShim/Formatters/HttpResponseMessageOutputFormatter.cs similarity index 100% rename from src/Microsoft.AspNet.Mvc.WebApiCompatShim/Formatters/HttpResponseMessageOutputFormatter.cs rename to src/Microsoft.AspNetCore.Mvc.WebApiCompatShim/Formatters/HttpResponseMessageOutputFormatter.cs diff --git a/src/Microsoft.AspNet.Mvc.WebApiCompatShim/HttpError.cs b/src/Microsoft.AspNetCore.Mvc.WebApiCompatShim/HttpError.cs similarity index 100% rename from src/Microsoft.AspNet.Mvc.WebApiCompatShim/HttpError.cs rename to src/Microsoft.AspNetCore.Mvc.WebApiCompatShim/HttpError.cs diff --git a/src/Microsoft.AspNet.Mvc.WebApiCompatShim/HttpErrorKeys.cs b/src/Microsoft.AspNetCore.Mvc.WebApiCompatShim/HttpErrorKeys.cs similarity index 100% rename from src/Microsoft.AspNet.Mvc.WebApiCompatShim/HttpErrorKeys.cs rename to src/Microsoft.AspNetCore.Mvc.WebApiCompatShim/HttpErrorKeys.cs diff --git a/src/Microsoft.AspNet.Mvc.WebApiCompatShim/HttpRequestMessage/HttpRequestMessageExtensions.cs b/src/Microsoft.AspNetCore.Mvc.WebApiCompatShim/HttpRequestMessage/HttpRequestMessageExtensions.cs similarity index 100% rename from src/Microsoft.AspNet.Mvc.WebApiCompatShim/HttpRequestMessage/HttpRequestMessageExtensions.cs rename to src/Microsoft.AspNetCore.Mvc.WebApiCompatShim/HttpRequestMessage/HttpRequestMessageExtensions.cs diff --git a/src/Microsoft.AspNet.Mvc.WebApiCompatShim/HttpRequestMessage/HttpRequestMessageFeature.cs b/src/Microsoft.AspNetCore.Mvc.WebApiCompatShim/HttpRequestMessage/HttpRequestMessageFeature.cs similarity index 100% rename from src/Microsoft.AspNet.Mvc.WebApiCompatShim/HttpRequestMessage/HttpRequestMessageFeature.cs rename to src/Microsoft.AspNetCore.Mvc.WebApiCompatShim/HttpRequestMessage/HttpRequestMessageFeature.cs diff --git a/src/Microsoft.AspNet.Mvc.WebApiCompatShim/HttpRequestMessage/HttpRequestMessageHttpContextExtensions.cs b/src/Microsoft.AspNetCore.Mvc.WebApiCompatShim/HttpRequestMessage/HttpRequestMessageHttpContextExtensions.cs similarity index 100% rename from src/Microsoft.AspNet.Mvc.WebApiCompatShim/HttpRequestMessage/HttpRequestMessageHttpContextExtensions.cs rename to src/Microsoft.AspNetCore.Mvc.WebApiCompatShim/HttpRequestMessage/HttpRequestMessageHttpContextExtensions.cs diff --git a/src/Microsoft.AspNet.Mvc.WebApiCompatShim/HttpRequestMessage/HttpRequestMessageModelBinder.cs b/src/Microsoft.AspNetCore.Mvc.WebApiCompatShim/HttpRequestMessage/HttpRequestMessageModelBinder.cs similarity index 100% rename from src/Microsoft.AspNet.Mvc.WebApiCompatShim/HttpRequestMessage/HttpRequestMessageModelBinder.cs rename to src/Microsoft.AspNetCore.Mvc.WebApiCompatShim/HttpRequestMessage/HttpRequestMessageModelBinder.cs diff --git a/src/Microsoft.AspNet.Mvc.WebApiCompatShim/HttpRequestMessage/IHttpRequestMessageFeature.cs b/src/Microsoft.AspNetCore.Mvc.WebApiCompatShim/HttpRequestMessage/IHttpRequestMessageFeature.cs similarity index 100% rename from src/Microsoft.AspNet.Mvc.WebApiCompatShim/HttpRequestMessage/IHttpRequestMessageFeature.cs rename to src/Microsoft.AspNetCore.Mvc.WebApiCompatShim/HttpRequestMessage/IHttpRequestMessageFeature.cs diff --git a/src/Microsoft.AspNet.Mvc.WebApiCompatShim/HttpResponseException.cs b/src/Microsoft.AspNetCore.Mvc.WebApiCompatShim/HttpResponseException.cs similarity index 100% rename from src/Microsoft.AspNet.Mvc.WebApiCompatShim/HttpResponseException.cs rename to src/Microsoft.AspNetCore.Mvc.WebApiCompatShim/HttpResponseException.cs diff --git a/src/Microsoft.AspNet.Mvc.WebApiCompatShim/HttpResponseExceptionActionFilter.cs b/src/Microsoft.AspNetCore.Mvc.WebApiCompatShim/HttpResponseExceptionActionFilter.cs similarity index 100% rename from src/Microsoft.AspNet.Mvc.WebApiCompatShim/HttpResponseExceptionActionFilter.cs rename to src/Microsoft.AspNetCore.Mvc.WebApiCompatShim/HttpResponseExceptionActionFilter.cs diff --git a/src/Microsoft.AspNet.Mvc.WebApiCompatShim/InternalServerErrorResult.cs b/src/Microsoft.AspNetCore.Mvc.WebApiCompatShim/InternalServerErrorResult.cs similarity index 100% rename from src/Microsoft.AspNet.Mvc.WebApiCompatShim/InternalServerErrorResult.cs rename to src/Microsoft.AspNetCore.Mvc.WebApiCompatShim/InternalServerErrorResult.cs diff --git a/src/Microsoft.AspNet.Mvc.WebApiCompatShim/InvalidModelStateResult.cs b/src/Microsoft.AspNetCore.Mvc.WebApiCompatShim/InvalidModelStateResult.cs similarity index 100% rename from src/Microsoft.AspNet.Mvc.WebApiCompatShim/InvalidModelStateResult.cs rename to src/Microsoft.AspNetCore.Mvc.WebApiCompatShim/InvalidModelStateResult.cs diff --git a/src/Microsoft.AspNet.Mvc.WebApiCompatShim/Microsoft.AspNet.Mvc.WebApiCompatShim.xproj b/src/Microsoft.AspNetCore.Mvc.WebApiCompatShim/Microsoft.AspNetCore.Mvc.WebApiCompatShim.xproj similarity index 100% rename from src/Microsoft.AspNet.Mvc.WebApiCompatShim/Microsoft.AspNet.Mvc.WebApiCompatShim.xproj rename to src/Microsoft.AspNetCore.Mvc.WebApiCompatShim/Microsoft.AspNetCore.Mvc.WebApiCompatShim.xproj diff --git a/src/Microsoft.AspNet.Mvc.WebApiCompatShim/NegotiatedContentResult.cs b/src/Microsoft.AspNetCore.Mvc.WebApiCompatShim/NegotiatedContentResult.cs similarity index 100% rename from src/Microsoft.AspNet.Mvc.WebApiCompatShim/NegotiatedContentResult.cs rename to src/Microsoft.AspNetCore.Mvc.WebApiCompatShim/NegotiatedContentResult.cs diff --git a/src/Microsoft.AspNet.Mvc.WebApiCompatShim/OverloadActionConstraint.cs b/src/Microsoft.AspNetCore.Mvc.WebApiCompatShim/OverloadActionConstraint.cs similarity index 100% rename from src/Microsoft.AspNet.Mvc.WebApiCompatShim/OverloadActionConstraint.cs rename to src/Microsoft.AspNetCore.Mvc.WebApiCompatShim/OverloadActionConstraint.cs diff --git a/src/Microsoft.AspNet.Mvc.WebApiCompatShim/ParameterBinding/FromUriAttribute.cs b/src/Microsoft.AspNetCore.Mvc.WebApiCompatShim/ParameterBinding/FromUriAttribute.cs similarity index 100% rename from src/Microsoft.AspNet.Mvc.WebApiCompatShim/ParameterBinding/FromUriAttribute.cs rename to src/Microsoft.AspNetCore.Mvc.WebApiCompatShim/ParameterBinding/FromUriAttribute.cs diff --git a/src/Microsoft.AspNet.Mvc.WebApiCompatShim/ParameterBinding/IOptionalBinderMetadata.cs b/src/Microsoft.AspNetCore.Mvc.WebApiCompatShim/ParameterBinding/IOptionalBinderMetadata.cs similarity index 100% rename from src/Microsoft.AspNet.Mvc.WebApiCompatShim/ParameterBinding/IOptionalBinderMetadata.cs rename to src/Microsoft.AspNetCore.Mvc.WebApiCompatShim/ParameterBinding/IOptionalBinderMetadata.cs diff --git a/src/Microsoft.AspNet.Mvc.WebApiCompatShim/Properties/AssemblyInfo.cs b/src/Microsoft.AspNetCore.Mvc.WebApiCompatShim/Properties/AssemblyInfo.cs similarity index 100% rename from src/Microsoft.AspNet.Mvc.WebApiCompatShim/Properties/AssemblyInfo.cs rename to src/Microsoft.AspNetCore.Mvc.WebApiCompatShim/Properties/AssemblyInfo.cs diff --git a/src/Microsoft.AspNet.Mvc.WebApiCompatShim/Properties/Resources.Designer.cs b/src/Microsoft.AspNetCore.Mvc.WebApiCompatShim/Properties/Resources.Designer.cs similarity index 100% rename from src/Microsoft.AspNet.Mvc.WebApiCompatShim/Properties/Resources.Designer.cs rename to src/Microsoft.AspNetCore.Mvc.WebApiCompatShim/Properties/Resources.Designer.cs diff --git a/src/Microsoft.AspNet.Mvc.WebApiCompatShim/Resources.resx b/src/Microsoft.AspNetCore.Mvc.WebApiCompatShim/Resources.resx similarity index 100% rename from src/Microsoft.AspNet.Mvc.WebApiCompatShim/Resources.resx rename to src/Microsoft.AspNetCore.Mvc.WebApiCompatShim/Resources.resx diff --git a/src/Microsoft.AspNet.Mvc.WebApiCompatShim/ResponseMessageResult.cs b/src/Microsoft.AspNetCore.Mvc.WebApiCompatShim/ResponseMessageResult.cs similarity index 100% rename from src/Microsoft.AspNet.Mvc.WebApiCompatShim/ResponseMessageResult.cs rename to src/Microsoft.AspNetCore.Mvc.WebApiCompatShim/ResponseMessageResult.cs diff --git a/src/Microsoft.AspNet.Mvc.WebApiCompatShim/Routing/WebApiCompatShimRouteBuilderExtensions.cs b/src/Microsoft.AspNetCore.Mvc.WebApiCompatShim/Routing/WebApiCompatShimRouteBuilderExtensions.cs similarity index 100% rename from src/Microsoft.AspNet.Mvc.WebApiCompatShim/Routing/WebApiCompatShimRouteBuilderExtensions.cs rename to src/Microsoft.AspNetCore.Mvc.WebApiCompatShim/Routing/WebApiCompatShimRouteBuilderExtensions.cs diff --git a/src/Microsoft.AspNet.Mvc.WebApiCompatShim/WebApiCompatShimMvcBuilderExtensions.cs b/src/Microsoft.AspNetCore.Mvc.WebApiCompatShim/WebApiCompatShimMvcBuilderExtensions.cs similarity index 100% rename from src/Microsoft.AspNet.Mvc.WebApiCompatShim/WebApiCompatShimMvcBuilderExtensions.cs rename to src/Microsoft.AspNetCore.Mvc.WebApiCompatShim/WebApiCompatShimMvcBuilderExtensions.cs diff --git a/src/Microsoft.AspNet.Mvc.WebApiCompatShim/WebApiCompatShimOptions.cs b/src/Microsoft.AspNetCore.Mvc.WebApiCompatShim/WebApiCompatShimOptions.cs similarity index 100% rename from src/Microsoft.AspNet.Mvc.WebApiCompatShim/WebApiCompatShimOptions.cs rename to src/Microsoft.AspNetCore.Mvc.WebApiCompatShim/WebApiCompatShimOptions.cs diff --git a/src/Microsoft.AspNet.Mvc.WebApiCompatShim/WebApiCompatShimOptionsSetup.cs b/src/Microsoft.AspNetCore.Mvc.WebApiCompatShim/WebApiCompatShimOptionsSetup.cs similarity index 100% rename from src/Microsoft.AspNet.Mvc.WebApiCompatShim/WebApiCompatShimOptionsSetup.cs rename to src/Microsoft.AspNetCore.Mvc.WebApiCompatShim/WebApiCompatShimOptionsSetup.cs diff --git a/src/Microsoft.AspNet.Mvc.WebApiCompatShim/project.json b/src/Microsoft.AspNetCore.Mvc.WebApiCompatShim/project.json similarity index 100% rename from src/Microsoft.AspNet.Mvc.WebApiCompatShim/project.json rename to src/Microsoft.AspNetCore.Mvc.WebApiCompatShim/project.json diff --git a/src/Microsoft.AspNet.Mvc/Microsoft.AspNet.Mvc.xproj b/src/Microsoft.AspNetCore.Mvc/Microsoft.AspNetCore.Mvc.xproj similarity index 100% rename from src/Microsoft.AspNet.Mvc/Microsoft.AspNet.Mvc.xproj rename to src/Microsoft.AspNetCore.Mvc/Microsoft.AspNetCore.Mvc.xproj diff --git a/src/Microsoft.AspNet.Mvc/MvcServiceCollectionExtensions.cs b/src/Microsoft.AspNetCore.Mvc/MvcServiceCollectionExtensions.cs similarity index 100% rename from src/Microsoft.AspNet.Mvc/MvcServiceCollectionExtensions.cs rename to src/Microsoft.AspNetCore.Mvc/MvcServiceCollectionExtensions.cs diff --git a/src/Microsoft.AspNet.Mvc/Properties/AssemblyInfo.cs b/src/Microsoft.AspNetCore.Mvc/Properties/AssemblyInfo.cs similarity index 100% rename from src/Microsoft.AspNet.Mvc/Properties/AssemblyInfo.cs rename to src/Microsoft.AspNetCore.Mvc/Properties/AssemblyInfo.cs diff --git a/src/Microsoft.AspNet.Mvc/project.json b/src/Microsoft.AspNetCore.Mvc/project.json similarity index 100% rename from src/Microsoft.AspNet.Mvc/project.json rename to src/Microsoft.AspNetCore.Mvc/project.json diff --git a/test/Microsoft.AspNet.Mvc.Abstractions.Test/Microsoft.AspNet.Mvc.Abstractions.Test.xproj b/test/Microsoft.AspNetCore.Mvc.Abstractions.Test/Microsoft.AspNetCore.Mvc.Abstractions.Test.xproj similarity index 100% rename from test/Microsoft.AspNet.Mvc.Abstractions.Test/Microsoft.AspNet.Mvc.Abstractions.Test.xproj rename to test/Microsoft.AspNetCore.Mvc.Abstractions.Test/Microsoft.AspNetCore.Mvc.Abstractions.Test.xproj diff --git a/test/Microsoft.AspNet.Mvc.Abstractions.Test/ModelBinding/ModelMetadataTest.cs b/test/Microsoft.AspNetCore.Mvc.Abstractions.Test/ModelBinding/ModelMetadataTest.cs similarity index 100% rename from test/Microsoft.AspNet.Mvc.Abstractions.Test/ModelBinding/ModelMetadataTest.cs rename to test/Microsoft.AspNetCore.Mvc.Abstractions.Test/ModelBinding/ModelMetadataTest.cs diff --git a/test/Microsoft.AspNet.Mvc.Abstractions.Test/ModelBinding/ModelStateDictionaryTest.cs b/test/Microsoft.AspNetCore.Mvc.Abstractions.Test/ModelBinding/ModelStateDictionaryTest.cs similarity index 100% rename from test/Microsoft.AspNet.Mvc.Abstractions.Test/ModelBinding/ModelStateDictionaryTest.cs rename to test/Microsoft.AspNetCore.Mvc.Abstractions.Test/ModelBinding/ModelStateDictionaryTest.cs diff --git a/test/Microsoft.AspNet.Mvc.Abstractions.Test/ModelBinding/ValueProviderResultTest.cs b/test/Microsoft.AspNetCore.Mvc.Abstractions.Test/ModelBinding/ValueProviderResultTest.cs similarity index 100% rename from test/Microsoft.AspNet.Mvc.Abstractions.Test/ModelBinding/ValueProviderResultTest.cs rename to test/Microsoft.AspNetCore.Mvc.Abstractions.Test/ModelBinding/ValueProviderResultTest.cs diff --git a/test/Microsoft.AspNet.Mvc.Abstractions.Test/project.json b/test/Microsoft.AspNetCore.Mvc.Abstractions.Test/project.json similarity index 100% rename from test/Microsoft.AspNet.Mvc.Abstractions.Test/project.json rename to test/Microsoft.AspNetCore.Mvc.Abstractions.Test/project.json diff --git a/test/Microsoft.AspNet.Mvc.ApiExplorer.Test/DefaultApiDescriptionProviderTest.cs b/test/Microsoft.AspNetCore.Mvc.ApiExplorer.Test/DefaultApiDescriptionProviderTest.cs similarity index 100% rename from test/Microsoft.AspNet.Mvc.ApiExplorer.Test/DefaultApiDescriptionProviderTest.cs rename to test/Microsoft.AspNetCore.Mvc.ApiExplorer.Test/DefaultApiDescriptionProviderTest.cs diff --git a/test/Microsoft.AspNet.Mvc.ApiExplorer.Test/Microsoft.AspNet.Mvc.ApiExplorer.Test.xproj b/test/Microsoft.AspNetCore.Mvc.ApiExplorer.Test/Microsoft.AspNetCore.Mvc.ApiExplorer.Test.xproj similarity index 100% rename from test/Microsoft.AspNet.Mvc.ApiExplorer.Test/Microsoft.AspNet.Mvc.ApiExplorer.Test.xproj rename to test/Microsoft.AspNetCore.Mvc.ApiExplorer.Test/Microsoft.AspNetCore.Mvc.ApiExplorer.Test.xproj diff --git a/test/Microsoft.AspNet.Mvc.ApiExplorer.Test/project.json b/test/Microsoft.AspNetCore.Mvc.ApiExplorer.Test/project.json similarity index 100% rename from test/Microsoft.AspNet.Mvc.ApiExplorer.Test/project.json rename to test/Microsoft.AspNetCore.Mvc.ApiExplorer.Test/project.json diff --git a/test/Microsoft.AspNet.Mvc.Core.Test/ApplicationModel/ActionModelTest.cs b/test/Microsoft.AspNetCore.Mvc.Core.Test/ApplicationModel/ActionModelTest.cs similarity index 100% rename from test/Microsoft.AspNet.Mvc.Core.Test/ApplicationModel/ActionModelTest.cs rename to test/Microsoft.AspNetCore.Mvc.Core.Test/ApplicationModel/ActionModelTest.cs diff --git a/test/Microsoft.AspNet.Mvc.Core.Test/ApplicationModel/AttributeRouteModelTests.cs b/test/Microsoft.AspNetCore.Mvc.Core.Test/ApplicationModel/AttributeRouteModelTests.cs similarity index 100% rename from test/Microsoft.AspNet.Mvc.Core.Test/ApplicationModel/AttributeRouteModelTests.cs rename to test/Microsoft.AspNetCore.Mvc.Core.Test/ApplicationModel/AttributeRouteModelTests.cs diff --git a/test/Microsoft.AspNet.Mvc.Core.Test/ApplicationModel/ControllerModelTest.cs b/test/Microsoft.AspNetCore.Mvc.Core.Test/ApplicationModel/ControllerModelTest.cs similarity index 100% rename from test/Microsoft.AspNet.Mvc.Core.Test/ApplicationModel/ControllerModelTest.cs rename to test/Microsoft.AspNetCore.Mvc.Core.Test/ApplicationModel/ControllerModelTest.cs diff --git a/test/Microsoft.AspNet.Mvc.Core.Test/ApplicationModel/ParameterModelTest.cs b/test/Microsoft.AspNetCore.Mvc.Core.Test/ApplicationModel/ParameterModelTest.cs similarity index 100% rename from test/Microsoft.AspNet.Mvc.Core.Test/ApplicationModel/ParameterModelTest.cs rename to test/Microsoft.AspNetCore.Mvc.Core.Test/ApplicationModel/ParameterModelTest.cs diff --git a/test/Microsoft.AspNet.Mvc.Core.Test/ApplicationModel/PropertyModelTest.cs b/test/Microsoft.AspNetCore.Mvc.Core.Test/ApplicationModel/PropertyModelTest.cs similarity index 100% rename from test/Microsoft.AspNet.Mvc.Core.Test/ApplicationModel/PropertyModelTest.cs rename to test/Microsoft.AspNetCore.Mvc.Core.Test/ApplicationModel/PropertyModelTest.cs diff --git a/test/Microsoft.AspNet.Mvc.Core.Test/BadRequestObjectResultTests.cs b/test/Microsoft.AspNetCore.Mvc.Core.Test/BadRequestObjectResultTests.cs similarity index 100% rename from test/Microsoft.AspNet.Mvc.Core.Test/BadRequestObjectResultTests.cs rename to test/Microsoft.AspNetCore.Mvc.Core.Test/BadRequestObjectResultTests.cs diff --git a/test/Microsoft.AspNet.Mvc.Core.Test/BadRequestResultTests.cs b/test/Microsoft.AspNetCore.Mvc.Core.Test/BadRequestResultTests.cs similarity index 100% rename from test/Microsoft.AspNet.Mvc.Core.Test/BadRequestResultTests.cs rename to test/Microsoft.AspNetCore.Mvc.Core.Test/BadRequestResultTests.cs diff --git a/test/Microsoft.AspNet.Mvc.Core.Test/BindAttributeTest.cs b/test/Microsoft.AspNetCore.Mvc.Core.Test/BindAttributeTest.cs similarity index 100% rename from test/Microsoft.AspNet.Mvc.Core.Test/BindAttributeTest.cs rename to test/Microsoft.AspNetCore.Mvc.Core.Test/BindAttributeTest.cs diff --git a/test/Microsoft.AspNet.Mvc.Core.Test/Builder/MvcApplicationBuilderExtensionsTest.cs b/test/Microsoft.AspNetCore.Mvc.Core.Test/Builder/MvcApplicationBuilderExtensionsTest.cs similarity index 100% rename from test/Microsoft.AspNet.Mvc.Core.Test/Builder/MvcApplicationBuilderExtensionsTest.cs rename to test/Microsoft.AspNetCore.Mvc.Core.Test/Builder/MvcApplicationBuilderExtensionsTest.cs diff --git a/test/Microsoft.AspNet.Mvc.Core.Test/Builder/MvcAreaRouteBuilderExtensionsTest.cs b/test/Microsoft.AspNetCore.Mvc.Core.Test/Builder/MvcAreaRouteBuilderExtensionsTest.cs similarity index 100% rename from test/Microsoft.AspNet.Mvc.Core.Test/Builder/MvcAreaRouteBuilderExtensionsTest.cs rename to test/Microsoft.AspNetCore.Mvc.Core.Test/Builder/MvcAreaRouteBuilderExtensionsTest.cs diff --git a/test/Microsoft.AspNet.Mvc.Core.Test/ChallengeResultTest.cs b/test/Microsoft.AspNetCore.Mvc.Core.Test/ChallengeResultTest.cs similarity index 100% rename from test/Microsoft.AspNet.Mvc.Core.Test/ChallengeResultTest.cs rename to test/Microsoft.AspNetCore.Mvc.Core.Test/ChallengeResultTest.cs diff --git a/test/Microsoft.AspNet.Mvc.Core.Test/ConsumesAttributeTests.cs b/test/Microsoft.AspNetCore.Mvc.Core.Test/ConsumesAttributeTests.cs similarity index 100% rename from test/Microsoft.AspNet.Mvc.Core.Test/ConsumesAttributeTests.cs rename to test/Microsoft.AspNetCore.Mvc.Core.Test/ConsumesAttributeTests.cs diff --git a/test/Microsoft.AspNet.Mvc.Core.Test/ContentResultTest.cs b/test/Microsoft.AspNetCore.Mvc.Core.Test/ContentResultTest.cs similarity index 100% rename from test/Microsoft.AspNet.Mvc.Core.Test/ContentResultTest.cs rename to test/Microsoft.AspNetCore.Mvc.Core.Test/ContentResultTest.cs diff --git a/test/Microsoft.AspNet.Mvc.Core.Test/ControllerBaseTest.cs b/test/Microsoft.AspNetCore.Mvc.Core.Test/ControllerBaseTest.cs similarity index 100% rename from test/Microsoft.AspNet.Mvc.Core.Test/ControllerBaseTest.cs rename to test/Microsoft.AspNetCore.Mvc.Core.Test/ControllerBaseTest.cs diff --git a/test/Microsoft.AspNet.Mvc.Core.Test/Controllers/DefaultControllerActivatorTest.cs b/test/Microsoft.AspNetCore.Mvc.Core.Test/Controllers/DefaultControllerActivatorTest.cs similarity index 100% rename from test/Microsoft.AspNet.Mvc.Core.Test/Controllers/DefaultControllerActivatorTest.cs rename to test/Microsoft.AspNetCore.Mvc.Core.Test/Controllers/DefaultControllerActivatorTest.cs diff --git a/test/Microsoft.AspNet.Mvc.Core.Test/Controllers/DefaultControllerFactoryTest.cs b/test/Microsoft.AspNetCore.Mvc.Core.Test/Controllers/DefaultControllerFactoryTest.cs similarity index 100% rename from test/Microsoft.AspNet.Mvc.Core.Test/Controllers/DefaultControllerFactoryTest.cs rename to test/Microsoft.AspNetCore.Mvc.Core.Test/Controllers/DefaultControllerFactoryTest.cs diff --git a/test/Microsoft.AspNet.Mvc.Core.Test/Controllers/DefaultControllerTypeProviderTest.cs b/test/Microsoft.AspNetCore.Mvc.Core.Test/Controllers/DefaultControllerTypeProviderTest.cs similarity index 100% rename from test/Microsoft.AspNet.Mvc.Core.Test/Controllers/DefaultControllerTypeProviderTest.cs rename to test/Microsoft.AspNetCore.Mvc.Core.Test/Controllers/DefaultControllerTypeProviderTest.cs diff --git a/test/Microsoft.AspNet.Mvc.Core.Test/Controllers/ServiceBasedControllerActivatorTest.cs b/test/Microsoft.AspNetCore.Mvc.Core.Test/Controllers/ServiceBasedControllerActivatorTest.cs similarity index 100% rename from test/Microsoft.AspNet.Mvc.Core.Test/Controllers/ServiceBasedControllerActivatorTest.cs rename to test/Microsoft.AspNetCore.Mvc.Core.Test/Controllers/ServiceBasedControllerActivatorTest.cs diff --git a/test/Microsoft.AspNet.Mvc.Core.Test/CreatedAtActionResultTests.cs b/test/Microsoft.AspNetCore.Mvc.Core.Test/CreatedAtActionResultTests.cs similarity index 100% rename from test/Microsoft.AspNet.Mvc.Core.Test/CreatedAtActionResultTests.cs rename to test/Microsoft.AspNetCore.Mvc.Core.Test/CreatedAtActionResultTests.cs diff --git a/test/Microsoft.AspNet.Mvc.Core.Test/CreatedAtRouteResultTests.cs b/test/Microsoft.AspNetCore.Mvc.Core.Test/CreatedAtRouteResultTests.cs similarity index 100% rename from test/Microsoft.AspNet.Mvc.Core.Test/CreatedAtRouteResultTests.cs rename to test/Microsoft.AspNetCore.Mvc.Core.Test/CreatedAtRouteResultTests.cs diff --git a/test/Microsoft.AspNet.Mvc.Core.Test/CreatedResultTests.cs b/test/Microsoft.AspNetCore.Mvc.Core.Test/CreatedResultTests.cs similarity index 100% rename from test/Microsoft.AspNet.Mvc.Core.Test/CreatedResultTests.cs rename to test/Microsoft.AspNetCore.Mvc.Core.Test/CreatedResultTests.cs diff --git a/test/Microsoft.AspNet.Mvc.Core.Test/DependencyInjection/ApplicationModelConventionExtensionsTest.cs b/test/Microsoft.AspNetCore.Mvc.Core.Test/DependencyInjection/ApplicationModelConventionExtensionsTest.cs similarity index 100% rename from test/Microsoft.AspNet.Mvc.Core.Test/DependencyInjection/ApplicationModelConventionExtensionsTest.cs rename to test/Microsoft.AspNetCore.Mvc.Core.Test/DependencyInjection/ApplicationModelConventionExtensionsTest.cs diff --git a/test/Microsoft.AspNet.Mvc.Core.Test/DependencyInjection/MvcBuilderExtensionsTest.cs b/test/Microsoft.AspNetCore.Mvc.Core.Test/DependencyInjection/MvcBuilderExtensionsTest.cs similarity index 100% rename from test/Microsoft.AspNet.Mvc.Core.Test/DependencyInjection/MvcBuilderExtensionsTest.cs rename to test/Microsoft.AspNetCore.Mvc.Core.Test/DependencyInjection/MvcBuilderExtensionsTest.cs diff --git a/test/Microsoft.AspNet.Mvc.Core.Test/DependencyInjection/MvcCoreServiceCollectionExtensionsTest.cs b/test/Microsoft.AspNetCore.Mvc.Core.Test/DependencyInjection/MvcCoreServiceCollectionExtensionsTest.cs similarity index 100% rename from test/Microsoft.AspNet.Mvc.Core.Test/DependencyInjection/MvcCoreServiceCollectionExtensionsTest.cs rename to test/Microsoft.AspNetCore.Mvc.Core.Test/DependencyInjection/MvcCoreServiceCollectionExtensionsTest.cs diff --git a/test/Microsoft.AspNet.Mvc.Core.Test/EmptyResultTests.cs b/test/Microsoft.AspNetCore.Mvc.Core.Test/EmptyResultTests.cs similarity index 100% rename from test/Microsoft.AspNet.Mvc.Core.Test/EmptyResultTests.cs rename to test/Microsoft.AspNetCore.Mvc.Core.Test/EmptyResultTests.cs diff --git a/test/Microsoft.AspNet.Mvc.Core.Test/FileContentResultTest.cs b/test/Microsoft.AspNetCore.Mvc.Core.Test/FileContentResultTest.cs similarity index 100% rename from test/Microsoft.AspNet.Mvc.Core.Test/FileContentResultTest.cs rename to test/Microsoft.AspNetCore.Mvc.Core.Test/FileContentResultTest.cs diff --git a/test/Microsoft.AspNet.Mvc.Core.Test/FileResultTest.cs b/test/Microsoft.AspNetCore.Mvc.Core.Test/FileResultTest.cs similarity index 100% rename from test/Microsoft.AspNet.Mvc.Core.Test/FileResultTest.cs rename to test/Microsoft.AspNetCore.Mvc.Core.Test/FileResultTest.cs diff --git a/test/Microsoft.AspNet.Mvc.Core.Test/FileStreamResultTest.cs b/test/Microsoft.AspNetCore.Mvc.Core.Test/FileStreamResultTest.cs similarity index 100% rename from test/Microsoft.AspNet.Mvc.Core.Test/FileStreamResultTest.cs rename to test/Microsoft.AspNetCore.Mvc.Core.Test/FileStreamResultTest.cs diff --git a/test/Microsoft.AspNet.Mvc.Core.Test/Filters/ActionFilterAttributeTests.cs b/test/Microsoft.AspNetCore.Mvc.Core.Test/Filters/ActionFilterAttributeTests.cs similarity index 100% rename from test/Microsoft.AspNet.Mvc.Core.Test/Filters/ActionFilterAttributeTests.cs rename to test/Microsoft.AspNetCore.Mvc.Core.Test/Filters/ActionFilterAttributeTests.cs diff --git a/test/Microsoft.AspNet.Mvc.Core.Test/Filters/FilterCollectionTest.cs b/test/Microsoft.AspNetCore.Mvc.Core.Test/Filters/FilterCollectionTest.cs similarity index 100% rename from test/Microsoft.AspNet.Mvc.Core.Test/Filters/FilterCollectionTest.cs rename to test/Microsoft.AspNetCore.Mvc.Core.Test/Filters/FilterCollectionTest.cs diff --git a/test/Microsoft.AspNet.Mvc.Core.Test/Filters/ResultFilterAttributeTest.cs b/test/Microsoft.AspNetCore.Mvc.Core.Test/Filters/ResultFilterAttributeTest.cs similarity index 100% rename from test/Microsoft.AspNet.Mvc.Core.Test/Filters/ResultFilterAttributeTest.cs rename to test/Microsoft.AspNetCore.Mvc.Core.Test/Filters/ResultFilterAttributeTest.cs diff --git a/test/Microsoft.AspNet.Mvc.Core.Test/FlushReportingStream.cs b/test/Microsoft.AspNetCore.Mvc.Core.Test/FlushReportingStream.cs similarity index 100% rename from test/Microsoft.AspNet.Mvc.Core.Test/FlushReportingStream.cs rename to test/Microsoft.AspNetCore.Mvc.Core.Test/FlushReportingStream.cs diff --git a/test/Microsoft.AspNet.Mvc.Core.Test/ForbidResultTest.cs b/test/Microsoft.AspNetCore.Mvc.Core.Test/ForbidResultTest.cs similarity index 100% rename from test/Microsoft.AspNet.Mvc.Core.Test/ForbidResultTest.cs rename to test/Microsoft.AspNetCore.Mvc.Core.Test/ForbidResultTest.cs diff --git a/test/Microsoft.AspNet.Mvc.Core.Test/Formatters/FormatFilterTest.cs b/test/Microsoft.AspNetCore.Mvc.Core.Test/Formatters/FormatFilterTest.cs similarity index 100% rename from test/Microsoft.AspNet.Mvc.Core.Test/Formatters/FormatFilterTest.cs rename to test/Microsoft.AspNetCore.Mvc.Core.Test/Formatters/FormatFilterTest.cs diff --git a/test/Microsoft.AspNet.Mvc.Core.Test/Formatters/FormatterCollectionTest.cs b/test/Microsoft.AspNetCore.Mvc.Core.Test/Formatters/FormatterCollectionTest.cs similarity index 100% rename from test/Microsoft.AspNet.Mvc.Core.Test/Formatters/FormatterCollectionTest.cs rename to test/Microsoft.AspNetCore.Mvc.Core.Test/Formatters/FormatterCollectionTest.cs diff --git a/test/Microsoft.AspNet.Mvc.Core.Test/Formatters/FormatterMappingsTest.cs b/test/Microsoft.AspNetCore.Mvc.Core.Test/Formatters/FormatterMappingsTest.cs similarity index 100% rename from test/Microsoft.AspNet.Mvc.Core.Test/Formatters/FormatterMappingsTest.cs rename to test/Microsoft.AspNetCore.Mvc.Core.Test/Formatters/FormatterMappingsTest.cs diff --git a/test/Microsoft.AspNet.Mvc.Core.Test/Formatters/HttpNotAcceptableOutputFormatterTest.cs b/test/Microsoft.AspNetCore.Mvc.Core.Test/Formatters/HttpNotAcceptableOutputFormatterTest.cs similarity index 100% rename from test/Microsoft.AspNet.Mvc.Core.Test/Formatters/HttpNotAcceptableOutputFormatterTest.cs rename to test/Microsoft.AspNetCore.Mvc.Core.Test/Formatters/HttpNotAcceptableOutputFormatterTest.cs diff --git a/test/Microsoft.AspNet.Mvc.Core.Test/Formatters/InputFormatterTest.cs b/test/Microsoft.AspNetCore.Mvc.Core.Test/Formatters/InputFormatterTest.cs similarity index 100% rename from test/Microsoft.AspNet.Mvc.Core.Test/Formatters/InputFormatterTest.cs rename to test/Microsoft.AspNetCore.Mvc.Core.Test/Formatters/InputFormatterTest.cs diff --git a/test/Microsoft.AspNet.Mvc.Core.Test/Formatters/MediaTypeTest.cs b/test/Microsoft.AspNetCore.Mvc.Core.Test/Formatters/MediaTypeTest.cs similarity index 100% rename from test/Microsoft.AspNet.Mvc.Core.Test/Formatters/MediaTypeTest.cs rename to test/Microsoft.AspNetCore.Mvc.Core.Test/Formatters/MediaTypeTest.cs diff --git a/test/Microsoft.AspNet.Mvc.Core.Test/Formatters/NoContentFormatterTests.cs b/test/Microsoft.AspNetCore.Mvc.Core.Test/Formatters/NoContentFormatterTests.cs similarity index 100% rename from test/Microsoft.AspNet.Mvc.Core.Test/Formatters/NoContentFormatterTests.cs rename to test/Microsoft.AspNetCore.Mvc.Core.Test/Formatters/NoContentFormatterTests.cs diff --git a/test/Microsoft.AspNet.Mvc.Core.Test/Formatters/OutputFormatterTests.cs b/test/Microsoft.AspNetCore.Mvc.Core.Test/Formatters/OutputFormatterTests.cs similarity index 100% rename from test/Microsoft.AspNet.Mvc.Core.Test/Formatters/OutputFormatterTests.cs rename to test/Microsoft.AspNetCore.Mvc.Core.Test/Formatters/OutputFormatterTests.cs diff --git a/test/Microsoft.AspNet.Mvc.Core.Test/Formatters/StreamOutputFormatterTest.cs b/test/Microsoft.AspNetCore.Mvc.Core.Test/Formatters/StreamOutputFormatterTest.cs similarity index 100% rename from test/Microsoft.AspNet.Mvc.Core.Test/Formatters/StreamOutputFormatterTest.cs rename to test/Microsoft.AspNetCore.Mvc.Core.Test/Formatters/StreamOutputFormatterTest.cs diff --git a/test/Microsoft.AspNet.Mvc.Core.Test/Formatters/StringOutputFormatterTests.cs b/test/Microsoft.AspNetCore.Mvc.Core.Test/Formatters/StringOutputFormatterTests.cs similarity index 100% rename from test/Microsoft.AspNet.Mvc.Core.Test/Formatters/StringOutputFormatterTests.cs rename to test/Microsoft.AspNetCore.Mvc.Core.Test/Formatters/StringOutputFormatterTests.cs diff --git a/test/Microsoft.AspNet.Mvc.Core.Test/HttpNotFoundObjectResultTest.cs b/test/Microsoft.AspNetCore.Mvc.Core.Test/HttpNotFoundObjectResultTest.cs similarity index 100% rename from test/Microsoft.AspNet.Mvc.Core.Test/HttpNotFoundObjectResultTest.cs rename to test/Microsoft.AspNetCore.Mvc.Core.Test/HttpNotFoundObjectResultTest.cs diff --git a/test/Microsoft.AspNet.Mvc.Core.Test/HttpNotFoundResultTests.cs b/test/Microsoft.AspNetCore.Mvc.Core.Test/HttpNotFoundResultTests.cs similarity index 100% rename from test/Microsoft.AspNet.Mvc.Core.Test/HttpNotFoundResultTests.cs rename to test/Microsoft.AspNetCore.Mvc.Core.Test/HttpNotFoundResultTests.cs diff --git a/test/Microsoft.AspNet.Mvc.Core.Test/HttpOkObjectResultTest.cs b/test/Microsoft.AspNetCore.Mvc.Core.Test/HttpOkObjectResultTest.cs similarity index 100% rename from test/Microsoft.AspNet.Mvc.Core.Test/HttpOkObjectResultTest.cs rename to test/Microsoft.AspNetCore.Mvc.Core.Test/HttpOkObjectResultTest.cs diff --git a/test/Microsoft.AspNet.Mvc.Core.Test/HttpOkResultTest.cs b/test/Microsoft.AspNetCore.Mvc.Core.Test/HttpOkResultTest.cs similarity index 100% rename from test/Microsoft.AspNet.Mvc.Core.Test/HttpOkResultTest.cs rename to test/Microsoft.AspNetCore.Mvc.Core.Test/HttpOkResultTest.cs diff --git a/test/Microsoft.AspNet.Mvc.Core.Test/HttpResponseStreamWriterTest.cs b/test/Microsoft.AspNetCore.Mvc.Core.Test/HttpResponseStreamWriterTest.cs similarity index 100% rename from test/Microsoft.AspNet.Mvc.Core.Test/HttpResponseStreamWriterTest.cs rename to test/Microsoft.AspNetCore.Mvc.Core.Test/HttpResponseStreamWriterTest.cs diff --git a/test/Microsoft.AspNet.Mvc.Core.Test/HttpStatusCodeResultTests.cs b/test/Microsoft.AspNetCore.Mvc.Core.Test/HttpStatusCodeResultTests.cs similarity index 100% rename from test/Microsoft.AspNet.Mvc.Core.Test/HttpStatusCodeResultTests.cs rename to test/Microsoft.AspNetCore.Mvc.Core.Test/HttpStatusCodeResultTests.cs diff --git a/test/Microsoft.AspNet.Mvc.Core.Test/HttpUnauthorizedResultTests.cs b/test/Microsoft.AspNetCore.Mvc.Core.Test/HttpUnauthorizedResultTests.cs similarity index 100% rename from test/Microsoft.AspNet.Mvc.Core.Test/HttpUnauthorizedResultTests.cs rename to test/Microsoft.AspNetCore.Mvc.Core.Test/HttpUnauthorizedResultTests.cs diff --git a/test/Microsoft.AspNet.Mvc.Core.Test/Infrastructure/DefaultActionSelectorTests.cs b/test/Microsoft.AspNetCore.Mvc.Core.Test/Infrastructure/DefaultActionSelectorTests.cs similarity index 100% rename from test/Microsoft.AspNet.Mvc.Core.Test/Infrastructure/DefaultActionSelectorTests.cs rename to test/Microsoft.AspNetCore.Mvc.Core.Test/Infrastructure/DefaultActionSelectorTests.cs diff --git a/test/Microsoft.AspNet.Mvc.Core.Test/Infrastructure/DefaultAssemblyProviderTests.cs b/test/Microsoft.AspNetCore.Mvc.Core.Test/Infrastructure/DefaultAssemblyProviderTests.cs similarity index 100% rename from test/Microsoft.AspNet.Mvc.Core.Test/Infrastructure/DefaultAssemblyProviderTests.cs rename to test/Microsoft.AspNetCore.Mvc.Core.Test/Infrastructure/DefaultAssemblyProviderTests.cs diff --git a/test/Microsoft.AspNet.Mvc.Core.Test/Infrastructure/HttpResponseStreamReaderTest.cs b/test/Microsoft.AspNetCore.Mvc.Core.Test/Infrastructure/HttpResponseStreamReaderTest.cs similarity index 100% rename from test/Microsoft.AspNet.Mvc.Core.Test/Infrastructure/HttpResponseStreamReaderTest.cs rename to test/Microsoft.AspNetCore.Mvc.Core.Test/Infrastructure/HttpResponseStreamReaderTest.cs diff --git a/test/Microsoft.AspNet.Mvc.Core.Test/Infrastructure/MvcRouteHandlerTests.cs b/test/Microsoft.AspNetCore.Mvc.Core.Test/Infrastructure/MvcRouteHandlerTests.cs similarity index 100% rename from test/Microsoft.AspNet.Mvc.Core.Test/Infrastructure/MvcRouteHandlerTests.cs rename to test/Microsoft.AspNetCore.Mvc.Core.Test/Infrastructure/MvcRouteHandlerTests.cs diff --git a/test/Microsoft.AspNet.Mvc.Core.Test/Infrastructure/ObjectResultExecutorTest.cs b/test/Microsoft.AspNetCore.Mvc.Core.Test/Infrastructure/ObjectResultExecutorTest.cs similarity index 100% rename from test/Microsoft.AspNet.Mvc.Core.Test/Infrastructure/ObjectResultExecutorTest.cs rename to test/Microsoft.AspNetCore.Mvc.Core.Test/Infrastructure/ObjectResultExecutorTest.cs diff --git a/test/Microsoft.AspNet.Mvc.Core.Test/Infrastructure/RouteDataActionConstraintTest.cs b/test/Microsoft.AspNetCore.Mvc.Core.Test/Infrastructure/RouteDataActionConstraintTest.cs similarity index 100% rename from test/Microsoft.AspNet.Mvc.Core.Test/Infrastructure/RouteDataActionConstraintTest.cs rename to test/Microsoft.AspNetCore.Mvc.Core.Test/Infrastructure/RouteDataActionConstraintTest.cs diff --git a/test/Microsoft.AspNet.Mvc.Core.Test/Internal/AcceptHeaderParserTest.cs b/test/Microsoft.AspNetCore.Mvc.Core.Test/Internal/AcceptHeaderParserTest.cs similarity index 100% rename from test/Microsoft.AspNet.Mvc.Core.Test/Internal/AcceptHeaderParserTest.cs rename to test/Microsoft.AspNetCore.Mvc.Core.Test/Internal/AcceptHeaderParserTest.cs diff --git a/test/Microsoft.AspNet.Mvc.Core.Test/Internal/ActionConstraintCacheTest.cs b/test/Microsoft.AspNetCore.Mvc.Core.Test/Internal/ActionConstraintCacheTest.cs similarity index 100% rename from test/Microsoft.AspNet.Mvc.Core.Test/Internal/ActionConstraintCacheTest.cs rename to test/Microsoft.AspNetCore.Mvc.Core.Test/Internal/ActionConstraintCacheTest.cs diff --git a/test/Microsoft.AspNet.Mvc.Core.Test/Internal/AttributeRouteTest.cs b/test/Microsoft.AspNetCore.Mvc.Core.Test/Internal/AttributeRouteTest.cs similarity index 100% rename from test/Microsoft.AspNet.Mvc.Core.Test/Internal/AttributeRouteTest.cs rename to test/Microsoft.AspNetCore.Mvc.Core.Test/Internal/AttributeRouteTest.cs diff --git a/test/Microsoft.AspNet.Mvc.Core.Test/Internal/AttributeRoutingTest.cs b/test/Microsoft.AspNetCore.Mvc.Core.Test/Internal/AttributeRoutingTest.cs similarity index 100% rename from test/Microsoft.AspNet.Mvc.Core.Test/Internal/AttributeRoutingTest.cs rename to test/Microsoft.AspNetCore.Mvc.Core.Test/Internal/AttributeRoutingTest.cs diff --git a/test/Microsoft.AspNet.Mvc.Core.Test/Internal/AuthorizationApplicationModelProviderTest.cs b/test/Microsoft.AspNetCore.Mvc.Core.Test/Internal/AuthorizationApplicationModelProviderTest.cs similarity index 100% rename from test/Microsoft.AspNet.Mvc.Core.Test/Internal/AuthorizationApplicationModelProviderTest.cs rename to test/Microsoft.AspNetCore.Mvc.Core.Test/Internal/AuthorizationApplicationModelProviderTest.cs diff --git a/test/Microsoft.AspNet.Mvc.Core.Test/Internal/AuthorizeFilterTest.cs b/test/Microsoft.AspNetCore.Mvc.Core.Test/Internal/AuthorizeFilterTest.cs similarity index 100% rename from test/Microsoft.AspNet.Mvc.Core.Test/Internal/AuthorizeFilterTest.cs rename to test/Microsoft.AspNetCore.Mvc.Core.Test/Internal/AuthorizeFilterTest.cs diff --git a/test/Microsoft.AspNet.Mvc.Core.Test/Internal/ControllerActionDescriptorBuilderTest.cs b/test/Microsoft.AspNetCore.Mvc.Core.Test/Internal/ControllerActionDescriptorBuilderTest.cs similarity index 100% rename from test/Microsoft.AspNet.Mvc.Core.Test/Internal/ControllerActionDescriptorBuilderTest.cs rename to test/Microsoft.AspNetCore.Mvc.Core.Test/Internal/ControllerActionDescriptorBuilderTest.cs diff --git a/test/Microsoft.AspNet.Mvc.Core.Test/Internal/ControllerActionDescriptorProviderTests.cs b/test/Microsoft.AspNetCore.Mvc.Core.Test/Internal/ControllerActionDescriptorProviderTests.cs similarity index 100% rename from test/Microsoft.AspNet.Mvc.Core.Test/Internal/ControllerActionDescriptorProviderTests.cs rename to test/Microsoft.AspNetCore.Mvc.Core.Test/Internal/ControllerActionDescriptorProviderTests.cs diff --git a/test/Microsoft.AspNet.Mvc.Core.Test/Internal/ControllerActionExecutorTests.cs b/test/Microsoft.AspNetCore.Mvc.Core.Test/Internal/ControllerActionExecutorTests.cs similarity index 100% rename from test/Microsoft.AspNet.Mvc.Core.Test/Internal/ControllerActionExecutorTests.cs rename to test/Microsoft.AspNetCore.Mvc.Core.Test/Internal/ControllerActionExecutorTests.cs diff --git a/test/Microsoft.AspNet.Mvc.Core.Test/Internal/ControllerActionInvokerTest.cs b/test/Microsoft.AspNetCore.Mvc.Core.Test/Internal/ControllerActionInvokerTest.cs similarity index 100% rename from test/Microsoft.AspNet.Mvc.Core.Test/Internal/ControllerActionInvokerTest.cs rename to test/Microsoft.AspNetCore.Mvc.Core.Test/Internal/ControllerActionInvokerTest.cs diff --git a/test/Microsoft.AspNet.Mvc.Core.Test/Internal/ControllerArgumentBinderTests.cs b/test/Microsoft.AspNetCore.Mvc.Core.Test/Internal/ControllerArgumentBinderTests.cs similarity index 100% rename from test/Microsoft.AspNet.Mvc.Core.Test/Internal/ControllerArgumentBinderTests.cs rename to test/Microsoft.AspNetCore.Mvc.Core.Test/Internal/ControllerArgumentBinderTests.cs diff --git a/test/Microsoft.AspNet.Mvc.Core.Test/Internal/DefaultApplicationModelProviderTest.cs b/test/Microsoft.AspNetCore.Mvc.Core.Test/Internal/DefaultApplicationModelProviderTest.cs similarity index 100% rename from test/Microsoft.AspNet.Mvc.Core.Test/Internal/DefaultApplicationModelProviderTest.cs rename to test/Microsoft.AspNetCore.Mvc.Core.Test/Internal/DefaultApplicationModelProviderTest.cs diff --git a/test/Microsoft.AspNet.Mvc.Core.Test/Internal/DefaultBindingMetadataProviderTest.cs b/test/Microsoft.AspNetCore.Mvc.Core.Test/Internal/DefaultBindingMetadataProviderTest.cs similarity index 100% rename from test/Microsoft.AspNet.Mvc.Core.Test/Internal/DefaultBindingMetadataProviderTest.cs rename to test/Microsoft.AspNetCore.Mvc.Core.Test/Internal/DefaultBindingMetadataProviderTest.cs diff --git a/test/Microsoft.AspNet.Mvc.Core.Test/Internal/DefaultCollectionValidationStrategyTest.cs b/test/Microsoft.AspNetCore.Mvc.Core.Test/Internal/DefaultCollectionValidationStrategyTest.cs similarity index 100% rename from test/Microsoft.AspNet.Mvc.Core.Test/Internal/DefaultCollectionValidationStrategyTest.cs rename to test/Microsoft.AspNetCore.Mvc.Core.Test/Internal/DefaultCollectionValidationStrategyTest.cs diff --git a/test/Microsoft.AspNet.Mvc.Core.Test/Internal/DefaultComplexObjectValidationStrategyTest.cs b/test/Microsoft.AspNetCore.Mvc.Core.Test/Internal/DefaultComplexObjectValidationStrategyTest.cs similarity index 100% rename from test/Microsoft.AspNet.Mvc.Core.Test/Internal/DefaultComplexObjectValidationStrategyTest.cs rename to test/Microsoft.AspNetCore.Mvc.Core.Test/Internal/DefaultComplexObjectValidationStrategyTest.cs diff --git a/test/Microsoft.AspNet.Mvc.Core.Test/Internal/DefaultModelValidatorProviderTest.cs b/test/Microsoft.AspNetCore.Mvc.Core.Test/Internal/DefaultModelValidatorProviderTest.cs similarity index 100% rename from test/Microsoft.AspNet.Mvc.Core.Test/Internal/DefaultModelValidatorProviderTest.cs rename to test/Microsoft.AspNetCore.Mvc.Core.Test/Internal/DefaultModelValidatorProviderTest.cs diff --git a/test/Microsoft.AspNet.Mvc.Core.Test/Internal/DefaultObjectValidatorTests.cs b/test/Microsoft.AspNetCore.Mvc.Core.Test/Internal/DefaultObjectValidatorTests.cs similarity index 100% rename from test/Microsoft.AspNet.Mvc.Core.Test/Internal/DefaultObjectValidatorTests.cs rename to test/Microsoft.AspNetCore.Mvc.Core.Test/Internal/DefaultObjectValidatorTests.cs diff --git a/test/Microsoft.AspNet.Mvc.Core.Test/Internal/ElementalValueProviderTests.cs b/test/Microsoft.AspNetCore.Mvc.Core.Test/Internal/ElementalValueProviderTests.cs similarity index 100% rename from test/Microsoft.AspNet.Mvc.Core.Test/Internal/ElementalValueProviderTests.cs rename to test/Microsoft.AspNetCore.Mvc.Core.Test/Internal/ElementalValueProviderTests.cs diff --git a/test/Microsoft.AspNet.Mvc.Core.Test/Internal/ExplicitIndexCollectionValidationStrategyTest.cs b/test/Microsoft.AspNetCore.Mvc.Core.Test/Internal/ExplicitIndexCollectionValidationStrategyTest.cs similarity index 100% rename from test/Microsoft.AspNet.Mvc.Core.Test/Internal/ExplicitIndexCollectionValidationStrategyTest.cs rename to test/Microsoft.AspNetCore.Mvc.Core.Test/Internal/ExplicitIndexCollectionValidationStrategyTest.cs diff --git a/test/Microsoft.AspNet.Mvc.Core.Test/Internal/FilterCacheTest.cs b/test/Microsoft.AspNetCore.Mvc.Core.Test/Internal/FilterCacheTest.cs similarity index 100% rename from test/Microsoft.AspNet.Mvc.Core.Test/Internal/FilterCacheTest.cs rename to test/Microsoft.AspNetCore.Mvc.Core.Test/Internal/FilterCacheTest.cs diff --git a/test/Microsoft.AspNet.Mvc.Core.Test/Internal/FilterProviderTest.cs b/test/Microsoft.AspNetCore.Mvc.Core.Test/Internal/FilterProviderTest.cs similarity index 100% rename from test/Microsoft.AspNet.Mvc.Core.Test/Internal/FilterProviderTest.cs rename to test/Microsoft.AspNetCore.Mvc.Core.Test/Internal/FilterProviderTest.cs diff --git a/test/Microsoft.AspNet.Mvc.Core.Test/Internal/HttpMethodActionConstraintTest.cs b/test/Microsoft.AspNetCore.Mvc.Core.Test/Internal/HttpMethodActionConstraintTest.cs similarity index 100% rename from test/Microsoft.AspNet.Mvc.Core.Test/Internal/HttpMethodActionConstraintTest.cs rename to test/Microsoft.AspNetCore.Mvc.Core.Test/Internal/HttpMethodActionConstraintTest.cs diff --git a/test/Microsoft.AspNet.Mvc.Core.Test/Internal/ReferenceEqualityComparerTest.cs b/test/Microsoft.AspNetCore.Mvc.Core.Test/Internal/ReferenceEqualityComparerTest.cs similarity index 100% rename from test/Microsoft.AspNet.Mvc.Core.Test/Internal/ReferenceEqualityComparerTest.cs rename to test/Microsoft.AspNetCore.Mvc.Core.Test/Internal/ReferenceEqualityComparerTest.cs diff --git a/test/Microsoft.AspNet.Mvc.Core.Test/Internal/ResponseCacheFilterTest.cs b/test/Microsoft.AspNetCore.Mvc.Core.Test/Internal/ResponseCacheFilterTest.cs similarity index 100% rename from test/Microsoft.AspNet.Mvc.Core.Test/Internal/ResponseCacheFilterTest.cs rename to test/Microsoft.AspNetCore.Mvc.Core.Test/Internal/ResponseCacheFilterTest.cs diff --git a/test/Microsoft.AspNet.Mvc.Core.Test/Internal/ResponseContentTypeHelperTest.cs b/test/Microsoft.AspNetCore.Mvc.Core.Test/Internal/ResponseContentTypeHelperTest.cs similarity index 100% rename from test/Microsoft.AspNet.Mvc.Core.Test/Internal/ResponseContentTypeHelperTest.cs rename to test/Microsoft.AspNetCore.Mvc.Core.Test/Internal/ResponseContentTypeHelperTest.cs diff --git a/test/Microsoft.AspNet.Mvc.Core.Test/Internal/ShortFormDictionaryValidationStrategyTest.cs b/test/Microsoft.AspNetCore.Mvc.Core.Test/Internal/ShortFormDictionaryValidationStrategyTest.cs similarity index 100% rename from test/Microsoft.AspNet.Mvc.Core.Test/Internal/ShortFormDictionaryValidationStrategyTest.cs rename to test/Microsoft.AspNetCore.Mvc.Core.Test/Internal/ShortFormDictionaryValidationStrategyTest.cs diff --git a/test/Microsoft.AspNet.Mvc.Core.Test/LocalRedirectResultTest.cs b/test/Microsoft.AspNetCore.Mvc.Core.Test/LocalRedirectResultTest.cs similarity index 100% rename from test/Microsoft.AspNet.Mvc.Core.Test/LocalRedirectResultTest.cs rename to test/Microsoft.AspNetCore.Mvc.Core.Test/LocalRedirectResultTest.cs diff --git a/test/Microsoft.AspNet.Mvc.Core.Test/MediaTypeCollectionTest.cs b/test/Microsoft.AspNetCore.Mvc.Core.Test/MediaTypeCollectionTest.cs similarity index 100% rename from test/Microsoft.AspNet.Mvc.Core.Test/MediaTypeCollectionTest.cs rename to test/Microsoft.AspNetCore.Mvc.Core.Test/MediaTypeCollectionTest.cs diff --git a/test/Microsoft.AspNet.Mvc.Core.Test/Microsoft.AspNet.Mvc.Core.Test.xproj b/test/Microsoft.AspNetCore.Mvc.Core.Test/Microsoft.AspNetCore.Mvc.Core.Test.xproj similarity index 100% rename from test/Microsoft.AspNet.Mvc.Core.Test/Microsoft.AspNet.Mvc.Core.Test.xproj rename to test/Microsoft.AspNetCore.Mvc.Core.Test/Microsoft.AspNetCore.Mvc.Core.Test.xproj diff --git a/test/Microsoft.AspNet.Mvc.Core.Test/ModelBinding/ArrayModelBinderTest.cs b/test/Microsoft.AspNetCore.Mvc.Core.Test/ModelBinding/ArrayModelBinderTest.cs similarity index 100% rename from test/Microsoft.AspNet.Mvc.Core.Test/ModelBinding/ArrayModelBinderTest.cs rename to test/Microsoft.AspNetCore.Mvc.Core.Test/ModelBinding/ArrayModelBinderTest.cs diff --git a/test/Microsoft.AspNet.Mvc.Core.Test/ModelBinding/BinderTypeBasedModelBinderModelBinderTest.cs b/test/Microsoft.AspNetCore.Mvc.Core.Test/ModelBinding/BinderTypeBasedModelBinderModelBinderTest.cs similarity index 100% rename from test/Microsoft.AspNet.Mvc.Core.Test/ModelBinding/BinderTypeBasedModelBinderModelBinderTest.cs rename to test/Microsoft.AspNetCore.Mvc.Core.Test/ModelBinding/BinderTypeBasedModelBinderModelBinderTest.cs diff --git a/test/Microsoft.AspNet.Mvc.Core.Test/ModelBinding/BindingSourceValueProviderTest.cs b/test/Microsoft.AspNetCore.Mvc.Core.Test/ModelBinding/BindingSourceValueProviderTest.cs similarity index 100% rename from test/Microsoft.AspNet.Mvc.Core.Test/ModelBinding/BindingSourceValueProviderTest.cs rename to test/Microsoft.AspNetCore.Mvc.Core.Test/ModelBinding/BindingSourceValueProviderTest.cs diff --git a/test/Microsoft.AspNet.Mvc.Core.Test/ModelBinding/BodyModelBinderTests.cs b/test/Microsoft.AspNetCore.Mvc.Core.Test/ModelBinding/BodyModelBinderTests.cs similarity index 100% rename from test/Microsoft.AspNet.Mvc.Core.Test/ModelBinding/BodyModelBinderTests.cs rename to test/Microsoft.AspNetCore.Mvc.Core.Test/ModelBinding/BodyModelBinderTests.cs diff --git a/test/Microsoft.AspNet.Mvc.Core.Test/ModelBinding/ByteArrayModelBinderTests.cs b/test/Microsoft.AspNetCore.Mvc.Core.Test/ModelBinding/ByteArrayModelBinderTests.cs similarity index 100% rename from test/Microsoft.AspNet.Mvc.Core.Test/ModelBinding/ByteArrayModelBinderTests.cs rename to test/Microsoft.AspNetCore.Mvc.Core.Test/ModelBinding/ByteArrayModelBinderTests.cs diff --git a/test/Microsoft.AspNet.Mvc.Core.Test/ModelBinding/CancellationTokenModelBinderTests.cs b/test/Microsoft.AspNetCore.Mvc.Core.Test/ModelBinding/CancellationTokenModelBinderTests.cs similarity index 100% rename from test/Microsoft.AspNet.Mvc.Core.Test/ModelBinding/CancellationTokenModelBinderTests.cs rename to test/Microsoft.AspNetCore.Mvc.Core.Test/ModelBinding/CancellationTokenModelBinderTests.cs diff --git a/test/Microsoft.AspNet.Mvc.Core.Test/ModelBinding/CollectionModelBinderTest.cs b/test/Microsoft.AspNetCore.Mvc.Core.Test/ModelBinding/CollectionModelBinderTest.cs similarity index 100% rename from test/Microsoft.AspNet.Mvc.Core.Test/ModelBinding/CollectionModelBinderTest.cs rename to test/Microsoft.AspNetCore.Mvc.Core.Test/ModelBinding/CollectionModelBinderTest.cs diff --git a/test/Microsoft.AspNet.Mvc.Core.Test/ModelBinding/CompositeModelBinderTest.cs b/test/Microsoft.AspNetCore.Mvc.Core.Test/ModelBinding/CompositeModelBinderTest.cs similarity index 100% rename from test/Microsoft.AspNet.Mvc.Core.Test/ModelBinding/CompositeModelBinderTest.cs rename to test/Microsoft.AspNetCore.Mvc.Core.Test/ModelBinding/CompositeModelBinderTest.cs diff --git a/test/Microsoft.AspNet.Mvc.Core.Test/ModelBinding/CompositeValueProviderTest.cs b/test/Microsoft.AspNetCore.Mvc.Core.Test/ModelBinding/CompositeValueProviderTest.cs similarity index 100% rename from test/Microsoft.AspNet.Mvc.Core.Test/ModelBinding/CompositeValueProviderTest.cs rename to test/Microsoft.AspNetCore.Mvc.Core.Test/ModelBinding/CompositeValueProviderTest.cs diff --git a/test/Microsoft.AspNet.Mvc.Core.Test/ModelBinding/DictionaryModelBinderTest.cs b/test/Microsoft.AspNetCore.Mvc.Core.Test/ModelBinding/DictionaryModelBinderTest.cs similarity index 100% rename from test/Microsoft.AspNet.Mvc.Core.Test/ModelBinding/DictionaryModelBinderTest.cs rename to test/Microsoft.AspNetCore.Mvc.Core.Test/ModelBinding/DictionaryModelBinderTest.cs diff --git a/test/Microsoft.AspNet.Mvc.Core.Test/ModelBinding/EnumerableValueProviderTest.cs b/test/Microsoft.AspNetCore.Mvc.Core.Test/ModelBinding/EnumerableValueProviderTest.cs similarity index 100% rename from test/Microsoft.AspNet.Mvc.Core.Test/ModelBinding/EnumerableValueProviderTest.cs rename to test/Microsoft.AspNetCore.Mvc.Core.Test/ModelBinding/EnumerableValueProviderTest.cs diff --git a/test/Microsoft.AspNet.Mvc.Core.Test/ModelBinding/FormCollectionModelBinderTest.cs b/test/Microsoft.AspNetCore.Mvc.Core.Test/ModelBinding/FormCollectionModelBinderTest.cs similarity index 100% rename from test/Microsoft.AspNet.Mvc.Core.Test/ModelBinding/FormCollectionModelBinderTest.cs rename to test/Microsoft.AspNetCore.Mvc.Core.Test/ModelBinding/FormCollectionModelBinderTest.cs diff --git a/test/Microsoft.AspNet.Mvc.Core.Test/ModelBinding/FormFileModelBinderTest.cs b/test/Microsoft.AspNetCore.Mvc.Core.Test/ModelBinding/FormFileModelBinderTest.cs similarity index 100% rename from test/Microsoft.AspNet.Mvc.Core.Test/ModelBinding/FormFileModelBinderTest.cs rename to test/Microsoft.AspNetCore.Mvc.Core.Test/ModelBinding/FormFileModelBinderTest.cs diff --git a/test/Microsoft.AspNet.Mvc.Core.Test/ModelBinding/FormValueProviderFactoryTest.cs b/test/Microsoft.AspNetCore.Mvc.Core.Test/ModelBinding/FormValueProviderFactoryTest.cs similarity index 100% rename from test/Microsoft.AspNet.Mvc.Core.Test/ModelBinding/FormValueProviderFactoryTest.cs rename to test/Microsoft.AspNetCore.Mvc.Core.Test/ModelBinding/FormValueProviderFactoryTest.cs diff --git a/test/Microsoft.AspNet.Mvc.Core.Test/ModelBinding/FormValueProviderTest.cs b/test/Microsoft.AspNetCore.Mvc.Core.Test/ModelBinding/FormValueProviderTest.cs similarity index 100% rename from test/Microsoft.AspNet.Mvc.Core.Test/ModelBinding/FormValueProviderTest.cs rename to test/Microsoft.AspNetCore.Mvc.Core.Test/ModelBinding/FormValueProviderTest.cs diff --git a/test/Microsoft.AspNet.Mvc.Core.Test/ModelBinding/HeaderModelBinderTests.cs b/test/Microsoft.AspNetCore.Mvc.Core.Test/ModelBinding/HeaderModelBinderTests.cs similarity index 100% rename from test/Microsoft.AspNet.Mvc.Core.Test/ModelBinding/HeaderModelBinderTests.cs rename to test/Microsoft.AspNetCore.Mvc.Core.Test/ModelBinding/HeaderModelBinderTests.cs diff --git a/test/Microsoft.AspNet.Mvc.Core.Test/ModelBinding/JQueryFormValueProviderFactoryTest.cs b/test/Microsoft.AspNetCore.Mvc.Core.Test/ModelBinding/JQueryFormValueProviderFactoryTest.cs similarity index 100% rename from test/Microsoft.AspNet.Mvc.Core.Test/ModelBinding/JQueryFormValueProviderFactoryTest.cs rename to test/Microsoft.AspNetCore.Mvc.Core.Test/ModelBinding/JQueryFormValueProviderFactoryTest.cs diff --git a/test/Microsoft.AspNet.Mvc.Core.Test/ModelBinding/JQueryFormValueProviderTest.cs b/test/Microsoft.AspNetCore.Mvc.Core.Test/ModelBinding/JQueryFormValueProviderTest.cs similarity index 100% rename from test/Microsoft.AspNet.Mvc.Core.Test/ModelBinding/JQueryFormValueProviderTest.cs rename to test/Microsoft.AspNetCore.Mvc.Core.Test/ModelBinding/JQueryFormValueProviderTest.cs diff --git a/test/Microsoft.AspNet.Mvc.Core.Test/ModelBinding/KeyValuePairModelBinderTest.cs b/test/Microsoft.AspNetCore.Mvc.Core.Test/ModelBinding/KeyValuePairModelBinderTest.cs similarity index 100% rename from test/Microsoft.AspNet.Mvc.Core.Test/ModelBinding/KeyValuePairModelBinderTest.cs rename to test/Microsoft.AspNetCore.Mvc.Core.Test/ModelBinding/KeyValuePairModelBinderTest.cs diff --git a/test/Microsoft.AspNet.Mvc.Core.Test/ModelBinding/Metadata/BindingSourceTest.cs b/test/Microsoft.AspNetCore.Mvc.Core.Test/ModelBinding/Metadata/BindingSourceTest.cs similarity index 100% rename from test/Microsoft.AspNet.Mvc.Core.Test/ModelBinding/Metadata/BindingSourceTest.cs rename to test/Microsoft.AspNetCore.Mvc.Core.Test/ModelBinding/Metadata/BindingSourceTest.cs diff --git a/test/Microsoft.AspNet.Mvc.Core.Test/ModelBinding/Metadata/CompositeBindingSourceTest.cs b/test/Microsoft.AspNetCore.Mvc.Core.Test/ModelBinding/Metadata/CompositeBindingSourceTest.cs similarity index 100% rename from test/Microsoft.AspNet.Mvc.Core.Test/ModelBinding/Metadata/CompositeBindingSourceTest.cs rename to test/Microsoft.AspNetCore.Mvc.Core.Test/ModelBinding/Metadata/CompositeBindingSourceTest.cs diff --git a/test/Microsoft.AspNet.Mvc.Core.Test/ModelBinding/Metadata/DefaultModelMetadataProviderTest.cs b/test/Microsoft.AspNetCore.Mvc.Core.Test/ModelBinding/Metadata/DefaultModelMetadataProviderTest.cs similarity index 100% rename from test/Microsoft.AspNet.Mvc.Core.Test/ModelBinding/Metadata/DefaultModelMetadataProviderTest.cs rename to test/Microsoft.AspNetCore.Mvc.Core.Test/ModelBinding/Metadata/DefaultModelMetadataProviderTest.cs diff --git a/test/Microsoft.AspNet.Mvc.Core.Test/ModelBinding/Metadata/DefaultModelMetadataTest.cs b/test/Microsoft.AspNetCore.Mvc.Core.Test/ModelBinding/Metadata/DefaultModelMetadataTest.cs similarity index 100% rename from test/Microsoft.AspNet.Mvc.Core.Test/ModelBinding/Metadata/DefaultModelMetadataTest.cs rename to test/Microsoft.AspNetCore.Mvc.Core.Test/ModelBinding/Metadata/DefaultModelMetadataTest.cs diff --git a/test/Microsoft.AspNet.Mvc.Core.Test/ModelBinding/Metadata/DefaultValidationMetadataProviderTest.cs b/test/Microsoft.AspNetCore.Mvc.Core.Test/ModelBinding/Metadata/DefaultValidationMetadataProviderTest.cs similarity index 100% rename from test/Microsoft.AspNet.Mvc.Core.Test/ModelBinding/Metadata/DefaultValidationMetadataProviderTest.cs rename to test/Microsoft.AspNetCore.Mvc.Core.Test/ModelBinding/Metadata/DefaultValidationMetadataProviderTest.cs diff --git a/test/Microsoft.AspNet.Mvc.Core.Test/ModelBinding/Metadata/EmptyCompositeMetadataDetailsProvider.cs b/test/Microsoft.AspNetCore.Mvc.Core.Test/ModelBinding/Metadata/EmptyCompositeMetadataDetailsProvider.cs similarity index 100% rename from test/Microsoft.AspNet.Mvc.Core.Test/ModelBinding/Metadata/EmptyCompositeMetadataDetailsProvider.cs rename to test/Microsoft.AspNetCore.Mvc.Core.Test/ModelBinding/Metadata/EmptyCompositeMetadataDetailsProvider.cs diff --git a/test/Microsoft.AspNet.Mvc.Core.Test/ModelBinding/Metadata/ModelAttributesTest.cs b/test/Microsoft.AspNetCore.Mvc.Core.Test/ModelBinding/Metadata/ModelAttributesTest.cs similarity index 100% rename from test/Microsoft.AspNet.Mvc.Core.Test/ModelBinding/Metadata/ModelAttributesTest.cs rename to test/Microsoft.AspNetCore.Mvc.Core.Test/ModelBinding/Metadata/ModelAttributesTest.cs diff --git a/test/Microsoft.AspNet.Mvc.Core.Test/ModelBinding/Metadata/ModelBinderAttributeTest.cs b/test/Microsoft.AspNetCore.Mvc.Core.Test/ModelBinding/Metadata/ModelBinderAttributeTest.cs similarity index 100% rename from test/Microsoft.AspNet.Mvc.Core.Test/ModelBinding/Metadata/ModelBinderAttributeTest.cs rename to test/Microsoft.AspNetCore.Mvc.Core.Test/ModelBinding/Metadata/ModelBinderAttributeTest.cs diff --git a/test/Microsoft.AspNet.Mvc.Core.Test/ModelBinding/Metadata/ModelMetadataProviderExtensionsTest.cs b/test/Microsoft.AspNetCore.Mvc.Core.Test/ModelBinding/Metadata/ModelMetadataProviderExtensionsTest.cs similarity index 100% rename from test/Microsoft.AspNet.Mvc.Core.Test/ModelBinding/Metadata/ModelMetadataProviderExtensionsTest.cs rename to test/Microsoft.AspNetCore.Mvc.Core.Test/ModelBinding/Metadata/ModelMetadataProviderExtensionsTest.cs diff --git a/test/Microsoft.AspNet.Mvc.Core.Test/ModelBinding/ModelBindingContextTest.cs b/test/Microsoft.AspNetCore.Mvc.Core.Test/ModelBinding/ModelBindingContextTest.cs similarity index 100% rename from test/Microsoft.AspNet.Mvc.Core.Test/ModelBinding/ModelBindingContextTest.cs rename to test/Microsoft.AspNetCore.Mvc.Core.Test/ModelBinding/ModelBindingContextTest.cs diff --git a/test/Microsoft.AspNet.Mvc.Core.Test/ModelBinding/ModelBindingHelperTest.cs b/test/Microsoft.AspNetCore.Mvc.Core.Test/ModelBinding/ModelBindingHelperTest.cs similarity index 100% rename from test/Microsoft.AspNet.Mvc.Core.Test/ModelBinding/ModelBindingHelperTest.cs rename to test/Microsoft.AspNetCore.Mvc.Core.Test/ModelBinding/ModelBindingHelperTest.cs diff --git a/test/Microsoft.AspNet.Mvc.Core.Test/ModelBinding/ModelBindingResultTest.cs b/test/Microsoft.AspNetCore.Mvc.Core.Test/ModelBinding/ModelBindingResultTest.cs similarity index 100% rename from test/Microsoft.AspNet.Mvc.Core.Test/ModelBinding/ModelBindingResultTest.cs rename to test/Microsoft.AspNetCore.Mvc.Core.Test/ModelBinding/ModelBindingResultTest.cs diff --git a/test/Microsoft.AspNet.Mvc.Core.Test/ModelBinding/MutableObjectModelBinderTest.cs b/test/Microsoft.AspNetCore.Mvc.Core.Test/ModelBinding/MutableObjectModelBinderTest.cs similarity index 100% rename from test/Microsoft.AspNet.Mvc.Core.Test/ModelBinding/MutableObjectModelBinderTest.cs rename to test/Microsoft.AspNetCore.Mvc.Core.Test/ModelBinding/MutableObjectModelBinderTest.cs diff --git a/test/Microsoft.AspNet.Mvc.Core.Test/ModelBinding/QueryStringValueProviderFactoryTest.cs b/test/Microsoft.AspNetCore.Mvc.Core.Test/ModelBinding/QueryStringValueProviderFactoryTest.cs similarity index 100% rename from test/Microsoft.AspNet.Mvc.Core.Test/ModelBinding/QueryStringValueProviderFactoryTest.cs rename to test/Microsoft.AspNetCore.Mvc.Core.Test/ModelBinding/QueryStringValueProviderFactoryTest.cs diff --git a/test/Microsoft.AspNet.Mvc.Core.Test/ModelBinding/QueryStringValueProviderTest.cs b/test/Microsoft.AspNetCore.Mvc.Core.Test/ModelBinding/QueryStringValueProviderTest.cs similarity index 100% rename from test/Microsoft.AspNet.Mvc.Core.Test/ModelBinding/QueryStringValueProviderTest.cs rename to test/Microsoft.AspNetCore.Mvc.Core.Test/ModelBinding/QueryStringValueProviderTest.cs diff --git a/test/Microsoft.AspNet.Mvc.Core.Test/ModelBinding/RouteValueProviderTests.cs b/test/Microsoft.AspNetCore.Mvc.Core.Test/ModelBinding/RouteValueProviderTests.cs similarity index 100% rename from test/Microsoft.AspNet.Mvc.Core.Test/ModelBinding/RouteValueProviderTests.cs rename to test/Microsoft.AspNetCore.Mvc.Core.Test/ModelBinding/RouteValueProviderTests.cs diff --git a/test/Microsoft.AspNet.Mvc.Core.Test/ModelBinding/ServicesModelBinderTest.cs b/test/Microsoft.AspNetCore.Mvc.Core.Test/ModelBinding/ServicesModelBinderTest.cs similarity index 100% rename from test/Microsoft.AspNet.Mvc.Core.Test/ModelBinding/ServicesModelBinderTest.cs rename to test/Microsoft.AspNetCore.Mvc.Core.Test/ModelBinding/ServicesModelBinderTest.cs diff --git a/test/Microsoft.AspNet.Mvc.Core.Test/ModelBinding/SimpleTypeModelBinderTest.cs b/test/Microsoft.AspNetCore.Mvc.Core.Test/ModelBinding/SimpleTypeModelBinderTest.cs similarity index 100% rename from test/Microsoft.AspNet.Mvc.Core.Test/ModelBinding/SimpleTypeModelBinderTest.cs rename to test/Microsoft.AspNetCore.Mvc.Core.Test/ModelBinding/SimpleTypeModelBinderTest.cs diff --git a/test/Microsoft.AspNet.Mvc.Core.Test/ModelBinding/SimpleValueProvider.cs b/test/Microsoft.AspNetCore.Mvc.Core.Test/ModelBinding/SimpleValueProvider.cs similarity index 100% rename from test/Microsoft.AspNet.Mvc.Core.Test/ModelBinding/SimpleValueProvider.cs rename to test/Microsoft.AspNetCore.Mvc.Core.Test/ModelBinding/SimpleValueProvider.cs diff --git a/test/Microsoft.AspNet.Mvc.Core.Test/ModelBinding/TestValueProvider.cs b/test/Microsoft.AspNetCore.Mvc.Core.Test/ModelBinding/TestValueProvider.cs similarity index 100% rename from test/Microsoft.AspNet.Mvc.Core.Test/ModelBinding/TestValueProvider.cs rename to test/Microsoft.AspNetCore.Mvc.Core.Test/ModelBinding/TestValueProvider.cs diff --git a/test/Microsoft.AspNet.Mvc.Core.Test/ModelBinding/Validation/CompositeModelValidatorProviderTest.cs b/test/Microsoft.AspNetCore.Mvc.Core.Test/ModelBinding/Validation/CompositeModelValidatorProviderTest.cs similarity index 100% rename from test/Microsoft.AspNet.Mvc.Core.Test/ModelBinding/Validation/CompositeModelValidatorProviderTest.cs rename to test/Microsoft.AspNetCore.Mvc.Core.Test/ModelBinding/Validation/CompositeModelValidatorProviderTest.cs diff --git a/test/Microsoft.AspNet.Mvc.Core.Test/MvcOptionsTest.cs b/test/Microsoft.AspNetCore.Mvc.Core.Test/MvcOptionsTest.cs similarity index 100% rename from test/Microsoft.AspNet.Mvc.Core.Test/MvcOptionsTest.cs rename to test/Microsoft.AspNetCore.Mvc.Core.Test/MvcOptionsTest.cs diff --git a/test/Microsoft.AspNet.Mvc.Core.Test/NonDisposableStreamTest.cs b/test/Microsoft.AspNetCore.Mvc.Core.Test/NonDisposableStreamTest.cs similarity index 100% rename from test/Microsoft.AspNet.Mvc.Core.Test/NonDisposableStreamTest.cs rename to test/Microsoft.AspNetCore.Mvc.Core.Test/NonDisposableStreamTest.cs diff --git a/test/Microsoft.AspNet.Mvc.Core.Test/ObjectResultTests.cs b/test/Microsoft.AspNetCore.Mvc.Core.Test/ObjectResultTests.cs similarity index 100% rename from test/Microsoft.AspNet.Mvc.Core.Test/ObjectResultTests.cs rename to test/Microsoft.AspNetCore.Mvc.Core.Test/ObjectResultTests.cs diff --git a/test/Microsoft.AspNet.Mvc.Core.Test/PhysicalFileResultTest.cs b/test/Microsoft.AspNetCore.Mvc.Core.Test/PhysicalFileResultTest.cs similarity index 100% rename from test/Microsoft.AspNet.Mvc.Core.Test/PhysicalFileResultTest.cs rename to test/Microsoft.AspNetCore.Mvc.Core.Test/PhysicalFileResultTest.cs diff --git a/test/Microsoft.AspNet.Mvc.Core.Test/ProducesAttributeTests.cs b/test/Microsoft.AspNetCore.Mvc.Core.Test/ProducesAttributeTests.cs similarity index 100% rename from test/Microsoft.AspNet.Mvc.Core.Test/ProducesAttributeTests.cs rename to test/Microsoft.AspNetCore.Mvc.Core.Test/ProducesAttributeTests.cs diff --git a/test/Microsoft.AspNet.Mvc.Core.Test/Properties/AssemblyInfo.cs b/test/Microsoft.AspNetCore.Mvc.Core.Test/Properties/AssemblyInfo.cs similarity index 100% rename from test/Microsoft.AspNet.Mvc.Core.Test/Properties/AssemblyInfo.cs rename to test/Microsoft.AspNetCore.Mvc.Core.Test/Properties/AssemblyInfo.cs diff --git a/test/Microsoft.AspNet.Mvc.Core.Test/RedirectResultTest.cs b/test/Microsoft.AspNetCore.Mvc.Core.Test/RedirectResultTest.cs similarity index 100% rename from test/Microsoft.AspNet.Mvc.Core.Test/RedirectResultTest.cs rename to test/Microsoft.AspNetCore.Mvc.Core.Test/RedirectResultTest.cs diff --git a/test/Microsoft.AspNet.Mvc.Core.Test/RedirectToActionResultTest.cs b/test/Microsoft.AspNetCore.Mvc.Core.Test/RedirectToActionResultTest.cs similarity index 100% rename from test/Microsoft.AspNet.Mvc.Core.Test/RedirectToActionResultTest.cs rename to test/Microsoft.AspNetCore.Mvc.Core.Test/RedirectToActionResultTest.cs diff --git a/test/Microsoft.AspNet.Mvc.Core.Test/RedirectToRouteResultTest.cs b/test/Microsoft.AspNetCore.Mvc.Core.Test/RedirectToRouteResultTest.cs similarity index 100% rename from test/Microsoft.AspNet.Mvc.Core.Test/RedirectToRouteResultTest.cs rename to test/Microsoft.AspNetCore.Mvc.Core.Test/RedirectToRouteResultTest.cs diff --git a/test/Microsoft.AspNet.Mvc.Core.Test/RequireHttpsAttributeTests.cs b/test/Microsoft.AspNetCore.Mvc.Core.Test/RequireHttpsAttributeTests.cs similarity index 100% rename from test/Microsoft.AspNet.Mvc.Core.Test/RequireHttpsAttributeTests.cs rename to test/Microsoft.AspNetCore.Mvc.Core.Test/RequireHttpsAttributeTests.cs diff --git a/test/Microsoft.AspNet.Mvc.Core.Test/ResponseCacheAttributeTest.cs b/test/Microsoft.AspNetCore.Mvc.Core.Test/ResponseCacheAttributeTest.cs similarity index 100% rename from test/Microsoft.AspNet.Mvc.Core.Test/ResponseCacheAttributeTest.cs rename to test/Microsoft.AspNetCore.Mvc.Core.Test/ResponseCacheAttributeTest.cs diff --git a/test/Microsoft.AspNet.Mvc.Core.Test/Routing/HttpMethodProviderAttributesTests.cs b/test/Microsoft.AspNetCore.Mvc.Core.Test/Routing/HttpMethodProviderAttributesTests.cs similarity index 100% rename from test/Microsoft.AspNet.Mvc.Core.Test/Routing/HttpMethodProviderAttributesTests.cs rename to test/Microsoft.AspNetCore.Mvc.Core.Test/Routing/HttpMethodProviderAttributesTests.cs diff --git a/test/Microsoft.AspNet.Mvc.Core.Test/Routing/KnownRouteValueConstraintTests.cs b/test/Microsoft.AspNetCore.Mvc.Core.Test/Routing/KnownRouteValueConstraintTests.cs similarity index 100% rename from test/Microsoft.AspNet.Mvc.Core.Test/Routing/KnownRouteValueConstraintTests.cs rename to test/Microsoft.AspNetCore.Mvc.Core.Test/Routing/KnownRouteValueConstraintTests.cs diff --git a/test/Microsoft.AspNet.Mvc.Core.Test/Routing/RouteTemplateProviderAttributesTest.cs b/test/Microsoft.AspNetCore.Mvc.Core.Test/Routing/RouteTemplateProviderAttributesTest.cs similarity index 100% rename from test/Microsoft.AspNet.Mvc.Core.Test/Routing/RouteTemplateProviderAttributesTest.cs rename to test/Microsoft.AspNetCore.Mvc.Core.Test/Routing/RouteTemplateProviderAttributesTest.cs diff --git a/test/Microsoft.AspNet.Mvc.Core.Test/Routing/UrlHelperTest.cs b/test/Microsoft.AspNetCore.Mvc.Core.Test/Routing/UrlHelperTest.cs similarity index 100% rename from test/Microsoft.AspNet.Mvc.Core.Test/Routing/UrlHelperTest.cs rename to test/Microsoft.AspNetCore.Mvc.Core.Test/Routing/UrlHelperTest.cs diff --git a/test/Microsoft.AspNet.Mvc.Core.Test/SerializableErrorTests.cs b/test/Microsoft.AspNetCore.Mvc.Core.Test/SerializableErrorTests.cs similarity index 100% rename from test/Microsoft.AspNet.Mvc.Core.Test/SerializableErrorTests.cs rename to test/Microsoft.AspNetCore.Mvc.Core.Test/SerializableErrorTests.cs diff --git a/test/Microsoft.AspNet.Mvc.Core.Test/TestBufferingFeature.cs b/test/Microsoft.AspNetCore.Mvc.Core.Test/TestBufferingFeature.cs similarity index 100% rename from test/Microsoft.AspNet.Mvc.Core.Test/TestBufferingFeature.cs rename to test/Microsoft.AspNetCore.Mvc.Core.Test/TestBufferingFeature.cs diff --git a/test/Microsoft.AspNet.Mvc.Core.Test/VirtualFileResultTest.cs b/test/Microsoft.AspNetCore.Mvc.Core.Test/VirtualFileResultTest.cs similarity index 100% rename from test/Microsoft.AspNet.Mvc.Core.Test/VirtualFileResultTest.cs rename to test/Microsoft.AspNetCore.Mvc.Core.Test/VirtualFileResultTest.cs diff --git a/test/Microsoft.AspNet.Mvc.Core.Test/project.json b/test/Microsoft.AspNetCore.Mvc.Core.Test/project.json similarity index 100% rename from test/Microsoft.AspNet.Mvc.Core.Test/project.json rename to test/Microsoft.AspNetCore.Mvc.Core.Test/project.json diff --git a/test/Microsoft.AspNet.Mvc.Cors.Test/Internal/CorsApplicationModelProviderTest.cs b/test/Microsoft.AspNetCore.Mvc.Cors.Test/Internal/CorsApplicationModelProviderTest.cs similarity index 100% rename from test/Microsoft.AspNet.Mvc.Cors.Test/Internal/CorsApplicationModelProviderTest.cs rename to test/Microsoft.AspNetCore.Mvc.Cors.Test/Internal/CorsApplicationModelProviderTest.cs diff --git a/test/Microsoft.AspNet.Mvc.Cors.Test/Internal/CorsAuthorizationFilterTest.cs b/test/Microsoft.AspNetCore.Mvc.Cors.Test/Internal/CorsAuthorizationFilterTest.cs similarity index 100% rename from test/Microsoft.AspNet.Mvc.Cors.Test/Internal/CorsAuthorizationFilterTest.cs rename to test/Microsoft.AspNetCore.Mvc.Cors.Test/Internal/CorsAuthorizationFilterTest.cs diff --git a/test/Microsoft.AspNet.Mvc.Cors.Test/Microsoft.AspNet.Mvc.Cors.Test.xproj b/test/Microsoft.AspNetCore.Mvc.Cors.Test/Microsoft.AspNetCore.Mvc.Cors.Test.xproj similarity index 100% rename from test/Microsoft.AspNet.Mvc.Cors.Test/Microsoft.AspNet.Mvc.Cors.Test.xproj rename to test/Microsoft.AspNetCore.Mvc.Cors.Test/Microsoft.AspNetCore.Mvc.Cors.Test.xproj diff --git a/test/Microsoft.AspNet.Mvc.Cors.Test/project.json b/test/Microsoft.AspNetCore.Mvc.Cors.Test/project.json similarity index 100% rename from test/Microsoft.AspNet.Mvc.Cors.Test/project.json rename to test/Microsoft.AspNetCore.Mvc.Cors.Test/project.json diff --git a/test/Microsoft.AspNet.Mvc.DataAnnotations.Test/Internal/CompareAttributeAdapterTest.cs b/test/Microsoft.AspNetCore.Mvc.DataAnnotations.Test/Internal/CompareAttributeAdapterTest.cs similarity index 100% rename from test/Microsoft.AspNet.Mvc.DataAnnotations.Test/Internal/CompareAttributeAdapterTest.cs rename to test/Microsoft.AspNetCore.Mvc.DataAnnotations.Test/Internal/CompareAttributeAdapterTest.cs diff --git a/test/Microsoft.AspNet.Mvc.DataAnnotations.Test/Internal/DataAnnotationsClientModelValidatorProviderTest.cs b/test/Microsoft.AspNetCore.Mvc.DataAnnotations.Test/Internal/DataAnnotationsClientModelValidatorProviderTest.cs similarity index 100% rename from test/Microsoft.AspNet.Mvc.DataAnnotations.Test/Internal/DataAnnotationsClientModelValidatorProviderTest.cs rename to test/Microsoft.AspNetCore.Mvc.DataAnnotations.Test/Internal/DataAnnotationsClientModelValidatorProviderTest.cs diff --git a/test/Microsoft.AspNet.Mvc.DataAnnotations.Test/Internal/DataAnnotationsMetadataProviderTest.cs b/test/Microsoft.AspNetCore.Mvc.DataAnnotations.Test/Internal/DataAnnotationsMetadataProviderTest.cs similarity index 100% rename from test/Microsoft.AspNet.Mvc.DataAnnotations.Test/Internal/DataAnnotationsMetadataProviderTest.cs rename to test/Microsoft.AspNetCore.Mvc.DataAnnotations.Test/Internal/DataAnnotationsMetadataProviderTest.cs diff --git a/test/Microsoft.AspNet.Mvc.DataAnnotations.Test/Internal/DataAnnotationsModelValidatorProviderTest.cs b/test/Microsoft.AspNetCore.Mvc.DataAnnotations.Test/Internal/DataAnnotationsModelValidatorProviderTest.cs similarity index 100% rename from test/Microsoft.AspNet.Mvc.DataAnnotations.Test/Internal/DataAnnotationsModelValidatorProviderTest.cs rename to test/Microsoft.AspNetCore.Mvc.DataAnnotations.Test/Internal/DataAnnotationsModelValidatorProviderTest.cs diff --git a/test/Microsoft.AspNet.Mvc.DataAnnotations.Test/Internal/DataAnnotationsModelValidatorTest.cs b/test/Microsoft.AspNetCore.Mvc.DataAnnotations.Test/Internal/DataAnnotationsModelValidatorTest.cs similarity index 100% rename from test/Microsoft.AspNet.Mvc.DataAnnotations.Test/Internal/DataAnnotationsModelValidatorTest.cs rename to test/Microsoft.AspNetCore.Mvc.DataAnnotations.Test/Internal/DataAnnotationsModelValidatorTest.cs diff --git a/test/Microsoft.AspNet.Mvc.DataAnnotations.Test/Internal/DataMemberRequiredBindingMetadataProviderTest.cs b/test/Microsoft.AspNetCore.Mvc.DataAnnotations.Test/Internal/DataMemberRequiredBindingMetadataProviderTest.cs similarity index 100% rename from test/Microsoft.AspNet.Mvc.DataAnnotations.Test/Internal/DataMemberRequiredBindingMetadataProviderTest.cs rename to test/Microsoft.AspNetCore.Mvc.DataAnnotations.Test/Internal/DataMemberRequiredBindingMetadataProviderTest.cs diff --git a/test/Microsoft.AspNet.Mvc.DataAnnotations.Test/Internal/DataTypeClientModelValidatorProviderTest.cs b/test/Microsoft.AspNetCore.Mvc.DataAnnotations.Test/Internal/DataTypeClientModelValidatorProviderTest.cs similarity index 100% rename from test/Microsoft.AspNet.Mvc.DataAnnotations.Test/Internal/DataTypeClientModelValidatorProviderTest.cs rename to test/Microsoft.AspNetCore.Mvc.DataAnnotations.Test/Internal/DataTypeClientModelValidatorProviderTest.cs diff --git a/test/Microsoft.AspNet.Mvc.DataAnnotations.Test/Internal/DefaultModelClientValidatorProviderTest.cs b/test/Microsoft.AspNetCore.Mvc.DataAnnotations.Test/Internal/DefaultModelClientValidatorProviderTest.cs similarity index 100% rename from test/Microsoft.AspNet.Mvc.DataAnnotations.Test/Internal/DefaultModelClientValidatorProviderTest.cs rename to test/Microsoft.AspNetCore.Mvc.DataAnnotations.Test/Internal/DefaultModelClientValidatorProviderTest.cs diff --git a/test/Microsoft.AspNet.Mvc.DataAnnotations.Test/Internal/MaxLengthAttributeAdapterTest.cs b/test/Microsoft.AspNetCore.Mvc.DataAnnotations.Test/Internal/MaxLengthAttributeAdapterTest.cs similarity index 100% rename from test/Microsoft.AspNet.Mvc.DataAnnotations.Test/Internal/MaxLengthAttributeAdapterTest.cs rename to test/Microsoft.AspNetCore.Mvc.DataAnnotations.Test/Internal/MaxLengthAttributeAdapterTest.cs diff --git a/test/Microsoft.AspNet.Mvc.DataAnnotations.Test/Internal/MinLengthAttributeAdapterTest.cs b/test/Microsoft.AspNetCore.Mvc.DataAnnotations.Test/Internal/MinLengthAttributeAdapterTest.cs similarity index 100% rename from test/Microsoft.AspNet.Mvc.DataAnnotations.Test/Internal/MinLengthAttributeAdapterTest.cs rename to test/Microsoft.AspNetCore.Mvc.DataAnnotations.Test/Internal/MinLengthAttributeAdapterTest.cs diff --git a/test/Microsoft.AspNet.Mvc.DataAnnotations.Test/Internal/ModelMetadataProviderTest.cs b/test/Microsoft.AspNetCore.Mvc.DataAnnotations.Test/Internal/ModelMetadataProviderTest.cs similarity index 100% rename from test/Microsoft.AspNet.Mvc.DataAnnotations.Test/Internal/ModelMetadataProviderTest.cs rename to test/Microsoft.AspNetCore.Mvc.DataAnnotations.Test/Internal/ModelMetadataProviderTest.cs diff --git a/test/Microsoft.AspNet.Mvc.DataAnnotations.Test/Internal/NumericClientModelValidatorTest.cs b/test/Microsoft.AspNetCore.Mvc.DataAnnotations.Test/Internal/NumericClientModelValidatorTest.cs similarity index 100% rename from test/Microsoft.AspNet.Mvc.DataAnnotations.Test/Internal/NumericClientModelValidatorTest.cs rename to test/Microsoft.AspNetCore.Mvc.DataAnnotations.Test/Internal/NumericClientModelValidatorTest.cs diff --git a/test/Microsoft.AspNet.Mvc.DataAnnotations.Test/Internal/RangeAttributeAdapterTest.cs b/test/Microsoft.AspNetCore.Mvc.DataAnnotations.Test/Internal/RangeAttributeAdapterTest.cs similarity index 100% rename from test/Microsoft.AspNet.Mvc.DataAnnotations.Test/Internal/RangeAttributeAdapterTest.cs rename to test/Microsoft.AspNetCore.Mvc.DataAnnotations.Test/Internal/RangeAttributeAdapterTest.cs diff --git a/test/Microsoft.AspNet.Mvc.DataAnnotations.Test/Internal/RequiredAttributeAdapterTest.cs b/test/Microsoft.AspNetCore.Mvc.DataAnnotations.Test/Internal/RequiredAttributeAdapterTest.cs similarity index 100% rename from test/Microsoft.AspNet.Mvc.DataAnnotations.Test/Internal/RequiredAttributeAdapterTest.cs rename to test/Microsoft.AspNetCore.Mvc.DataAnnotations.Test/Internal/RequiredAttributeAdapterTest.cs diff --git a/test/Microsoft.AspNet.Mvc.DataAnnotations.Test/Internal/StringLengthAttributeAdapterTest.cs b/test/Microsoft.AspNetCore.Mvc.DataAnnotations.Test/Internal/StringLengthAttributeAdapterTest.cs similarity index 100% rename from test/Microsoft.AspNet.Mvc.DataAnnotations.Test/Internal/StringLengthAttributeAdapterTest.cs rename to test/Microsoft.AspNetCore.Mvc.DataAnnotations.Test/Internal/StringLengthAttributeAdapterTest.cs diff --git a/test/Microsoft.AspNet.Mvc.DataAnnotations.Test/Internal/TestModelNameProvider.cs b/test/Microsoft.AspNetCore.Mvc.DataAnnotations.Test/Internal/TestModelNameProvider.cs similarity index 100% rename from test/Microsoft.AspNet.Mvc.DataAnnotations.Test/Internal/TestModelNameProvider.cs rename to test/Microsoft.AspNetCore.Mvc.DataAnnotations.Test/Internal/TestModelNameProvider.cs diff --git a/test/Microsoft.AspNet.Mvc.DataAnnotations.Test/Internal/TestResources.cs b/test/Microsoft.AspNetCore.Mvc.DataAnnotations.Test/Internal/TestResources.cs similarity index 100% rename from test/Microsoft.AspNet.Mvc.DataAnnotations.Test/Internal/TestResources.cs rename to test/Microsoft.AspNetCore.Mvc.DataAnnotations.Test/Internal/TestResources.cs diff --git a/test/Microsoft.AspNet.Mvc.DataAnnotations.Test/Internal/ValidationAttributeAdapterOfTAttributeTest.cs b/test/Microsoft.AspNetCore.Mvc.DataAnnotations.Test/Internal/ValidationAttributeAdapterOfTAttributeTest.cs similarity index 100% rename from test/Microsoft.AspNet.Mvc.DataAnnotations.Test/Internal/ValidationAttributeAdapterOfTAttributeTest.cs rename to test/Microsoft.AspNetCore.Mvc.DataAnnotations.Test/Internal/ValidationAttributeAdapterOfTAttributeTest.cs diff --git a/test/Microsoft.AspNet.Mvc.DataAnnotations.Test/Internal/ValidationAttributeAdapterProviderTest.cs b/test/Microsoft.AspNetCore.Mvc.DataAnnotations.Test/Internal/ValidationAttributeAdapterProviderTest.cs similarity index 100% rename from test/Microsoft.AspNet.Mvc.DataAnnotations.Test/Internal/ValidationAttributeAdapterProviderTest.cs rename to test/Microsoft.AspNetCore.Mvc.DataAnnotations.Test/Internal/ValidationAttributeAdapterProviderTest.cs diff --git a/test/Microsoft.AspNet.Mvc.DataAnnotations.Test/Microsoft.AspNet.Mvc.DataAnnotations.Test.xproj b/test/Microsoft.AspNetCore.Mvc.DataAnnotations.Test/Microsoft.AspNetCore.Mvc.DataAnnotations.Test.xproj similarity index 100% rename from test/Microsoft.AspNet.Mvc.DataAnnotations.Test/Microsoft.AspNet.Mvc.DataAnnotations.Test.xproj rename to test/Microsoft.AspNetCore.Mvc.DataAnnotations.Test/Microsoft.AspNetCore.Mvc.DataAnnotations.Test.xproj diff --git a/test/Microsoft.AspNet.Mvc.DataAnnotations.Test/Properties/Resources.Designer.cs b/test/Microsoft.AspNetCore.Mvc.DataAnnotations.Test/Properties/Resources.Designer.cs similarity index 100% rename from test/Microsoft.AspNet.Mvc.DataAnnotations.Test/Properties/Resources.Designer.cs rename to test/Microsoft.AspNetCore.Mvc.DataAnnotations.Test/Properties/Resources.Designer.cs diff --git a/test/Microsoft.AspNet.Mvc.DataAnnotations.Test/Resources.resx b/test/Microsoft.AspNetCore.Mvc.DataAnnotations.Test/Resources.resx similarity index 100% rename from test/Microsoft.AspNet.Mvc.DataAnnotations.Test/Resources.resx rename to test/Microsoft.AspNetCore.Mvc.DataAnnotations.Test/Resources.resx diff --git a/test/Microsoft.AspNet.Mvc.DataAnnotations.Test/project.json b/test/Microsoft.AspNetCore.Mvc.DataAnnotations.Test/project.json similarity index 100% rename from test/Microsoft.AspNet.Mvc.DataAnnotations.Test/project.json rename to test/Microsoft.AspNetCore.Mvc.DataAnnotations.Test/project.json diff --git a/test/Microsoft.AspNet.Mvc.Formatters.Json.Test/Infrastructure/JsonResultExecutorTest.cs b/test/Microsoft.AspNetCore.Mvc.Formatters.Json.Test/Infrastructure/JsonResultExecutorTest.cs similarity index 100% rename from test/Microsoft.AspNet.Mvc.Formatters.Json.Test/Infrastructure/JsonResultExecutorTest.cs rename to test/Microsoft.AspNetCore.Mvc.Formatters.Json.Test/Infrastructure/JsonResultExecutorTest.cs diff --git a/test/Microsoft.AspNet.Mvc.Formatters.Json.Test/JsonInputFormatterTest.cs b/test/Microsoft.AspNetCore.Mvc.Formatters.Json.Test/JsonInputFormatterTest.cs similarity index 100% rename from test/Microsoft.AspNet.Mvc.Formatters.Json.Test/JsonInputFormatterTest.cs rename to test/Microsoft.AspNetCore.Mvc.Formatters.Json.Test/JsonInputFormatterTest.cs diff --git a/test/Microsoft.AspNet.Mvc.Formatters.Json.Test/JsonOutputFormatterTests.cs b/test/Microsoft.AspNetCore.Mvc.Formatters.Json.Test/JsonOutputFormatterTests.cs similarity index 100% rename from test/Microsoft.AspNet.Mvc.Formatters.Json.Test/JsonOutputFormatterTests.cs rename to test/Microsoft.AspNetCore.Mvc.Formatters.Json.Test/JsonOutputFormatterTests.cs diff --git a/test/Microsoft.AspNet.Mvc.Formatters.Json.Test/JsonPatchInputFormatterTest.cs b/test/Microsoft.AspNetCore.Mvc.Formatters.Json.Test/JsonPatchInputFormatterTest.cs similarity index 100% rename from test/Microsoft.AspNet.Mvc.Formatters.Json.Test/JsonPatchInputFormatterTest.cs rename to test/Microsoft.AspNetCore.Mvc.Formatters.Json.Test/JsonPatchInputFormatterTest.cs diff --git a/test/Microsoft.AspNet.Mvc.Formatters.Json.Test/JsonResultTest.cs b/test/Microsoft.AspNetCore.Mvc.Formatters.Json.Test/JsonResultTest.cs similarity index 100% rename from test/Microsoft.AspNet.Mvc.Formatters.Json.Test/JsonResultTest.cs rename to test/Microsoft.AspNetCore.Mvc.Formatters.Json.Test/JsonResultTest.cs diff --git a/test/Microsoft.AspNet.Mvc.Formatters.Json.Test/Microsoft.AspNet.Mvc.Formatters.Json.Test.xproj b/test/Microsoft.AspNetCore.Mvc.Formatters.Json.Test/Microsoft.AspNetCore.Mvc.Formatters.Json.Test.xproj similarity index 100% rename from test/Microsoft.AspNet.Mvc.Formatters.Json.Test/Microsoft.AspNet.Mvc.Formatters.Json.Test.xproj rename to test/Microsoft.AspNetCore.Mvc.Formatters.Json.Test/Microsoft.AspNetCore.Mvc.Formatters.Json.Test.xproj diff --git a/test/Microsoft.AspNet.Mvc.Formatters.Json.Test/project.json b/test/Microsoft.AspNetCore.Mvc.Formatters.Json.Test/project.json similarity index 100% rename from test/Microsoft.AspNet.Mvc.Formatters.Json.Test/project.json rename to test/Microsoft.AspNetCore.Mvc.Formatters.Json.Test/project.json diff --git a/test/Microsoft.AspNet.Mvc.Formatters.Xml.Test/FlushReportingStream.cs b/test/Microsoft.AspNetCore.Mvc.Formatters.Xml.Test/FlushReportingStream.cs similarity index 100% rename from test/Microsoft.AspNet.Mvc.Formatters.Xml.Test/FlushReportingStream.cs rename to test/Microsoft.AspNetCore.Mvc.Formatters.Xml.Test/FlushReportingStream.cs diff --git a/test/Microsoft.AspNet.Mvc.Formatters.Xml.Test/Internal/DelegatingEnumerableTest.cs b/test/Microsoft.AspNetCore.Mvc.Formatters.Xml.Test/Internal/DelegatingEnumerableTest.cs similarity index 100% rename from test/Microsoft.AspNet.Mvc.Formatters.Xml.Test/Internal/DelegatingEnumerableTest.cs rename to test/Microsoft.AspNetCore.Mvc.Formatters.Xml.Test/Internal/DelegatingEnumerableTest.cs diff --git a/test/Microsoft.AspNet.Mvc.Formatters.Xml.Test/Internal/DelegatingEnumeratorTest.cs b/test/Microsoft.AspNetCore.Mvc.Formatters.Xml.Test/Internal/DelegatingEnumeratorTest.cs similarity index 100% rename from test/Microsoft.AspNet.Mvc.Formatters.Xml.Test/Internal/DelegatingEnumeratorTest.cs rename to test/Microsoft.AspNetCore.Mvc.Formatters.Xml.Test/Internal/DelegatingEnumeratorTest.cs diff --git a/test/Microsoft.AspNet.Mvc.Formatters.Xml.Test/Internal/EnumerableWrapperProviderFactoryTest.cs b/test/Microsoft.AspNetCore.Mvc.Formatters.Xml.Test/Internal/EnumerableWrapperProviderFactoryTest.cs similarity index 100% rename from test/Microsoft.AspNet.Mvc.Formatters.Xml.Test/Internal/EnumerableWrapperProviderFactoryTest.cs rename to test/Microsoft.AspNetCore.Mvc.Formatters.Xml.Test/Internal/EnumerableWrapperProviderFactoryTest.cs diff --git a/test/Microsoft.AspNet.Mvc.Formatters.Xml.Test/Internal/EnumerableWrapperProviderTest.cs b/test/Microsoft.AspNetCore.Mvc.Formatters.Xml.Test/Internal/EnumerableWrapperProviderTest.cs similarity index 100% rename from test/Microsoft.AspNet.Mvc.Formatters.Xml.Test/Internal/EnumerableWrapperProviderTest.cs rename to test/Microsoft.AspNetCore.Mvc.Formatters.Xml.Test/Internal/EnumerableWrapperProviderTest.cs diff --git a/test/Microsoft.AspNet.Mvc.Formatters.Xml.Test/Internal/PersonWrapper.cs b/test/Microsoft.AspNetCore.Mvc.Formatters.Xml.Test/Internal/PersonWrapper.cs similarity index 100% rename from test/Microsoft.AspNet.Mvc.Formatters.Xml.Test/Internal/PersonWrapper.cs rename to test/Microsoft.AspNetCore.Mvc.Formatters.Xml.Test/Internal/PersonWrapper.cs diff --git a/test/Microsoft.AspNet.Mvc.Formatters.Xml.Test/Internal/PersonWrapperProvider.cs b/test/Microsoft.AspNetCore.Mvc.Formatters.Xml.Test/Internal/PersonWrapperProvider.cs similarity index 100% rename from test/Microsoft.AspNet.Mvc.Formatters.Xml.Test/Internal/PersonWrapperProvider.cs rename to test/Microsoft.AspNetCore.Mvc.Formatters.Xml.Test/Internal/PersonWrapperProvider.cs diff --git a/test/Microsoft.AspNet.Mvc.Formatters.Xml.Test/Internal/PersonWrapperProviderFactory.cs b/test/Microsoft.AspNetCore.Mvc.Formatters.Xml.Test/Internal/PersonWrapperProviderFactory.cs similarity index 100% rename from test/Microsoft.AspNet.Mvc.Formatters.Xml.Test/Internal/PersonWrapperProviderFactory.cs rename to test/Microsoft.AspNetCore.Mvc.Formatters.Xml.Test/Internal/PersonWrapperProviderFactory.cs diff --git a/test/Microsoft.AspNet.Mvc.Formatters.Xml.Test/Internal/SerializableErrorWrapperProviderTest.cs b/test/Microsoft.AspNetCore.Mvc.Formatters.Xml.Test/Internal/SerializableErrorWrapperProviderTest.cs similarity index 100% rename from test/Microsoft.AspNet.Mvc.Formatters.Xml.Test/Internal/SerializableErrorWrapperProviderTest.cs rename to test/Microsoft.AspNetCore.Mvc.Formatters.Xml.Test/Internal/SerializableErrorWrapperProviderTest.cs diff --git a/test/Microsoft.AspNet.Mvc.Formatters.Xml.Test/Internal/SerializableErrorWrapperTests.cs b/test/Microsoft.AspNetCore.Mvc.Formatters.Xml.Test/Internal/SerializableErrorWrapperTests.cs similarity index 100% rename from test/Microsoft.AspNet.Mvc.Formatters.Xml.Test/Internal/SerializableErrorWrapperTests.cs rename to test/Microsoft.AspNetCore.Mvc.Formatters.Xml.Test/Internal/SerializableErrorWrapperTests.cs diff --git a/test/Microsoft.AspNet.Mvc.Formatters.Xml.Test/Internal/SerializableWrapperProviderFactoryTest.cs b/test/Microsoft.AspNetCore.Mvc.Formatters.Xml.Test/Internal/SerializableWrapperProviderFactoryTest.cs similarity index 100% rename from test/Microsoft.AspNet.Mvc.Formatters.Xml.Test/Internal/SerializableWrapperProviderFactoryTest.cs rename to test/Microsoft.AspNetCore.Mvc.Formatters.Xml.Test/Internal/SerializableWrapperProviderFactoryTest.cs diff --git a/test/Microsoft.AspNet.Mvc.Formatters.Xml.Test/Microsoft.AspNet.Mvc.Formatters.Xml.Test.xproj b/test/Microsoft.AspNetCore.Mvc.Formatters.Xml.Test/Microsoft.AspNetCore.Mvc.Formatters.Xml.Test.xproj similarity index 100% rename from test/Microsoft.AspNet.Mvc.Formatters.Xml.Test/Microsoft.AspNet.Mvc.Formatters.Xml.Test.xproj rename to test/Microsoft.AspNetCore.Mvc.Formatters.Xml.Test/Microsoft.AspNetCore.Mvc.Formatters.Xml.Test.xproj diff --git a/test/Microsoft.AspNet.Mvc.Formatters.Xml.Test/Models/Person.cs b/test/Microsoft.AspNetCore.Mvc.Formatters.Xml.Test/Models/Person.cs similarity index 100% rename from test/Microsoft.AspNet.Mvc.Formatters.Xml.Test/Models/Person.cs rename to test/Microsoft.AspNetCore.Mvc.Formatters.Xml.Test/Models/Person.cs diff --git a/test/Microsoft.AspNet.Mvc.Formatters.Xml.Test/Models/PersonList.cs b/test/Microsoft.AspNetCore.Mvc.Formatters.Xml.Test/Models/PersonList.cs similarity index 100% rename from test/Microsoft.AspNet.Mvc.Formatters.Xml.Test/Models/PersonList.cs rename to test/Microsoft.AspNetCore.Mvc.Formatters.Xml.Test/Models/PersonList.cs diff --git a/test/Microsoft.AspNet.Mvc.Formatters.Xml.Test/XmlAssert.cs b/test/Microsoft.AspNetCore.Mvc.Formatters.Xml.Test/XmlAssert.cs similarity index 100% rename from test/Microsoft.AspNet.Mvc.Formatters.Xml.Test/XmlAssert.cs rename to test/Microsoft.AspNetCore.Mvc.Formatters.Xml.Test/XmlAssert.cs diff --git a/test/Microsoft.AspNet.Mvc.Formatters.Xml.Test/XmlAssertTest.cs b/test/Microsoft.AspNetCore.Mvc.Formatters.Xml.Test/XmlAssertTest.cs similarity index 100% rename from test/Microsoft.AspNet.Mvc.Formatters.Xml.Test/XmlAssertTest.cs rename to test/Microsoft.AspNetCore.Mvc.Formatters.Xml.Test/XmlAssertTest.cs diff --git a/test/Microsoft.AspNet.Mvc.Formatters.Xml.Test/XmlDataContractSerializerInputFormatterTest.cs b/test/Microsoft.AspNetCore.Mvc.Formatters.Xml.Test/XmlDataContractSerializerInputFormatterTest.cs similarity index 100% rename from test/Microsoft.AspNet.Mvc.Formatters.Xml.Test/XmlDataContractSerializerInputFormatterTest.cs rename to test/Microsoft.AspNetCore.Mvc.Formatters.Xml.Test/XmlDataContractSerializerInputFormatterTest.cs diff --git a/test/Microsoft.AspNet.Mvc.Formatters.Xml.Test/XmlDataContractSerializerOutputFormatterTest.cs b/test/Microsoft.AspNetCore.Mvc.Formatters.Xml.Test/XmlDataContractSerializerOutputFormatterTest.cs similarity index 100% rename from test/Microsoft.AspNet.Mvc.Formatters.Xml.Test/XmlDataContractSerializerOutputFormatterTest.cs rename to test/Microsoft.AspNetCore.Mvc.Formatters.Xml.Test/XmlDataContractSerializerOutputFormatterTest.cs diff --git a/test/Microsoft.AspNet.Mvc.Formatters.Xml.Test/XmlSerializerInputFormatterTest.cs b/test/Microsoft.AspNetCore.Mvc.Formatters.Xml.Test/XmlSerializerInputFormatterTest.cs similarity index 100% rename from test/Microsoft.AspNet.Mvc.Formatters.Xml.Test/XmlSerializerInputFormatterTest.cs rename to test/Microsoft.AspNetCore.Mvc.Formatters.Xml.Test/XmlSerializerInputFormatterTest.cs diff --git a/test/Microsoft.AspNet.Mvc.Formatters.Xml.Test/XmlSerializerOutputFormatterTest.cs b/test/Microsoft.AspNetCore.Mvc.Formatters.Xml.Test/XmlSerializerOutputFormatterTest.cs similarity index 100% rename from test/Microsoft.AspNet.Mvc.Formatters.Xml.Test/XmlSerializerOutputFormatterTest.cs rename to test/Microsoft.AspNetCore.Mvc.Formatters.Xml.Test/XmlSerializerOutputFormatterTest.cs diff --git a/test/Microsoft.AspNet.Mvc.Formatters.Xml.Test/project.json b/test/Microsoft.AspNetCore.Mvc.Formatters.Xml.Test/project.json similarity index 100% rename from test/Microsoft.AspNet.Mvc.Formatters.Xml.Test/project.json rename to test/Microsoft.AspNetCore.Mvc.Formatters.Xml.Test/project.json diff --git a/test/Microsoft.AspNet.Mvc.FunctionalTests/ActionConstraintSampleTest.cs b/test/Microsoft.AspNetCore.Mvc.FunctionalTests/ActionConstraintSampleTest.cs similarity index 100% rename from test/Microsoft.AspNet.Mvc.FunctionalTests/ActionConstraintSampleTest.cs rename to test/Microsoft.AspNetCore.Mvc.FunctionalTests/ActionConstraintSampleTest.cs diff --git a/test/Microsoft.AspNet.Mvc.FunctionalTests/AntiforgeryTestHelper.cs b/test/Microsoft.AspNetCore.Mvc.FunctionalTests/AntiforgeryTestHelper.cs similarity index 100% rename from test/Microsoft.AspNet.Mvc.FunctionalTests/AntiforgeryTestHelper.cs rename to test/Microsoft.AspNetCore.Mvc.FunctionalTests/AntiforgeryTestHelper.cs diff --git a/test/Microsoft.AspNet.Mvc.FunctionalTests/AntiforgeryTests.cs b/test/Microsoft.AspNetCore.Mvc.FunctionalTests/AntiforgeryTests.cs similarity index 100% rename from test/Microsoft.AspNet.Mvc.FunctionalTests/AntiforgeryTests.cs rename to test/Microsoft.AspNetCore.Mvc.FunctionalTests/AntiforgeryTests.cs diff --git a/test/Microsoft.AspNet.Mvc.FunctionalTests/ApiExplorerTest.cs b/test/Microsoft.AspNetCore.Mvc.FunctionalTests/ApiExplorerTest.cs similarity index 100% rename from test/Microsoft.AspNet.Mvc.FunctionalTests/ApiExplorerTest.cs rename to test/Microsoft.AspNetCore.Mvc.FunctionalTests/ApiExplorerTest.cs diff --git a/test/Microsoft.AspNet.Mvc.FunctionalTests/ApplicationModelTest.cs b/test/Microsoft.AspNetCore.Mvc.FunctionalTests/ApplicationModelTest.cs similarity index 100% rename from test/Microsoft.AspNet.Mvc.FunctionalTests/ApplicationModelTest.cs rename to test/Microsoft.AspNetCore.Mvc.FunctionalTests/ApplicationModelTest.cs diff --git a/test/Microsoft.AspNet.Mvc.FunctionalTests/BasicTests.cs b/test/Microsoft.AspNetCore.Mvc.FunctionalTests/BasicTests.cs similarity index 100% rename from test/Microsoft.AspNet.Mvc.FunctionalTests/BasicTests.cs rename to test/Microsoft.AspNetCore.Mvc.FunctionalTests/BasicTests.cs diff --git a/test/Microsoft.AspNet.Mvc.FunctionalTests/CompilationOptionsTests.cs b/test/Microsoft.AspNetCore.Mvc.FunctionalTests/CompilationOptionsTests.cs similarity index 100% rename from test/Microsoft.AspNet.Mvc.FunctionalTests/CompilationOptionsTests.cs rename to test/Microsoft.AspNetCore.Mvc.FunctionalTests/CompilationOptionsTests.cs diff --git a/test/Microsoft.AspNet.Mvc.FunctionalTests/ConsumesAttributeTests.cs b/test/Microsoft.AspNetCore.Mvc.FunctionalTests/ConsumesAttributeTests.cs similarity index 100% rename from test/Microsoft.AspNet.Mvc.FunctionalTests/ConsumesAttributeTests.cs rename to test/Microsoft.AspNetCore.Mvc.FunctionalTests/ConsumesAttributeTests.cs diff --git a/test/Microsoft.AspNet.Mvc.FunctionalTests/ContentNegotiationTest.cs b/test/Microsoft.AspNetCore.Mvc.FunctionalTests/ContentNegotiationTest.cs similarity index 100% rename from test/Microsoft.AspNet.Mvc.FunctionalTests/ContentNegotiationTest.cs rename to test/Microsoft.AspNetCore.Mvc.FunctionalTests/ContentNegotiationTest.cs diff --git a/test/Microsoft.AspNet.Mvc.FunctionalTests/ControllerFromServicesTests.cs b/test/Microsoft.AspNetCore.Mvc.FunctionalTests/ControllerFromServicesTests.cs similarity index 100% rename from test/Microsoft.AspNet.Mvc.FunctionalTests/ControllerFromServicesTests.cs rename to test/Microsoft.AspNetCore.Mvc.FunctionalTests/ControllerFromServicesTests.cs diff --git a/test/Microsoft.AspNet.Mvc.FunctionalTests/CorsTests.cs b/test/Microsoft.AspNetCore.Mvc.FunctionalTests/CorsTests.cs similarity index 100% rename from test/Microsoft.AspNet.Mvc.FunctionalTests/CorsTests.cs rename to test/Microsoft.AspNetCore.Mvc.FunctionalTests/CorsTests.cs diff --git a/test/Microsoft.AspNet.Mvc.FunctionalTests/CustomRouteSampleTest.cs b/test/Microsoft.AspNetCore.Mvc.FunctionalTests/CustomRouteSampleTest.cs similarity index 100% rename from test/Microsoft.AspNet.Mvc.FunctionalTests/CustomRouteSampleTest.cs rename to test/Microsoft.AspNetCore.Mvc.FunctionalTests/CustomRouteSampleTest.cs diff --git a/test/Microsoft.AspNet.Mvc.FunctionalTests/CustomUrlHelperTest.cs b/test/Microsoft.AspNetCore.Mvc.FunctionalTests/CustomUrlHelperTest.cs similarity index 100% rename from test/Microsoft.AspNet.Mvc.FunctionalTests/CustomUrlHelperTest.cs rename to test/Microsoft.AspNetCore.Mvc.FunctionalTests/CustomUrlHelperTest.cs diff --git a/test/Microsoft.AspNet.Mvc.FunctionalTests/DefaultOrderTest.cs b/test/Microsoft.AspNetCore.Mvc.FunctionalTests/DefaultOrderTest.cs similarity index 100% rename from test/Microsoft.AspNet.Mvc.FunctionalTests/DefaultOrderTest.cs rename to test/Microsoft.AspNetCore.Mvc.FunctionalTests/DefaultOrderTest.cs diff --git a/test/Microsoft.AspNet.Mvc.FunctionalTests/DefaultValuesTest.cs b/test/Microsoft.AspNetCore.Mvc.FunctionalTests/DefaultValuesTest.cs similarity index 100% rename from test/Microsoft.AspNet.Mvc.FunctionalTests/DefaultValuesTest.cs rename to test/Microsoft.AspNetCore.Mvc.FunctionalTests/DefaultValuesTest.cs diff --git a/test/Microsoft.AspNet.Mvc.FunctionalTests/DirectivesTest.cs b/test/Microsoft.AspNetCore.Mvc.FunctionalTests/DirectivesTest.cs similarity index 100% rename from test/Microsoft.AspNet.Mvc.FunctionalTests/DirectivesTest.cs rename to test/Microsoft.AspNetCore.Mvc.FunctionalTests/DirectivesTest.cs diff --git a/test/Microsoft.AspNet.Mvc.FunctionalTests/EmbeddedViewSampleTest.cs b/test/Microsoft.AspNetCore.Mvc.FunctionalTests/EmbeddedViewSampleTest.cs similarity index 100% rename from test/Microsoft.AspNet.Mvc.FunctionalTests/EmbeddedViewSampleTest.cs rename to test/Microsoft.AspNetCore.Mvc.FunctionalTests/EmbeddedViewSampleTest.cs diff --git a/test/Microsoft.AspNet.Mvc.FunctionalTests/ErrorPageTests.cs b/test/Microsoft.AspNetCore.Mvc.FunctionalTests/ErrorPageTests.cs similarity index 100% rename from test/Microsoft.AspNet.Mvc.FunctionalTests/ErrorPageTests.cs rename to test/Microsoft.AspNetCore.Mvc.FunctionalTests/ErrorPageTests.cs diff --git a/test/Microsoft.AspNet.Mvc.FunctionalTests/FileResultTests.cs b/test/Microsoft.AspNetCore.Mvc.FunctionalTests/FileResultTests.cs similarity index 100% rename from test/Microsoft.AspNet.Mvc.FunctionalTests/FileResultTests.cs rename to test/Microsoft.AspNetCore.Mvc.FunctionalTests/FileResultTests.cs diff --git a/test/Microsoft.AspNet.Mvc.FunctionalTests/FiltersTest.cs b/test/Microsoft.AspNetCore.Mvc.FunctionalTests/FiltersTest.cs similarity index 100% rename from test/Microsoft.AspNet.Mvc.FunctionalTests/FiltersTest.cs rename to test/Microsoft.AspNetCore.Mvc.FunctionalTests/FiltersTest.cs diff --git a/test/Microsoft.AspNet.Mvc.FunctionalTests/FlushPointTest.cs b/test/Microsoft.AspNetCore.Mvc.FunctionalTests/FlushPointTest.cs similarity index 100% rename from test/Microsoft.AspNet.Mvc.FunctionalTests/FlushPointTest.cs rename to test/Microsoft.AspNetCore.Mvc.FunctionalTests/FlushPointTest.cs diff --git a/test/Microsoft.AspNet.Mvc.FunctionalTests/FormatFilterSampleTest.cs b/test/Microsoft.AspNetCore.Mvc.FunctionalTests/FormatFilterSampleTest.cs similarity index 100% rename from test/Microsoft.AspNet.Mvc.FunctionalTests/FormatFilterSampleTest.cs rename to test/Microsoft.AspNetCore.Mvc.FunctionalTests/FormatFilterSampleTest.cs diff --git a/test/Microsoft.AspNet.Mvc.FunctionalTests/HtmlGenerationTest.cs b/test/Microsoft.AspNetCore.Mvc.FunctionalTests/HtmlGenerationTest.cs similarity index 100% rename from test/Microsoft.AspNet.Mvc.FunctionalTests/HtmlGenerationTest.cs rename to test/Microsoft.AspNetCore.Mvc.FunctionalTests/HtmlGenerationTest.cs diff --git a/test/Microsoft.AspNet.Mvc.FunctionalTests/HtmlHelperOptionsTest.cs b/test/Microsoft.AspNetCore.Mvc.FunctionalTests/HtmlHelperOptionsTest.cs similarity index 100% rename from test/Microsoft.AspNet.Mvc.FunctionalTests/HtmlHelperOptionsTest.cs rename to test/Microsoft.AspNetCore.Mvc.FunctionalTests/HtmlHelperOptionsTest.cs diff --git a/test/Microsoft.AspNet.Mvc.FunctionalTests/InlineConstraintSampleTest.cs b/test/Microsoft.AspNetCore.Mvc.FunctionalTests/InlineConstraintSampleTest.cs similarity index 100% rename from test/Microsoft.AspNet.Mvc.FunctionalTests/InlineConstraintSampleTest.cs rename to test/Microsoft.AspNetCore.Mvc.FunctionalTests/InlineConstraintSampleTest.cs diff --git a/test/Microsoft.AspNet.Mvc.FunctionalTests/InputFormatterTests.cs b/test/Microsoft.AspNetCore.Mvc.FunctionalTests/InputFormatterTests.cs similarity index 100% rename from test/Microsoft.AspNet.Mvc.FunctionalTests/InputFormatterTests.cs rename to test/Microsoft.AspNetCore.Mvc.FunctionalTests/InputFormatterTests.cs diff --git a/test/Microsoft.AspNet.Mvc.FunctionalTests/InputObjectValidationTests.cs b/test/Microsoft.AspNetCore.Mvc.FunctionalTests/InputObjectValidationTests.cs similarity index 100% rename from test/Microsoft.AspNet.Mvc.FunctionalTests/InputObjectValidationTests.cs rename to test/Microsoft.AspNetCore.Mvc.FunctionalTests/InputObjectValidationTests.cs diff --git a/test/Microsoft.AspNet.Mvc.FunctionalTests/JsonOutputFormatterTests.cs b/test/Microsoft.AspNetCore.Mvc.FunctionalTests/JsonOutputFormatterTests.cs similarity index 100% rename from test/Microsoft.AspNet.Mvc.FunctionalTests/JsonOutputFormatterTests.cs rename to test/Microsoft.AspNetCore.Mvc.FunctionalTests/JsonOutputFormatterTests.cs diff --git a/test/Microsoft.AspNet.Mvc.FunctionalTests/JsonPatchSampleTest.cs b/test/Microsoft.AspNetCore.Mvc.FunctionalTests/JsonPatchSampleTest.cs similarity index 100% rename from test/Microsoft.AspNet.Mvc.FunctionalTests/JsonPatchSampleTest.cs rename to test/Microsoft.AspNetCore.Mvc.FunctionalTests/JsonPatchSampleTest.cs diff --git a/test/Microsoft.AspNet.Mvc.FunctionalTests/JsonResultTest.cs b/test/Microsoft.AspNetCore.Mvc.FunctionalTests/JsonResultTest.cs similarity index 100% rename from test/Microsoft.AspNet.Mvc.FunctionalTests/JsonResultTest.cs rename to test/Microsoft.AspNetCore.Mvc.FunctionalTests/JsonResultTest.cs diff --git a/test/Microsoft.AspNet.Mvc.FunctionalTests/LinkGenerationTests.cs b/test/Microsoft.AspNetCore.Mvc.FunctionalTests/LinkGenerationTests.cs similarity index 100% rename from test/Microsoft.AspNet.Mvc.FunctionalTests/LinkGenerationTests.cs rename to test/Microsoft.AspNetCore.Mvc.FunctionalTests/LinkGenerationTests.cs diff --git a/test/Microsoft.AspNet.Mvc.FunctionalTests/LocalizationSampleTest.cs b/test/Microsoft.AspNetCore.Mvc.FunctionalTests/LocalizationSampleTest.cs similarity index 100% rename from test/Microsoft.AspNet.Mvc.FunctionalTests/LocalizationSampleTest.cs rename to test/Microsoft.AspNetCore.Mvc.FunctionalTests/LocalizationSampleTest.cs diff --git a/test/Microsoft.AspNet.Mvc.FunctionalTests/Microsoft.AspNet.Mvc.FunctionalTests.xproj b/test/Microsoft.AspNetCore.Mvc.FunctionalTests/Microsoft.AspNetCore.Mvc.FunctionalTests.xproj similarity index 100% rename from test/Microsoft.AspNet.Mvc.FunctionalTests/Microsoft.AspNet.Mvc.FunctionalTests.xproj rename to test/Microsoft.AspNetCore.Mvc.FunctionalTests/Microsoft.AspNetCore.Mvc.FunctionalTests.xproj diff --git a/test/Microsoft.AspNet.Mvc.FunctionalTests/MvcEncodedTestFixtureOfT.cs b/test/Microsoft.AspNetCore.Mvc.FunctionalTests/MvcEncodedTestFixtureOfT.cs similarity index 100% rename from test/Microsoft.AspNet.Mvc.FunctionalTests/MvcEncodedTestFixtureOfT.cs rename to test/Microsoft.AspNetCore.Mvc.FunctionalTests/MvcEncodedTestFixtureOfT.cs diff --git a/test/Microsoft.AspNet.Mvc.FunctionalTests/MvcSandboxTest.cs b/test/Microsoft.AspNetCore.Mvc.FunctionalTests/MvcSandboxTest.cs similarity index 100% rename from test/Microsoft.AspNet.Mvc.FunctionalTests/MvcSandboxTest.cs rename to test/Microsoft.AspNetCore.Mvc.FunctionalTests/MvcSandboxTest.cs diff --git a/test/Microsoft.AspNet.Mvc.FunctionalTests/MvcTestFixture.cs b/test/Microsoft.AspNetCore.Mvc.FunctionalTests/MvcTestFixture.cs similarity index 100% rename from test/Microsoft.AspNet.Mvc.FunctionalTests/MvcTestFixture.cs rename to test/Microsoft.AspNetCore.Mvc.FunctionalTests/MvcTestFixture.cs diff --git a/test/Microsoft.AspNet.Mvc.FunctionalTests/OutputFormatterTest.cs b/test/Microsoft.AspNetCore.Mvc.FunctionalTests/OutputFormatterTest.cs similarity index 100% rename from test/Microsoft.AspNet.Mvc.FunctionalTests/OutputFormatterTest.cs rename to test/Microsoft.AspNetCore.Mvc.FunctionalTests/OutputFormatterTest.cs diff --git a/test/Microsoft.AspNet.Mvc.FunctionalTests/RazorPageExecutionInstrumentationTest.cs b/test/Microsoft.AspNetCore.Mvc.FunctionalTests/RazorPageExecutionInstrumentationTest.cs similarity index 100% rename from test/Microsoft.AspNet.Mvc.FunctionalTests/RazorPageExecutionInstrumentationTest.cs rename to test/Microsoft.AspNetCore.Mvc.FunctionalTests/RazorPageExecutionInstrumentationTest.cs diff --git a/test/Microsoft.AspNet.Mvc.FunctionalTests/RazorViewLocationSpecificationTest.cs b/test/Microsoft.AspNetCore.Mvc.FunctionalTests/RazorViewLocationSpecificationTest.cs similarity index 100% rename from test/Microsoft.AspNet.Mvc.FunctionalTests/RazorViewLocationSpecificationTest.cs rename to test/Microsoft.AspNetCore.Mvc.FunctionalTests/RazorViewLocationSpecificationTest.cs diff --git a/test/Microsoft.AspNet.Mvc.FunctionalTests/RemoteAttributeValidationTest.cs b/test/Microsoft.AspNetCore.Mvc.FunctionalTests/RemoteAttributeValidationTest.cs similarity index 100% rename from test/Microsoft.AspNet.Mvc.FunctionalTests/RemoteAttributeValidationTest.cs rename to test/Microsoft.AspNetCore.Mvc.FunctionalTests/RemoteAttributeValidationTest.cs diff --git a/test/Microsoft.AspNet.Mvc.FunctionalTests/RequestServicesTest.cs b/test/Microsoft.AspNetCore.Mvc.FunctionalTests/RequestServicesTest.cs similarity index 100% rename from test/Microsoft.AspNet.Mvc.FunctionalTests/RequestServicesTest.cs rename to test/Microsoft.AspNetCore.Mvc.FunctionalTests/RequestServicesTest.cs diff --git a/test/Microsoft.AspNet.Mvc.FunctionalTests/RespectBrowserAcceptHeaderTests.cs b/test/Microsoft.AspNetCore.Mvc.FunctionalTests/RespectBrowserAcceptHeaderTests.cs similarity index 100% rename from test/Microsoft.AspNet.Mvc.FunctionalTests/RespectBrowserAcceptHeaderTests.cs rename to test/Microsoft.AspNetCore.Mvc.FunctionalTests/RespectBrowserAcceptHeaderTests.cs diff --git a/test/Microsoft.AspNet.Mvc.FunctionalTests/RouteDataTest.cs b/test/Microsoft.AspNetCore.Mvc.FunctionalTests/RouteDataTest.cs similarity index 100% rename from test/Microsoft.AspNet.Mvc.FunctionalTests/RouteDataTest.cs rename to test/Microsoft.AspNetCore.Mvc.FunctionalTests/RouteDataTest.cs diff --git a/test/Microsoft.AspNet.Mvc.FunctionalTests/RoutingTests.cs b/test/Microsoft.AspNetCore.Mvc.FunctionalTests/RoutingTests.cs similarity index 100% rename from test/Microsoft.AspNet.Mvc.FunctionalTests/RoutingTests.cs rename to test/Microsoft.AspNetCore.Mvc.FunctionalTests/RoutingTests.cs diff --git a/test/Microsoft.AspNet.Mvc.FunctionalTests/SerializableErrorTests.cs b/test/Microsoft.AspNetCore.Mvc.FunctionalTests/SerializableErrorTests.cs similarity index 100% rename from test/Microsoft.AspNet.Mvc.FunctionalTests/SerializableErrorTests.cs rename to test/Microsoft.AspNetCore.Mvc.FunctionalTests/SerializableErrorTests.cs diff --git a/test/Microsoft.AspNet.Mvc.FunctionalTests/SimpleTests.cs b/test/Microsoft.AspNetCore.Mvc.FunctionalTests/SimpleTests.cs similarity index 100% rename from test/Microsoft.AspNet.Mvc.FunctionalTests/SimpleTests.cs rename to test/Microsoft.AspNetCore.Mvc.FunctionalTests/SimpleTests.cs diff --git a/test/Microsoft.AspNet.Mvc.FunctionalTests/StreamOutputFormatterTest.cs b/test/Microsoft.AspNetCore.Mvc.FunctionalTests/StreamOutputFormatterTest.cs similarity index 100% rename from test/Microsoft.AspNet.Mvc.FunctionalTests/StreamOutputFormatterTest.cs rename to test/Microsoft.AspNetCore.Mvc.FunctionalTests/StreamOutputFormatterTest.cs diff --git a/test/Microsoft.AspNet.Mvc.FunctionalTests/SubAreaTests.cs b/test/Microsoft.AspNetCore.Mvc.FunctionalTests/SubAreaTests.cs similarity index 100% rename from test/Microsoft.AspNet.Mvc.FunctionalTests/SubAreaTests.cs rename to test/Microsoft.AspNetCore.Mvc.FunctionalTests/SubAreaTests.cs diff --git a/test/Microsoft.AspNet.Mvc.FunctionalTests/TagHelperSampleTest.cs b/test/Microsoft.AspNetCore.Mvc.FunctionalTests/TagHelperSampleTest.cs similarity index 100% rename from test/Microsoft.AspNet.Mvc.FunctionalTests/TagHelperSampleTest.cs rename to test/Microsoft.AspNetCore.Mvc.FunctionalTests/TagHelperSampleTest.cs diff --git a/test/Microsoft.AspNet.Mvc.FunctionalTests/TagHelpersTest.cs b/test/Microsoft.AspNetCore.Mvc.FunctionalTests/TagHelpersTest.cs similarity index 100% rename from test/Microsoft.AspNet.Mvc.FunctionalTests/TagHelpersTest.cs rename to test/Microsoft.AspNetCore.Mvc.FunctionalTests/TagHelpersTest.cs diff --git a/test/Microsoft.AspNet.Mvc.FunctionalTests/TempDataTest.cs b/test/Microsoft.AspNetCore.Mvc.FunctionalTests/TempDataTest.cs similarity index 100% rename from test/Microsoft.AspNet.Mvc.FunctionalTests/TempDataTest.cs rename to test/Microsoft.AspNetCore.Mvc.FunctionalTests/TempDataTest.cs diff --git a/test/Microsoft.AspNet.Mvc.FunctionalTests/TestApplicationEnvironment.cs b/test/Microsoft.AspNetCore.Mvc.FunctionalTests/TestApplicationEnvironment.cs similarity index 100% rename from test/Microsoft.AspNet.Mvc.FunctionalTests/TestApplicationEnvironment.cs rename to test/Microsoft.AspNetCore.Mvc.FunctionalTests/TestApplicationEnvironment.cs diff --git a/test/Microsoft.AspNet.Mvc.FunctionalTests/UrlResolutionTest.cs b/test/Microsoft.AspNetCore.Mvc.FunctionalTests/UrlResolutionTest.cs similarity index 100% rename from test/Microsoft.AspNet.Mvc.FunctionalTests/UrlResolutionTest.cs rename to test/Microsoft.AspNetCore.Mvc.FunctionalTests/UrlResolutionTest.cs diff --git a/test/Microsoft.AspNet.Mvc.FunctionalTests/VersioningTests.cs b/test/Microsoft.AspNetCore.Mvc.FunctionalTests/VersioningTests.cs similarity index 100% rename from test/Microsoft.AspNet.Mvc.FunctionalTests/VersioningTests.cs rename to test/Microsoft.AspNetCore.Mvc.FunctionalTests/VersioningTests.cs diff --git a/test/Microsoft.AspNet.Mvc.FunctionalTests/ViewEngineTests.cs b/test/Microsoft.AspNetCore.Mvc.FunctionalTests/ViewEngineTests.cs similarity index 100% rename from test/Microsoft.AspNet.Mvc.FunctionalTests/ViewEngineTests.cs rename to test/Microsoft.AspNetCore.Mvc.FunctionalTests/ViewEngineTests.cs diff --git a/test/Microsoft.AspNet.Mvc.FunctionalTests/WebApiCompatShimActionResultTest.cs b/test/Microsoft.AspNetCore.Mvc.FunctionalTests/WebApiCompatShimActionResultTest.cs similarity index 100% rename from test/Microsoft.AspNet.Mvc.FunctionalTests/WebApiCompatShimActionResultTest.cs rename to test/Microsoft.AspNetCore.Mvc.FunctionalTests/WebApiCompatShimActionResultTest.cs diff --git a/test/Microsoft.AspNet.Mvc.FunctionalTests/WebApiCompatShimActionSelectionTest.cs b/test/Microsoft.AspNetCore.Mvc.FunctionalTests/WebApiCompatShimActionSelectionTest.cs similarity index 100% rename from test/Microsoft.AspNet.Mvc.FunctionalTests/WebApiCompatShimActionSelectionTest.cs rename to test/Microsoft.AspNetCore.Mvc.FunctionalTests/WebApiCompatShimActionSelectionTest.cs diff --git a/test/Microsoft.AspNet.Mvc.FunctionalTests/WebApiCompatShimBasicTest.cs b/test/Microsoft.AspNetCore.Mvc.FunctionalTests/WebApiCompatShimBasicTest.cs similarity index 100% rename from test/Microsoft.AspNet.Mvc.FunctionalTests/WebApiCompatShimBasicTest.cs rename to test/Microsoft.AspNetCore.Mvc.FunctionalTests/WebApiCompatShimBasicTest.cs diff --git a/test/Microsoft.AspNet.Mvc.FunctionalTests/WebApiCompatShimParameterBindingTest.cs b/test/Microsoft.AspNetCore.Mvc.FunctionalTests/WebApiCompatShimParameterBindingTest.cs similarity index 100% rename from test/Microsoft.AspNet.Mvc.FunctionalTests/WebApiCompatShimParameterBindingTest.cs rename to test/Microsoft.AspNetCore.Mvc.FunctionalTests/WebApiCompatShimParameterBindingTest.cs diff --git a/test/Microsoft.AspNet.Mvc.FunctionalTests/XmlDataContractSerializerFormattersWrappingTest.cs b/test/Microsoft.AspNetCore.Mvc.FunctionalTests/XmlDataContractSerializerFormattersWrappingTest.cs similarity index 100% rename from test/Microsoft.AspNet.Mvc.FunctionalTests/XmlDataContractSerializerFormattersWrappingTest.cs rename to test/Microsoft.AspNetCore.Mvc.FunctionalTests/XmlDataContractSerializerFormattersWrappingTest.cs diff --git a/test/Microsoft.AspNet.Mvc.FunctionalTests/XmlDataContractSerializerInputFormatterTest.cs b/test/Microsoft.AspNetCore.Mvc.FunctionalTests/XmlDataContractSerializerInputFormatterTest.cs similarity index 100% rename from test/Microsoft.AspNet.Mvc.FunctionalTests/XmlDataContractSerializerInputFormatterTest.cs rename to test/Microsoft.AspNetCore.Mvc.FunctionalTests/XmlDataContractSerializerInputFormatterTest.cs diff --git a/test/Microsoft.AspNet.Mvc.FunctionalTests/XmlOutputFormatterTests.cs b/test/Microsoft.AspNetCore.Mvc.FunctionalTests/XmlOutputFormatterTests.cs similarity index 100% rename from test/Microsoft.AspNet.Mvc.FunctionalTests/XmlOutputFormatterTests.cs rename to test/Microsoft.AspNetCore.Mvc.FunctionalTests/XmlOutputFormatterTests.cs diff --git a/test/Microsoft.AspNet.Mvc.FunctionalTests/XmlSerializerFormattersWrappingTest.cs b/test/Microsoft.AspNetCore.Mvc.FunctionalTests/XmlSerializerFormattersWrappingTest.cs similarity index 100% rename from test/Microsoft.AspNet.Mvc.FunctionalTests/XmlSerializerFormattersWrappingTest.cs rename to test/Microsoft.AspNetCore.Mvc.FunctionalTests/XmlSerializerFormattersWrappingTest.cs diff --git a/test/Microsoft.AspNet.Mvc.FunctionalTests/XmlSerializerInputFormatterTests.cs b/test/Microsoft.AspNetCore.Mvc.FunctionalTests/XmlSerializerInputFormatterTests.cs similarity index 100% rename from test/Microsoft.AspNet.Mvc.FunctionalTests/XmlSerializerInputFormatterTests.cs rename to test/Microsoft.AspNetCore.Mvc.FunctionalTests/XmlSerializerInputFormatterTests.cs diff --git a/test/Microsoft.AspNet.Mvc.FunctionalTests/compiler/resources/BasicWebSite.Area1.RemoteAttribute_Home.Create.html b/test/Microsoft.AspNetCore.Mvc.FunctionalTests/compiler/resources/BasicWebSite.Area1.RemoteAttribute_Home.Create.html similarity index 100% rename from test/Microsoft.AspNet.Mvc.FunctionalTests/compiler/resources/BasicWebSite.Area1.RemoteAttribute_Home.Create.html rename to test/Microsoft.AspNetCore.Mvc.FunctionalTests/compiler/resources/BasicWebSite.Area1.RemoteAttribute_Home.Create.html diff --git a/test/Microsoft.AspNet.Mvc.FunctionalTests/compiler/resources/BasicWebSite.Home.ActionLinkView.html b/test/Microsoft.AspNetCore.Mvc.FunctionalTests/compiler/resources/BasicWebSite.Home.ActionLinkView.html similarity index 100% rename from test/Microsoft.AspNet.Mvc.FunctionalTests/compiler/resources/BasicWebSite.Home.ActionLinkView.html rename to test/Microsoft.AspNetCore.Mvc.FunctionalTests/compiler/resources/BasicWebSite.Home.ActionLinkView.html diff --git a/test/Microsoft.AspNet.Mvc.FunctionalTests/compiler/resources/BasicWebSite.Home.Index.html b/test/Microsoft.AspNetCore.Mvc.FunctionalTests/compiler/resources/BasicWebSite.Home.Index.html similarity index 100% rename from test/Microsoft.AspNet.Mvc.FunctionalTests/compiler/resources/BasicWebSite.Home.Index.html rename to test/Microsoft.AspNetCore.Mvc.FunctionalTests/compiler/resources/BasicWebSite.Home.Index.html diff --git a/test/Microsoft.AspNet.Mvc.FunctionalTests/compiler/resources/BasicWebSite.Home.PlainView.html b/test/Microsoft.AspNetCore.Mvc.FunctionalTests/compiler/resources/BasicWebSite.Home.PlainView.html similarity index 100% rename from test/Microsoft.AspNet.Mvc.FunctionalTests/compiler/resources/BasicWebSite.Home.PlainView.html rename to test/Microsoft.AspNetCore.Mvc.FunctionalTests/compiler/resources/BasicWebSite.Home.PlainView.html diff --git a/test/Microsoft.AspNet.Mvc.FunctionalTests/compiler/resources/BasicWebSite.Home.ViewWithPrefixedAttributeValue.html b/test/Microsoft.AspNetCore.Mvc.FunctionalTests/compiler/resources/BasicWebSite.Home.ViewWithPrefixedAttributeValue.html similarity index 100% rename from test/Microsoft.AspNet.Mvc.FunctionalTests/compiler/resources/BasicWebSite.Home.ViewWithPrefixedAttributeValue.html rename to test/Microsoft.AspNetCore.Mvc.FunctionalTests/compiler/resources/BasicWebSite.Home.ViewWithPrefixedAttributeValue.html diff --git a/test/Microsoft.AspNet.Mvc.FunctionalTests/compiler/resources/BasicWebSite.Root.RemoteAttribute_Home.Create.html b/test/Microsoft.AspNetCore.Mvc.FunctionalTests/compiler/resources/BasicWebSite.Root.RemoteAttribute_Home.Create.html similarity index 100% rename from test/Microsoft.AspNet.Mvc.FunctionalTests/compiler/resources/BasicWebSite.Root.RemoteAttribute_Home.Create.html rename to test/Microsoft.AspNetCore.Mvc.FunctionalTests/compiler/resources/BasicWebSite.Root.RemoteAttribute_Home.Create.html diff --git a/test/Microsoft.AspNet.Mvc.FunctionalTests/compiler/resources/CacheTagHelper_CanCachePortionsOfViewsPartialViewsAndViewComponents.Assert1.txt b/test/Microsoft.AspNetCore.Mvc.FunctionalTests/compiler/resources/CacheTagHelper_CanCachePortionsOfViewsPartialViewsAndViewComponents.Assert1.txt similarity index 100% rename from test/Microsoft.AspNet.Mvc.FunctionalTests/compiler/resources/CacheTagHelper_CanCachePortionsOfViewsPartialViewsAndViewComponents.Assert1.txt rename to test/Microsoft.AspNetCore.Mvc.FunctionalTests/compiler/resources/CacheTagHelper_CanCachePortionsOfViewsPartialViewsAndViewComponents.Assert1.txt diff --git a/test/Microsoft.AspNet.Mvc.FunctionalTests/compiler/resources/CacheTagHelper_CanCachePortionsOfViewsPartialViewsAndViewComponents.Assert2.txt b/test/Microsoft.AspNetCore.Mvc.FunctionalTests/compiler/resources/CacheTagHelper_CanCachePortionsOfViewsPartialViewsAndViewComponents.Assert2.txt similarity index 100% rename from test/Microsoft.AspNet.Mvc.FunctionalTests/compiler/resources/CacheTagHelper_CanCachePortionsOfViewsPartialViewsAndViewComponents.Assert2.txt rename to test/Microsoft.AspNetCore.Mvc.FunctionalTests/compiler/resources/CacheTagHelper_CanCachePortionsOfViewsPartialViewsAndViewComponents.Assert2.txt diff --git a/test/Microsoft.AspNet.Mvc.FunctionalTests/compiler/resources/CacheTagHelper_CanCachePortionsOfViewsPartialViewsAndViewComponents.Assert3.txt b/test/Microsoft.AspNetCore.Mvc.FunctionalTests/compiler/resources/CacheTagHelper_CanCachePortionsOfViewsPartialViewsAndViewComponents.Assert3.txt similarity index 100% rename from test/Microsoft.AspNet.Mvc.FunctionalTests/compiler/resources/CacheTagHelper_CanCachePortionsOfViewsPartialViewsAndViewComponents.Assert3.txt rename to test/Microsoft.AspNetCore.Mvc.FunctionalTests/compiler/resources/CacheTagHelper_CanCachePortionsOfViewsPartialViewsAndViewComponents.Assert3.txt diff --git a/test/Microsoft.AspNet.Mvc.FunctionalTests/compiler/resources/HtmlGenerationWebSite.HtmlGeneration_Customer.Index.html b/test/Microsoft.AspNetCore.Mvc.FunctionalTests/compiler/resources/HtmlGenerationWebSite.HtmlGeneration_Customer.Index.html similarity index 100% rename from test/Microsoft.AspNet.Mvc.FunctionalTests/compiler/resources/HtmlGenerationWebSite.HtmlGeneration_Customer.Index.html rename to test/Microsoft.AspNetCore.Mvc.FunctionalTests/compiler/resources/HtmlGenerationWebSite.HtmlGeneration_Customer.Index.html diff --git a/test/Microsoft.AspNet.Mvc.FunctionalTests/compiler/resources/HtmlGenerationWebSite.HtmlGeneration_Home.AttributesWithBooleanValues.Encoded.html b/test/Microsoft.AspNetCore.Mvc.FunctionalTests/compiler/resources/HtmlGenerationWebSite.HtmlGeneration_Home.AttributesWithBooleanValues.Encoded.html similarity index 100% rename from test/Microsoft.AspNet.Mvc.FunctionalTests/compiler/resources/HtmlGenerationWebSite.HtmlGeneration_Home.AttributesWithBooleanValues.Encoded.html rename to test/Microsoft.AspNetCore.Mvc.FunctionalTests/compiler/resources/HtmlGenerationWebSite.HtmlGeneration_Home.AttributesWithBooleanValues.Encoded.html diff --git a/test/Microsoft.AspNet.Mvc.FunctionalTests/compiler/resources/HtmlGenerationWebSite.HtmlGeneration_Home.AttributesWithBooleanValues.html b/test/Microsoft.AspNetCore.Mvc.FunctionalTests/compiler/resources/HtmlGenerationWebSite.HtmlGeneration_Home.AttributesWithBooleanValues.html similarity index 100% rename from test/Microsoft.AspNet.Mvc.FunctionalTests/compiler/resources/HtmlGenerationWebSite.HtmlGeneration_Home.AttributesWithBooleanValues.html rename to test/Microsoft.AspNetCore.Mvc.FunctionalTests/compiler/resources/HtmlGenerationWebSite.HtmlGeneration_Home.AttributesWithBooleanValues.html diff --git a/test/Microsoft.AspNet.Mvc.FunctionalTests/compiler/resources/HtmlGenerationWebSite.HtmlGeneration_Home.CreateWarehouse.html b/test/Microsoft.AspNetCore.Mvc.FunctionalTests/compiler/resources/HtmlGenerationWebSite.HtmlGeneration_Home.CreateWarehouse.html similarity index 100% rename from test/Microsoft.AspNet.Mvc.FunctionalTests/compiler/resources/HtmlGenerationWebSite.HtmlGeneration_Home.CreateWarehouse.html rename to test/Microsoft.AspNetCore.Mvc.FunctionalTests/compiler/resources/HtmlGenerationWebSite.HtmlGeneration_Home.CreateWarehouse.html diff --git a/test/Microsoft.AspNet.Mvc.FunctionalTests/compiler/resources/HtmlGenerationWebSite.HtmlGeneration_Home.Customer.html b/test/Microsoft.AspNetCore.Mvc.FunctionalTests/compiler/resources/HtmlGenerationWebSite.HtmlGeneration_Home.Customer.html similarity index 100% rename from test/Microsoft.AspNet.Mvc.FunctionalTests/compiler/resources/HtmlGenerationWebSite.HtmlGeneration_Home.Customer.html rename to test/Microsoft.AspNetCore.Mvc.FunctionalTests/compiler/resources/HtmlGenerationWebSite.HtmlGeneration_Home.Customer.html diff --git a/test/Microsoft.AspNet.Mvc.FunctionalTests/compiler/resources/HtmlGenerationWebSite.HtmlGeneration_Home.EditWarehouse.Encoded.html b/test/Microsoft.AspNetCore.Mvc.FunctionalTests/compiler/resources/HtmlGenerationWebSite.HtmlGeneration_Home.EditWarehouse.Encoded.html similarity index 100% rename from test/Microsoft.AspNet.Mvc.FunctionalTests/compiler/resources/HtmlGenerationWebSite.HtmlGeneration_Home.EditWarehouse.Encoded.html rename to test/Microsoft.AspNetCore.Mvc.FunctionalTests/compiler/resources/HtmlGenerationWebSite.HtmlGeneration_Home.EditWarehouse.Encoded.html diff --git a/test/Microsoft.AspNet.Mvc.FunctionalTests/compiler/resources/HtmlGenerationWebSite.HtmlGeneration_Home.EditWarehouse.html b/test/Microsoft.AspNetCore.Mvc.FunctionalTests/compiler/resources/HtmlGenerationWebSite.HtmlGeneration_Home.EditWarehouse.html similarity index 100% rename from test/Microsoft.AspNet.Mvc.FunctionalTests/compiler/resources/HtmlGenerationWebSite.HtmlGeneration_Home.EditWarehouse.html rename to test/Microsoft.AspNetCore.Mvc.FunctionalTests/compiler/resources/HtmlGenerationWebSite.HtmlGeneration_Home.EditWarehouse.html diff --git a/test/Microsoft.AspNet.Mvc.FunctionalTests/compiler/resources/HtmlGenerationWebSite.HtmlGeneration_Home.EmployeeList.html b/test/Microsoft.AspNetCore.Mvc.FunctionalTests/compiler/resources/HtmlGenerationWebSite.HtmlGeneration_Home.EmployeeList.html similarity index 100% rename from test/Microsoft.AspNet.Mvc.FunctionalTests/compiler/resources/HtmlGenerationWebSite.HtmlGeneration_Home.EmployeeList.html rename to test/Microsoft.AspNetCore.Mvc.FunctionalTests/compiler/resources/HtmlGenerationWebSite.HtmlGeneration_Home.EmployeeList.html diff --git a/test/Microsoft.AspNet.Mvc.FunctionalTests/compiler/resources/HtmlGenerationWebSite.HtmlGeneration_Home.Environment.html b/test/Microsoft.AspNetCore.Mvc.FunctionalTests/compiler/resources/HtmlGenerationWebSite.HtmlGeneration_Home.Environment.html similarity index 100% rename from test/Microsoft.AspNet.Mvc.FunctionalTests/compiler/resources/HtmlGenerationWebSite.HtmlGeneration_Home.Environment.html rename to test/Microsoft.AspNetCore.Mvc.FunctionalTests/compiler/resources/HtmlGenerationWebSite.HtmlGeneration_Home.Environment.html diff --git a/test/Microsoft.AspNet.Mvc.FunctionalTests/compiler/resources/HtmlGenerationWebSite.HtmlGeneration_Home.Form.html b/test/Microsoft.AspNetCore.Mvc.FunctionalTests/compiler/resources/HtmlGenerationWebSite.HtmlGeneration_Home.Form.html similarity index 100% rename from test/Microsoft.AspNet.Mvc.FunctionalTests/compiler/resources/HtmlGenerationWebSite.HtmlGeneration_Home.Form.html rename to test/Microsoft.AspNetCore.Mvc.FunctionalTests/compiler/resources/HtmlGenerationWebSite.HtmlGeneration_Home.Form.html diff --git a/test/Microsoft.AspNet.Mvc.FunctionalTests/compiler/resources/HtmlGenerationWebSite.HtmlGeneration_Home.Image.html b/test/Microsoft.AspNetCore.Mvc.FunctionalTests/compiler/resources/HtmlGenerationWebSite.HtmlGeneration_Home.Image.html similarity index 100% rename from test/Microsoft.AspNet.Mvc.FunctionalTests/compiler/resources/HtmlGenerationWebSite.HtmlGeneration_Home.Image.html rename to test/Microsoft.AspNetCore.Mvc.FunctionalTests/compiler/resources/HtmlGenerationWebSite.HtmlGeneration_Home.Image.html diff --git a/test/Microsoft.AspNet.Mvc.FunctionalTests/compiler/resources/HtmlGenerationWebSite.HtmlGeneration_Home.Index.Encoded.html b/test/Microsoft.AspNetCore.Mvc.FunctionalTests/compiler/resources/HtmlGenerationWebSite.HtmlGeneration_Home.Index.Encoded.html similarity index 100% rename from test/Microsoft.AspNet.Mvc.FunctionalTests/compiler/resources/HtmlGenerationWebSite.HtmlGeneration_Home.Index.Encoded.html rename to test/Microsoft.AspNetCore.Mvc.FunctionalTests/compiler/resources/HtmlGenerationWebSite.HtmlGeneration_Home.Index.Encoded.html diff --git a/test/Microsoft.AspNet.Mvc.FunctionalTests/compiler/resources/HtmlGenerationWebSite.HtmlGeneration_Home.Index.html b/test/Microsoft.AspNetCore.Mvc.FunctionalTests/compiler/resources/HtmlGenerationWebSite.HtmlGeneration_Home.Index.html similarity index 100% rename from test/Microsoft.AspNet.Mvc.FunctionalTests/compiler/resources/HtmlGenerationWebSite.HtmlGeneration_Home.Index.html rename to test/Microsoft.AspNetCore.Mvc.FunctionalTests/compiler/resources/HtmlGenerationWebSite.HtmlGeneration_Home.Index.html diff --git a/test/Microsoft.AspNet.Mvc.FunctionalTests/compiler/resources/HtmlGenerationWebSite.HtmlGeneration_Home.Input.html b/test/Microsoft.AspNetCore.Mvc.FunctionalTests/compiler/resources/HtmlGenerationWebSite.HtmlGeneration_Home.Input.html similarity index 100% rename from test/Microsoft.AspNet.Mvc.FunctionalTests/compiler/resources/HtmlGenerationWebSite.HtmlGeneration_Home.Input.html rename to test/Microsoft.AspNetCore.Mvc.FunctionalTests/compiler/resources/HtmlGenerationWebSite.HtmlGeneration_Home.Input.html diff --git a/test/Microsoft.AspNet.Mvc.FunctionalTests/compiler/resources/HtmlGenerationWebSite.HtmlGeneration_Home.Link.Encoded.html b/test/Microsoft.AspNetCore.Mvc.FunctionalTests/compiler/resources/HtmlGenerationWebSite.HtmlGeneration_Home.Link.Encoded.html similarity index 100% rename from test/Microsoft.AspNet.Mvc.FunctionalTests/compiler/resources/HtmlGenerationWebSite.HtmlGeneration_Home.Link.Encoded.html rename to test/Microsoft.AspNetCore.Mvc.FunctionalTests/compiler/resources/HtmlGenerationWebSite.HtmlGeneration_Home.Link.Encoded.html diff --git a/test/Microsoft.AspNet.Mvc.FunctionalTests/compiler/resources/HtmlGenerationWebSite.HtmlGeneration_Home.Link.html b/test/Microsoft.AspNetCore.Mvc.FunctionalTests/compiler/resources/HtmlGenerationWebSite.HtmlGeneration_Home.Link.html similarity index 100% rename from test/Microsoft.AspNet.Mvc.FunctionalTests/compiler/resources/HtmlGenerationWebSite.HtmlGeneration_Home.Link.html rename to test/Microsoft.AspNetCore.Mvc.FunctionalTests/compiler/resources/HtmlGenerationWebSite.HtmlGeneration_Home.Link.html diff --git a/test/Microsoft.AspNet.Mvc.FunctionalTests/compiler/resources/HtmlGenerationWebSite.HtmlGeneration_Home.Order.Encoded.html b/test/Microsoft.AspNetCore.Mvc.FunctionalTests/compiler/resources/HtmlGenerationWebSite.HtmlGeneration_Home.Order.Encoded.html similarity index 100% rename from test/Microsoft.AspNet.Mvc.FunctionalTests/compiler/resources/HtmlGenerationWebSite.HtmlGeneration_Home.Order.Encoded.html rename to test/Microsoft.AspNetCore.Mvc.FunctionalTests/compiler/resources/HtmlGenerationWebSite.HtmlGeneration_Home.Order.Encoded.html diff --git a/test/Microsoft.AspNet.Mvc.FunctionalTests/compiler/resources/HtmlGenerationWebSite.HtmlGeneration_Home.Order.html b/test/Microsoft.AspNetCore.Mvc.FunctionalTests/compiler/resources/HtmlGenerationWebSite.HtmlGeneration_Home.Order.html similarity index 100% rename from test/Microsoft.AspNet.Mvc.FunctionalTests/compiler/resources/HtmlGenerationWebSite.HtmlGeneration_Home.Order.html rename to test/Microsoft.AspNetCore.Mvc.FunctionalTests/compiler/resources/HtmlGenerationWebSite.HtmlGeneration_Home.Order.html diff --git a/test/Microsoft.AspNet.Mvc.FunctionalTests/compiler/resources/HtmlGenerationWebSite.HtmlGeneration_Home.OrderUsingHtmlHelpers.Encoded.html b/test/Microsoft.AspNetCore.Mvc.FunctionalTests/compiler/resources/HtmlGenerationWebSite.HtmlGeneration_Home.OrderUsingHtmlHelpers.Encoded.html similarity index 100% rename from test/Microsoft.AspNet.Mvc.FunctionalTests/compiler/resources/HtmlGenerationWebSite.HtmlGeneration_Home.OrderUsingHtmlHelpers.Encoded.html rename to test/Microsoft.AspNetCore.Mvc.FunctionalTests/compiler/resources/HtmlGenerationWebSite.HtmlGeneration_Home.OrderUsingHtmlHelpers.Encoded.html diff --git a/test/Microsoft.AspNet.Mvc.FunctionalTests/compiler/resources/HtmlGenerationWebSite.HtmlGeneration_Home.OrderUsingHtmlHelpers.html b/test/Microsoft.AspNetCore.Mvc.FunctionalTests/compiler/resources/HtmlGenerationWebSite.HtmlGeneration_Home.OrderUsingHtmlHelpers.html similarity index 100% rename from test/Microsoft.AspNet.Mvc.FunctionalTests/compiler/resources/HtmlGenerationWebSite.HtmlGeneration_Home.OrderUsingHtmlHelpers.html rename to test/Microsoft.AspNetCore.Mvc.FunctionalTests/compiler/resources/HtmlGenerationWebSite.HtmlGeneration_Home.OrderUsingHtmlHelpers.html diff --git a/test/Microsoft.AspNet.Mvc.FunctionalTests/compiler/resources/HtmlGenerationWebSite.HtmlGeneration_Home.Product.Encoded.html b/test/Microsoft.AspNetCore.Mvc.FunctionalTests/compiler/resources/HtmlGenerationWebSite.HtmlGeneration_Home.Product.Encoded.html similarity index 100% rename from test/Microsoft.AspNet.Mvc.FunctionalTests/compiler/resources/HtmlGenerationWebSite.HtmlGeneration_Home.Product.Encoded.html rename to test/Microsoft.AspNetCore.Mvc.FunctionalTests/compiler/resources/HtmlGenerationWebSite.HtmlGeneration_Home.Product.Encoded.html diff --git a/test/Microsoft.AspNet.Mvc.FunctionalTests/compiler/resources/HtmlGenerationWebSite.HtmlGeneration_Home.Product.html b/test/Microsoft.AspNetCore.Mvc.FunctionalTests/compiler/resources/HtmlGenerationWebSite.HtmlGeneration_Home.Product.html similarity index 100% rename from test/Microsoft.AspNet.Mvc.FunctionalTests/compiler/resources/HtmlGenerationWebSite.HtmlGeneration_Home.Product.html rename to test/Microsoft.AspNetCore.Mvc.FunctionalTests/compiler/resources/HtmlGenerationWebSite.HtmlGeneration_Home.Product.html diff --git a/test/Microsoft.AspNet.Mvc.FunctionalTests/compiler/resources/HtmlGenerationWebSite.HtmlGeneration_Home.ProductList.html b/test/Microsoft.AspNetCore.Mvc.FunctionalTests/compiler/resources/HtmlGenerationWebSite.HtmlGeneration_Home.ProductList.html similarity index 100% rename from test/Microsoft.AspNet.Mvc.FunctionalTests/compiler/resources/HtmlGenerationWebSite.HtmlGeneration_Home.ProductList.html rename to test/Microsoft.AspNetCore.Mvc.FunctionalTests/compiler/resources/HtmlGenerationWebSite.HtmlGeneration_Home.ProductList.html diff --git a/test/Microsoft.AspNet.Mvc.FunctionalTests/compiler/resources/HtmlGenerationWebSite.HtmlGeneration_Home.Script.Encoded.html b/test/Microsoft.AspNetCore.Mvc.FunctionalTests/compiler/resources/HtmlGenerationWebSite.HtmlGeneration_Home.Script.Encoded.html similarity index 100% rename from test/Microsoft.AspNet.Mvc.FunctionalTests/compiler/resources/HtmlGenerationWebSite.HtmlGeneration_Home.Script.Encoded.html rename to test/Microsoft.AspNetCore.Mvc.FunctionalTests/compiler/resources/HtmlGenerationWebSite.HtmlGeneration_Home.Script.Encoded.html diff --git a/test/Microsoft.AspNet.Mvc.FunctionalTests/compiler/resources/HtmlGenerationWebSite.HtmlGeneration_Home.Script.html b/test/Microsoft.AspNetCore.Mvc.FunctionalTests/compiler/resources/HtmlGenerationWebSite.HtmlGeneration_Home.Script.html similarity index 100% rename from test/Microsoft.AspNet.Mvc.FunctionalTests/compiler/resources/HtmlGenerationWebSite.HtmlGeneration_Home.Script.html rename to test/Microsoft.AspNetCore.Mvc.FunctionalTests/compiler/resources/HtmlGenerationWebSite.HtmlGeneration_Home.Script.html diff --git a/test/Microsoft.AspNet.Mvc.FunctionalTests/compiler/resources/ModelBindingWebSite.Vehicle.Details.html b/test/Microsoft.AspNetCore.Mvc.FunctionalTests/compiler/resources/ModelBindingWebSite.Vehicle.Details.html similarity index 100% rename from test/Microsoft.AspNet.Mvc.FunctionalTests/compiler/resources/ModelBindingWebSite.Vehicle.Details.html rename to test/Microsoft.AspNetCore.Mvc.FunctionalTests/compiler/resources/ModelBindingWebSite.Vehicle.Details.html diff --git a/test/Microsoft.AspNet.Mvc.FunctionalTests/compiler/resources/ModelBindingWebSite.Vehicle.Edit.Invalid.html b/test/Microsoft.AspNetCore.Mvc.FunctionalTests/compiler/resources/ModelBindingWebSite.Vehicle.Edit.Invalid.html similarity index 100% rename from test/Microsoft.AspNet.Mvc.FunctionalTests/compiler/resources/ModelBindingWebSite.Vehicle.Edit.Invalid.html rename to test/Microsoft.AspNetCore.Mvc.FunctionalTests/compiler/resources/ModelBindingWebSite.Vehicle.Edit.Invalid.html diff --git a/test/Microsoft.AspNet.Mvc.FunctionalTests/compiler/resources/ModelBindingWebSite.Vehicle.Edit.html b/test/Microsoft.AspNetCore.Mvc.FunctionalTests/compiler/resources/ModelBindingWebSite.Vehicle.Edit.html similarity index 100% rename from test/Microsoft.AspNet.Mvc.FunctionalTests/compiler/resources/ModelBindingWebSite.Vehicle.Edit.html rename to test/Microsoft.AspNetCore.Mvc.FunctionalTests/compiler/resources/ModelBindingWebSite.Vehicle.Edit.html diff --git a/test/Microsoft.AspNet.Mvc.FunctionalTests/compiler/resources/RazorPageExecutionInstrumentationWebSite.Home.ViewWithPartial.html b/test/Microsoft.AspNetCore.Mvc.FunctionalTests/compiler/resources/RazorPageExecutionInstrumentationWebSite.Home.ViewWithPartial.html similarity index 100% rename from test/Microsoft.AspNet.Mvc.FunctionalTests/compiler/resources/RazorPageExecutionInstrumentationWebSite.Home.ViewWithPartial.html rename to test/Microsoft.AspNetCore.Mvc.FunctionalTests/compiler/resources/RazorPageExecutionInstrumentationWebSite.Home.ViewWithPartial.html diff --git a/test/Microsoft.AspNet.Mvc.FunctionalTests/compiler/resources/RazorWebSite.UrlResolution.Index.Encoded.html b/test/Microsoft.AspNetCore.Mvc.FunctionalTests/compiler/resources/RazorWebSite.UrlResolution.Index.Encoded.html similarity index 100% rename from test/Microsoft.AspNet.Mvc.FunctionalTests/compiler/resources/RazorWebSite.UrlResolution.Index.Encoded.html rename to test/Microsoft.AspNetCore.Mvc.FunctionalTests/compiler/resources/RazorWebSite.UrlResolution.Index.Encoded.html diff --git a/test/Microsoft.AspNet.Mvc.FunctionalTests/compiler/resources/RazorWebSite.UrlResolution.Index.html b/test/Microsoft.AspNetCore.Mvc.FunctionalTests/compiler/resources/RazorWebSite.UrlResolution.Index.html similarity index 100% rename from test/Microsoft.AspNet.Mvc.FunctionalTests/compiler/resources/RazorWebSite.UrlResolution.Index.html rename to test/Microsoft.AspNetCore.Mvc.FunctionalTests/compiler/resources/RazorWebSite.UrlResolution.Index.html diff --git a/test/Microsoft.AspNet.Mvc.FunctionalTests/compiler/resources/TagHelperSample.Web.Home.Index.html b/test/Microsoft.AspNetCore.Mvc.FunctionalTests/compiler/resources/TagHelperSample.Web.Home.Index.html similarity index 100% rename from test/Microsoft.AspNet.Mvc.FunctionalTests/compiler/resources/TagHelperSample.Web.Home.Index.html rename to test/Microsoft.AspNetCore.Mvc.FunctionalTests/compiler/resources/TagHelperSample.Web.Home.Index.html diff --git a/test/Microsoft.AspNet.Mvc.FunctionalTests/compiler/resources/TagHelperSample.Web.TagHelper.ConditionalComment.html b/test/Microsoft.AspNetCore.Mvc.FunctionalTests/compiler/resources/TagHelperSample.Web.TagHelper.ConditionalComment.html similarity index 100% rename from test/Microsoft.AspNet.Mvc.FunctionalTests/compiler/resources/TagHelperSample.Web.TagHelper.ConditionalComment.html rename to test/Microsoft.AspNetCore.Mvc.FunctionalTests/compiler/resources/TagHelperSample.Web.TagHelper.ConditionalComment.html diff --git a/test/Microsoft.AspNet.Mvc.FunctionalTests/compiler/resources/TagHelpersWebSite.Employee.Create.Invalid.html b/test/Microsoft.AspNetCore.Mvc.FunctionalTests/compiler/resources/TagHelpersWebSite.Employee.Create.Invalid.html similarity index 100% rename from test/Microsoft.AspNet.Mvc.FunctionalTests/compiler/resources/TagHelpersWebSite.Employee.Create.Invalid.html rename to test/Microsoft.AspNetCore.Mvc.FunctionalTests/compiler/resources/TagHelpersWebSite.Employee.Create.Invalid.html diff --git a/test/Microsoft.AspNet.Mvc.FunctionalTests/compiler/resources/TagHelpersWebSite.Employee.Create.html b/test/Microsoft.AspNetCore.Mvc.FunctionalTests/compiler/resources/TagHelpersWebSite.Employee.Create.html similarity index 100% rename from test/Microsoft.AspNet.Mvc.FunctionalTests/compiler/resources/TagHelpersWebSite.Employee.Create.html rename to test/Microsoft.AspNetCore.Mvc.FunctionalTests/compiler/resources/TagHelpersWebSite.Employee.Create.html diff --git a/test/Microsoft.AspNet.Mvc.FunctionalTests/compiler/resources/TagHelpersWebSite.Employee.Details.AfterCreate.html b/test/Microsoft.AspNetCore.Mvc.FunctionalTests/compiler/resources/TagHelpersWebSite.Employee.Details.AfterCreate.html similarity index 100% rename from test/Microsoft.AspNet.Mvc.FunctionalTests/compiler/resources/TagHelpersWebSite.Employee.Details.AfterCreate.html rename to test/Microsoft.AspNetCore.Mvc.FunctionalTests/compiler/resources/TagHelpersWebSite.Employee.Details.AfterCreate.html diff --git a/test/Microsoft.AspNet.Mvc.FunctionalTests/compiler/resources/TagHelpersWebSite.Encoders.CustomEncoder.html b/test/Microsoft.AspNetCore.Mvc.FunctionalTests/compiler/resources/TagHelpersWebSite.Encoders.CustomEncoder.html similarity index 100% rename from test/Microsoft.AspNet.Mvc.FunctionalTests/compiler/resources/TagHelpersWebSite.Encoders.CustomEncoder.html rename to test/Microsoft.AspNetCore.Mvc.FunctionalTests/compiler/resources/TagHelpersWebSite.Encoders.CustomEncoder.html diff --git a/test/Microsoft.AspNet.Mvc.FunctionalTests/compiler/resources/TagHelpersWebSite.Encoders.Index.html b/test/Microsoft.AspNetCore.Mvc.FunctionalTests/compiler/resources/TagHelpersWebSite.Encoders.Index.html similarity index 100% rename from test/Microsoft.AspNet.Mvc.FunctionalTests/compiler/resources/TagHelpersWebSite.Encoders.Index.html rename to test/Microsoft.AspNetCore.Mvc.FunctionalTests/compiler/resources/TagHelpersWebSite.Encoders.Index.html diff --git a/test/Microsoft.AspNet.Mvc.FunctionalTests/compiler/resources/TagHelpersWebSite.Encoders.NullEncoder.html b/test/Microsoft.AspNetCore.Mvc.FunctionalTests/compiler/resources/TagHelpersWebSite.Encoders.NullEncoder.html similarity index 100% rename from test/Microsoft.AspNet.Mvc.FunctionalTests/compiler/resources/TagHelpersWebSite.Encoders.NullEncoder.html rename to test/Microsoft.AspNetCore.Mvc.FunctionalTests/compiler/resources/TagHelpersWebSite.Encoders.NullEncoder.html diff --git a/test/Microsoft.AspNet.Mvc.FunctionalTests/compiler/resources/TagHelpersWebSite.Encoders.ThreeEncoders.html b/test/Microsoft.AspNetCore.Mvc.FunctionalTests/compiler/resources/TagHelpersWebSite.Encoders.ThreeEncoders.html similarity index 100% rename from test/Microsoft.AspNet.Mvc.FunctionalTests/compiler/resources/TagHelpersWebSite.Encoders.ThreeEncoders.html rename to test/Microsoft.AspNetCore.Mvc.FunctionalTests/compiler/resources/TagHelpersWebSite.Encoders.ThreeEncoders.html diff --git a/test/Microsoft.AspNet.Mvc.FunctionalTests/compiler/resources/TagHelpersWebSite.Encoders.TwoEncoders.html b/test/Microsoft.AspNetCore.Mvc.FunctionalTests/compiler/resources/TagHelpersWebSite.Encoders.TwoEncoders.html similarity index 100% rename from test/Microsoft.AspNet.Mvc.FunctionalTests/compiler/resources/TagHelpersWebSite.Encoders.TwoEncoders.html rename to test/Microsoft.AspNetCore.Mvc.FunctionalTests/compiler/resources/TagHelpersWebSite.Encoders.TwoEncoders.html diff --git a/test/Microsoft.AspNet.Mvc.FunctionalTests/compiler/resources/TagHelpersWebSite.Home.About.html b/test/Microsoft.AspNetCore.Mvc.FunctionalTests/compiler/resources/TagHelpersWebSite.Home.About.html similarity index 100% rename from test/Microsoft.AspNet.Mvc.FunctionalTests/compiler/resources/TagHelpersWebSite.Home.About.html rename to test/Microsoft.AspNetCore.Mvc.FunctionalTests/compiler/resources/TagHelpersWebSite.Home.About.html diff --git a/test/Microsoft.AspNet.Mvc.FunctionalTests/compiler/resources/TagHelpersWebSite.Home.Help.html b/test/Microsoft.AspNetCore.Mvc.FunctionalTests/compiler/resources/TagHelpersWebSite.Home.Help.html similarity index 100% rename from test/Microsoft.AspNet.Mvc.FunctionalTests/compiler/resources/TagHelpersWebSite.Home.Help.html rename to test/Microsoft.AspNetCore.Mvc.FunctionalTests/compiler/resources/TagHelpersWebSite.Home.Help.html diff --git a/test/Microsoft.AspNet.Mvc.FunctionalTests/compiler/resources/TagHelpersWebSite.Home.Index.html b/test/Microsoft.AspNetCore.Mvc.FunctionalTests/compiler/resources/TagHelpersWebSite.Home.Index.html similarity index 100% rename from test/Microsoft.AspNet.Mvc.FunctionalTests/compiler/resources/TagHelpersWebSite.Home.Index.html rename to test/Microsoft.AspNetCore.Mvc.FunctionalTests/compiler/resources/TagHelpersWebSite.Home.Index.html diff --git a/test/Microsoft.AspNet.Mvc.FunctionalTests/compiler/resources/TagHelpersWebSite.Home.UnboundDynamicAttributes.Encoded.html b/test/Microsoft.AspNetCore.Mvc.FunctionalTests/compiler/resources/TagHelpersWebSite.Home.UnboundDynamicAttributes.Encoded.html similarity index 100% rename from test/Microsoft.AspNet.Mvc.FunctionalTests/compiler/resources/TagHelpersWebSite.Home.UnboundDynamicAttributes.Encoded.html rename to test/Microsoft.AspNetCore.Mvc.FunctionalTests/compiler/resources/TagHelpersWebSite.Home.UnboundDynamicAttributes.Encoded.html diff --git a/test/Microsoft.AspNet.Mvc.FunctionalTests/compiler/resources/TagHelpersWebSite.Home.UnboundDynamicAttributes.html b/test/Microsoft.AspNetCore.Mvc.FunctionalTests/compiler/resources/TagHelpersWebSite.Home.UnboundDynamicAttributes.html similarity index 100% rename from test/Microsoft.AspNet.Mvc.FunctionalTests/compiler/resources/TagHelpersWebSite.Home.UnboundDynamicAttributes.html rename to test/Microsoft.AspNetCore.Mvc.FunctionalTests/compiler/resources/TagHelpersWebSite.Home.UnboundDynamicAttributes.html diff --git a/test/Microsoft.AspNet.Mvc.FunctionalTests/compiler/resources/UpdateDealerVehicle_PopulatesPropertyErrorsInViews.txt b/test/Microsoft.AspNetCore.Mvc.FunctionalTests/compiler/resources/UpdateDealerVehicle_PopulatesPropertyErrorsInViews.txt similarity index 100% rename from test/Microsoft.AspNet.Mvc.FunctionalTests/compiler/resources/UpdateDealerVehicle_PopulatesPropertyErrorsInViews.txt rename to test/Microsoft.AspNetCore.Mvc.FunctionalTests/compiler/resources/UpdateDealerVehicle_PopulatesPropertyErrorsInViews.txt diff --git a/test/Microsoft.AspNet.Mvc.FunctionalTests/compiler/resources/UpdateDealerVehicle_PopulatesValidationSummary.txt b/test/Microsoft.AspNetCore.Mvc.FunctionalTests/compiler/resources/UpdateDealerVehicle_PopulatesValidationSummary.txt similarity index 100% rename from test/Microsoft.AspNet.Mvc.FunctionalTests/compiler/resources/UpdateDealerVehicle_PopulatesValidationSummary.txt rename to test/Microsoft.AspNetCore.Mvc.FunctionalTests/compiler/resources/UpdateDealerVehicle_PopulatesValidationSummary.txt diff --git a/test/Microsoft.AspNet.Mvc.FunctionalTests/compiler/resources/UpdateDealerVehicle_UpdateSuccessful.txt b/test/Microsoft.AspNetCore.Mvc.FunctionalTests/compiler/resources/UpdateDealerVehicle_UpdateSuccessful.txt similarity index 100% rename from test/Microsoft.AspNet.Mvc.FunctionalTests/compiler/resources/UpdateDealerVehicle_UpdateSuccessful.txt rename to test/Microsoft.AspNetCore.Mvc.FunctionalTests/compiler/resources/UpdateDealerVehicle_UpdateSuccessful.txt diff --git a/test/Microsoft.AspNet.Mvc.FunctionalTests/compiler/resources/ViewEngineController.ViewWithPaths.txt b/test/Microsoft.AspNetCore.Mvc.FunctionalTests/compiler/resources/ViewEngineController.ViewWithPaths.txt similarity index 100% rename from test/Microsoft.AspNet.Mvc.FunctionalTests/compiler/resources/ViewEngineController.ViewWithPaths.txt rename to test/Microsoft.AspNetCore.Mvc.FunctionalTests/compiler/resources/ViewEngineController.ViewWithPaths.txt diff --git a/test/Microsoft.AspNet.Mvc.FunctionalTests/project.json b/test/Microsoft.AspNetCore.Mvc.FunctionalTests/project.json similarity index 100% rename from test/Microsoft.AspNet.Mvc.FunctionalTests/project.json rename to test/Microsoft.AspNetCore.Mvc.FunctionalTests/project.json diff --git a/test/Microsoft.AspNet.Mvc.IntegrationTests/ActionParametersIntegrationTest.cs b/test/Microsoft.AspNetCore.Mvc.IntegrationTests/ActionParametersIntegrationTest.cs similarity index 100% rename from test/Microsoft.AspNet.Mvc.IntegrationTests/ActionParametersIntegrationTest.cs rename to test/Microsoft.AspNetCore.Mvc.IntegrationTests/ActionParametersIntegrationTest.cs diff --git a/test/Microsoft.AspNet.Mvc.IntegrationTests/ArrayModelBinderIntegrationTest.cs b/test/Microsoft.AspNetCore.Mvc.IntegrationTests/ArrayModelBinderIntegrationTest.cs similarity index 100% rename from test/Microsoft.AspNet.Mvc.IntegrationTests/ArrayModelBinderIntegrationTest.cs rename to test/Microsoft.AspNetCore.Mvc.IntegrationTests/ArrayModelBinderIntegrationTest.cs diff --git a/test/Microsoft.AspNet.Mvc.IntegrationTests/BinderTypeBasedModelBinderIntegrationTest.cs b/test/Microsoft.AspNetCore.Mvc.IntegrationTests/BinderTypeBasedModelBinderIntegrationTest.cs similarity index 100% rename from test/Microsoft.AspNet.Mvc.IntegrationTests/BinderTypeBasedModelBinderIntegrationTest.cs rename to test/Microsoft.AspNetCore.Mvc.IntegrationTests/BinderTypeBasedModelBinderIntegrationTest.cs diff --git a/test/Microsoft.AspNet.Mvc.IntegrationTests/BodyValidationIntegrationTests.cs b/test/Microsoft.AspNetCore.Mvc.IntegrationTests/BodyValidationIntegrationTests.cs similarity index 100% rename from test/Microsoft.AspNet.Mvc.IntegrationTests/BodyValidationIntegrationTests.cs rename to test/Microsoft.AspNetCore.Mvc.IntegrationTests/BodyValidationIntegrationTests.cs diff --git a/test/Microsoft.AspNet.Mvc.IntegrationTests/ByteArrayModelBinderIntegrationTest.cs b/test/Microsoft.AspNetCore.Mvc.IntegrationTests/ByteArrayModelBinderIntegrationTest.cs similarity index 100% rename from test/Microsoft.AspNet.Mvc.IntegrationTests/ByteArrayModelBinderIntegrationTest.cs rename to test/Microsoft.AspNetCore.Mvc.IntegrationTests/ByteArrayModelBinderIntegrationTest.cs diff --git a/test/Microsoft.AspNet.Mvc.IntegrationTests/CancellationTokenModelBinderIntegrationTest.cs b/test/Microsoft.AspNetCore.Mvc.IntegrationTests/CancellationTokenModelBinderIntegrationTest.cs similarity index 100% rename from test/Microsoft.AspNet.Mvc.IntegrationTests/CancellationTokenModelBinderIntegrationTest.cs rename to test/Microsoft.AspNetCore.Mvc.IntegrationTests/CancellationTokenModelBinderIntegrationTest.cs diff --git a/test/Microsoft.AspNet.Mvc.IntegrationTests/CollectionModelBinderIntegrationTest.cs b/test/Microsoft.AspNetCore.Mvc.IntegrationTests/CollectionModelBinderIntegrationTest.cs similarity index 100% rename from test/Microsoft.AspNet.Mvc.IntegrationTests/CollectionModelBinderIntegrationTest.cs rename to test/Microsoft.AspNetCore.Mvc.IntegrationTests/CollectionModelBinderIntegrationTest.cs diff --git a/test/Microsoft.AspNet.Mvc.IntegrationTests/CompanyNameAttribute.cs b/test/Microsoft.AspNetCore.Mvc.IntegrationTests/CompanyNameAttribute.cs similarity index 100% rename from test/Microsoft.AspNet.Mvc.IntegrationTests/CompanyNameAttribute.cs rename to test/Microsoft.AspNetCore.Mvc.IntegrationTests/CompanyNameAttribute.cs diff --git a/test/Microsoft.AspNet.Mvc.IntegrationTests/DictionaryModelBinderIntegrationTest.cs b/test/Microsoft.AspNetCore.Mvc.IntegrationTests/DictionaryModelBinderIntegrationTest.cs similarity index 100% rename from test/Microsoft.AspNet.Mvc.IntegrationTests/DictionaryModelBinderIntegrationTest.cs rename to test/Microsoft.AspNetCore.Mvc.IntegrationTests/DictionaryModelBinderIntegrationTest.cs diff --git a/test/Microsoft.AspNet.Mvc.IntegrationTests/FormCollectionModelBindingIntegrationTest.cs b/test/Microsoft.AspNetCore.Mvc.IntegrationTests/FormCollectionModelBindingIntegrationTest.cs similarity index 100% rename from test/Microsoft.AspNet.Mvc.IntegrationTests/FormCollectionModelBindingIntegrationTest.cs rename to test/Microsoft.AspNetCore.Mvc.IntegrationTests/FormCollectionModelBindingIntegrationTest.cs diff --git a/test/Microsoft.AspNet.Mvc.IntegrationTests/FormFileModelBindingIntegrationTest.cs b/test/Microsoft.AspNetCore.Mvc.IntegrationTests/FormFileModelBindingIntegrationTest.cs similarity index 100% rename from test/Microsoft.AspNet.Mvc.IntegrationTests/FormFileModelBindingIntegrationTest.cs rename to test/Microsoft.AspNetCore.Mvc.IntegrationTests/FormFileModelBindingIntegrationTest.cs diff --git a/test/Microsoft.AspNet.Mvc.IntegrationTests/GenericModelBinderIntegrationTest.cs b/test/Microsoft.AspNetCore.Mvc.IntegrationTests/GenericModelBinderIntegrationTest.cs similarity index 100% rename from test/Microsoft.AspNet.Mvc.IntegrationTests/GenericModelBinderIntegrationTest.cs rename to test/Microsoft.AspNetCore.Mvc.IntegrationTests/GenericModelBinderIntegrationTest.cs diff --git a/test/Microsoft.AspNet.Mvc.IntegrationTests/HeaderModelBinderIntegrationTest.cs b/test/Microsoft.AspNetCore.Mvc.IntegrationTests/HeaderModelBinderIntegrationTest.cs similarity index 100% rename from test/Microsoft.AspNet.Mvc.IntegrationTests/HeaderModelBinderIntegrationTest.cs rename to test/Microsoft.AspNetCore.Mvc.IntegrationTests/HeaderModelBinderIntegrationTest.cs diff --git a/test/Microsoft.AspNet.Mvc.IntegrationTests/KeyValuePairModelBinderIntegrationTest.cs b/test/Microsoft.AspNetCore.Mvc.IntegrationTests/KeyValuePairModelBinderIntegrationTest.cs similarity index 100% rename from test/Microsoft.AspNet.Mvc.IntegrationTests/KeyValuePairModelBinderIntegrationTest.cs rename to test/Microsoft.AspNetCore.Mvc.IntegrationTests/KeyValuePairModelBinderIntegrationTest.cs diff --git a/test/Microsoft.AspNet.Mvc.IntegrationTests/Microsoft.AspNet.Mvc.IntegrationTests.xproj b/test/Microsoft.AspNetCore.Mvc.IntegrationTests/Microsoft.AspNetCore.Mvc.IntegrationTests.xproj similarity index 100% rename from test/Microsoft.AspNet.Mvc.IntegrationTests/Microsoft.AspNet.Mvc.IntegrationTests.xproj rename to test/Microsoft.AspNetCore.Mvc.IntegrationTests/Microsoft.AspNetCore.Mvc.IntegrationTests.xproj diff --git a/test/Microsoft.AspNet.Mvc.IntegrationTests/ModelBindingTestHelper.cs b/test/Microsoft.AspNetCore.Mvc.IntegrationTests/ModelBindingTestHelper.cs similarity index 100% rename from test/Microsoft.AspNet.Mvc.IntegrationTests/ModelBindingTestHelper.cs rename to test/Microsoft.AspNetCore.Mvc.IntegrationTests/ModelBindingTestHelper.cs diff --git a/test/Microsoft.AspNet.Mvc.IntegrationTests/ModelPrefixSelectionIntegrationTest.cs b/test/Microsoft.AspNetCore.Mvc.IntegrationTests/ModelPrefixSelectionIntegrationTest.cs similarity index 100% rename from test/Microsoft.AspNet.Mvc.IntegrationTests/ModelPrefixSelectionIntegrationTest.cs rename to test/Microsoft.AspNetCore.Mvc.IntegrationTests/ModelPrefixSelectionIntegrationTest.cs diff --git a/test/Microsoft.AspNet.Mvc.IntegrationTests/Models/Product.cs b/test/Microsoft.AspNetCore.Mvc.IntegrationTests/Models/Product.cs similarity index 100% rename from test/Microsoft.AspNet.Mvc.IntegrationTests/Models/Product.cs rename to test/Microsoft.AspNetCore.Mvc.IntegrationTests/Models/Product.cs diff --git a/test/Microsoft.AspNet.Mvc.IntegrationTests/Models/ProductDetails.cs b/test/Microsoft.AspNetCore.Mvc.IntegrationTests/Models/ProductDetails.cs similarity index 100% rename from test/Microsoft.AspNet.Mvc.IntegrationTests/Models/ProductDetails.cs rename to test/Microsoft.AspNetCore.Mvc.IntegrationTests/Models/ProductDetails.cs diff --git a/test/Microsoft.AspNet.Mvc.IntegrationTests/Models/ProductViewModel.cs b/test/Microsoft.AspNetCore.Mvc.IntegrationTests/Models/ProductViewModel.cs similarity index 100% rename from test/Microsoft.AspNet.Mvc.IntegrationTests/Models/ProductViewModel.cs rename to test/Microsoft.AspNetCore.Mvc.IntegrationTests/Models/ProductViewModel.cs diff --git a/test/Microsoft.AspNet.Mvc.IntegrationTests/Models/Software.cs b/test/Microsoft.AspNetCore.Mvc.IntegrationTests/Models/Software.cs similarity index 100% rename from test/Microsoft.AspNet.Mvc.IntegrationTests/Models/Software.cs rename to test/Microsoft.AspNetCore.Mvc.IntegrationTests/Models/Software.cs diff --git a/test/Microsoft.AspNet.Mvc.IntegrationTests/Models/SoftwareViewModel.cs b/test/Microsoft.AspNetCore.Mvc.IntegrationTests/Models/SoftwareViewModel.cs similarity index 100% rename from test/Microsoft.AspNet.Mvc.IntegrationTests/Models/SoftwareViewModel.cs rename to test/Microsoft.AspNetCore.Mvc.IntegrationTests/Models/SoftwareViewModel.cs diff --git a/test/Microsoft.AspNet.Mvc.IntegrationTests/MutableObjectModelBinderIntegrationTest.cs b/test/Microsoft.AspNetCore.Mvc.IntegrationTests/MutableObjectModelBinderIntegrationTest.cs similarity index 100% rename from test/Microsoft.AspNet.Mvc.IntegrationTests/MutableObjectModelBinderIntegrationTest.cs rename to test/Microsoft.AspNetCore.Mvc.IntegrationTests/MutableObjectModelBinderIntegrationTest.cs diff --git a/test/Microsoft.AspNet.Mvc.IntegrationTests/ProductValidatorAttribute.cs b/test/Microsoft.AspNetCore.Mvc.IntegrationTests/ProductValidatorAttribute.cs similarity index 100% rename from test/Microsoft.AspNet.Mvc.IntegrationTests/ProductValidatorAttribute.cs rename to test/Microsoft.AspNetCore.Mvc.IntegrationTests/ProductValidatorAttribute.cs diff --git a/test/Microsoft.AspNet.Mvc.IntegrationTests/ServicesModelBinderIntegrationTest.cs b/test/Microsoft.AspNetCore.Mvc.IntegrationTests/ServicesModelBinderIntegrationTest.cs similarity index 100% rename from test/Microsoft.AspNet.Mvc.IntegrationTests/ServicesModelBinderIntegrationTest.cs rename to test/Microsoft.AspNetCore.Mvc.IntegrationTests/ServicesModelBinderIntegrationTest.cs diff --git a/test/Microsoft.AspNet.Mvc.IntegrationTests/SimpleTypeModelBinderIntegrationTest.cs b/test/Microsoft.AspNetCore.Mvc.IntegrationTests/SimpleTypeModelBinderIntegrationTest.cs similarity index 100% rename from test/Microsoft.AspNet.Mvc.IntegrationTests/SimpleTypeModelBinderIntegrationTest.cs rename to test/Microsoft.AspNetCore.Mvc.IntegrationTests/SimpleTypeModelBinderIntegrationTest.cs diff --git a/test/Microsoft.AspNet.Mvc.IntegrationTests/TestMvcOptions.cs b/test/Microsoft.AspNetCore.Mvc.IntegrationTests/TestMvcOptions.cs similarity index 100% rename from test/Microsoft.AspNet.Mvc.IntegrationTests/TestMvcOptions.cs rename to test/Microsoft.AspNetCore.Mvc.IntegrationTests/TestMvcOptions.cs diff --git a/test/Microsoft.AspNet.Mvc.IntegrationTests/TryUpdateModelIntegrationTest.cs b/test/Microsoft.AspNetCore.Mvc.IntegrationTests/TryUpdateModelIntegrationTest.cs similarity index 100% rename from test/Microsoft.AspNet.Mvc.IntegrationTests/TryUpdateModelIntegrationTest.cs rename to test/Microsoft.AspNetCore.Mvc.IntegrationTests/TryUpdateModelIntegrationTest.cs diff --git a/test/Microsoft.AspNet.Mvc.IntegrationTests/TryValidateModelIntegrationTest.cs b/test/Microsoft.AspNetCore.Mvc.IntegrationTests/TryValidateModelIntegrationTest.cs similarity index 100% rename from test/Microsoft.AspNet.Mvc.IntegrationTests/TryValidateModelIntegrationTest.cs rename to test/Microsoft.AspNetCore.Mvc.IntegrationTests/TryValidateModelIntegrationTest.cs diff --git a/test/Microsoft.AspNet.Mvc.IntegrationTests/ValidationIntegrationTests.cs b/test/Microsoft.AspNetCore.Mvc.IntegrationTests/ValidationIntegrationTests.cs similarity index 100% rename from test/Microsoft.AspNet.Mvc.IntegrationTests/ValidationIntegrationTests.cs rename to test/Microsoft.AspNetCore.Mvc.IntegrationTests/ValidationIntegrationTests.cs diff --git a/test/Microsoft.AspNet.Mvc.IntegrationTests/project.json b/test/Microsoft.AspNetCore.Mvc.IntegrationTests/project.json similarity index 100% rename from test/Microsoft.AspNet.Mvc.IntegrationTests/project.json rename to test/Microsoft.AspNetCore.Mvc.IntegrationTests/project.json diff --git a/test/Microsoft.AspNet.Mvc.Localization.Test/HtmlLocalizerOfTTest.cs b/test/Microsoft.AspNetCore.Mvc.Localization.Test/HtmlLocalizerOfTTest.cs similarity index 100% rename from test/Microsoft.AspNet.Mvc.Localization.Test/HtmlLocalizerOfTTest.cs rename to test/Microsoft.AspNetCore.Mvc.Localization.Test/HtmlLocalizerOfTTest.cs diff --git a/test/Microsoft.AspNet.Mvc.Localization.Test/HtmlLocalizerTest.cs b/test/Microsoft.AspNetCore.Mvc.Localization.Test/HtmlLocalizerTest.cs similarity index 100% rename from test/Microsoft.AspNet.Mvc.Localization.Test/HtmlLocalizerTest.cs rename to test/Microsoft.AspNetCore.Mvc.Localization.Test/HtmlLocalizerTest.cs diff --git a/test/Microsoft.AspNet.Mvc.Localization.Test/Internal/MvcLocalizationServiceCollectionExtensionsTest.cs b/test/Microsoft.AspNetCore.Mvc.Localization.Test/Internal/MvcLocalizationServiceCollectionExtensionsTest.cs similarity index 100% rename from test/Microsoft.AspNet.Mvc.Localization.Test/Internal/MvcLocalizationServiceCollectionExtensionsTest.cs rename to test/Microsoft.AspNetCore.Mvc.Localization.Test/Internal/MvcLocalizationServiceCollectionExtensionsTest.cs diff --git a/test/Microsoft.AspNet.Mvc.Localization.Test/Microsoft.AspNet.Mvc.Localization.Test.xproj b/test/Microsoft.AspNetCore.Mvc.Localization.Test/Microsoft.AspNetCore.Mvc.Localization.Test.xproj similarity index 100% rename from test/Microsoft.AspNet.Mvc.Localization.Test/Microsoft.AspNet.Mvc.Localization.Test.xproj rename to test/Microsoft.AspNetCore.Mvc.Localization.Test/Microsoft.AspNetCore.Mvc.Localization.Test.xproj diff --git a/test/Microsoft.AspNet.Mvc.Localization.Test/TestStringLocalizer.cs b/test/Microsoft.AspNetCore.Mvc.Localization.Test/TestStringLocalizer.cs similarity index 100% rename from test/Microsoft.AspNet.Mvc.Localization.Test/TestStringLocalizer.cs rename to test/Microsoft.AspNetCore.Mvc.Localization.Test/TestStringLocalizer.cs diff --git a/test/Microsoft.AspNet.Mvc.Localization.Test/ViewLocalizerTest.cs b/test/Microsoft.AspNetCore.Mvc.Localization.Test/ViewLocalizerTest.cs similarity index 100% rename from test/Microsoft.AspNet.Mvc.Localization.Test/ViewLocalizerTest.cs rename to test/Microsoft.AspNetCore.Mvc.Localization.Test/ViewLocalizerTest.cs diff --git a/test/Microsoft.AspNet.Mvc.Localization.Test/project.json b/test/Microsoft.AspNetCore.Mvc.Localization.Test/project.json similarity index 100% rename from test/Microsoft.AspNet.Mvc.Localization.Test/project.json rename to test/Microsoft.AspNetCore.Mvc.Localization.Test/project.json diff --git a/test/Microsoft.AspNet.Mvc.Razor.Host.Test/Directives/ChunkInheritanceUtilityTest.cs b/test/Microsoft.AspNetCore.Mvc.Razor.Host.Test/Directives/ChunkInheritanceUtilityTest.cs similarity index 100% rename from test/Microsoft.AspNet.Mvc.Razor.Host.Test/Directives/ChunkInheritanceUtilityTest.cs rename to test/Microsoft.AspNetCore.Mvc.Razor.Host.Test/Directives/ChunkInheritanceUtilityTest.cs diff --git a/test/Microsoft.AspNet.Mvc.Razor.Host.Test/Directives/DefaultCodeTreeCacheTest.cs b/test/Microsoft.AspNetCore.Mvc.Razor.Host.Test/Directives/DefaultCodeTreeCacheTest.cs similarity index 100% rename from test/Microsoft.AspNet.Mvc.Razor.Host.Test/Directives/DefaultCodeTreeCacheTest.cs rename to test/Microsoft.AspNetCore.Mvc.Razor.Host.Test/Directives/DefaultCodeTreeCacheTest.cs diff --git a/test/Microsoft.AspNet.Mvc.Razor.Host.Test/Directives/InjectChunkMergerTest.cs b/test/Microsoft.AspNetCore.Mvc.Razor.Host.Test/Directives/InjectChunkMergerTest.cs similarity index 100% rename from test/Microsoft.AspNet.Mvc.Razor.Host.Test/Directives/InjectChunkMergerTest.cs rename to test/Microsoft.AspNetCore.Mvc.Razor.Host.Test/Directives/InjectChunkMergerTest.cs diff --git a/test/Microsoft.AspNet.Mvc.Razor.Host.Test/Directives/SetBaseTypeChunkMergerTest.cs b/test/Microsoft.AspNetCore.Mvc.Razor.Host.Test/Directives/SetBaseTypeChunkMergerTest.cs similarity index 100% rename from test/Microsoft.AspNet.Mvc.Razor.Host.Test/Directives/SetBaseTypeChunkMergerTest.cs rename to test/Microsoft.AspNetCore.Mvc.Razor.Host.Test/Directives/SetBaseTypeChunkMergerTest.cs diff --git a/test/Microsoft.AspNet.Mvc.Razor.Host.Test/Directives/UsingChunkMergerTest.cs b/test/Microsoft.AspNetCore.Mvc.Razor.Host.Test/Directives/UsingChunkMergerTest.cs similarity index 100% rename from test/Microsoft.AspNet.Mvc.Razor.Host.Test/Directives/UsingChunkMergerTest.cs rename to test/Microsoft.AspNetCore.Mvc.Razor.Host.Test/Directives/UsingChunkMergerTest.cs diff --git a/test/Microsoft.AspNet.Mvc.Razor.Host.Test/InjectChunkVisitorTest.cs b/test/Microsoft.AspNetCore.Mvc.Razor.Host.Test/InjectChunkVisitorTest.cs similarity index 100% rename from test/Microsoft.AspNet.Mvc.Razor.Host.Test/InjectChunkVisitorTest.cs rename to test/Microsoft.AspNetCore.Mvc.Razor.Host.Test/InjectChunkVisitorTest.cs diff --git a/test/Microsoft.AspNet.Mvc.Razor.Host.Test/InputTestTagHelper.cs b/test/Microsoft.AspNetCore.Mvc.Razor.Host.Test/InputTestTagHelper.cs similarity index 100% rename from test/Microsoft.AspNet.Mvc.Razor.Host.Test/InputTestTagHelper.cs rename to test/Microsoft.AspNetCore.Mvc.Razor.Host.Test/InputTestTagHelper.cs diff --git a/test/Microsoft.AspNet.Mvc.Razor.Host.Test/Microsoft.AspNet.Mvc.Razor.Host.Test.xproj b/test/Microsoft.AspNetCore.Mvc.Razor.Host.Test/Microsoft.AspNetCore.Mvc.Razor.Host.Test.xproj similarity index 100% rename from test/Microsoft.AspNet.Mvc.Razor.Host.Test/Microsoft.AspNet.Mvc.Razor.Host.Test.xproj rename to test/Microsoft.AspNetCore.Mvc.Razor.Host.Test/Microsoft.AspNetCore.Mvc.Razor.Host.Test.xproj diff --git a/test/Microsoft.AspNet.Mvc.Razor.Host.Test/MvcCSharpRazorCodeParserTest.cs b/test/Microsoft.AspNetCore.Mvc.Razor.Host.Test/MvcCSharpRazorCodeParserTest.cs similarity index 100% rename from test/Microsoft.AspNet.Mvc.Razor.Host.Test/MvcCSharpRazorCodeParserTest.cs rename to test/Microsoft.AspNetCore.Mvc.Razor.Host.Test/MvcCSharpRazorCodeParserTest.cs diff --git a/test/Microsoft.AspNet.Mvc.Razor.Host.Test/MvcRazorHostTest.cs b/test/Microsoft.AspNetCore.Mvc.Razor.Host.Test/MvcRazorHostTest.cs similarity index 100% rename from test/Microsoft.AspNet.Mvc.Razor.Host.Test/MvcRazorHostTest.cs rename to test/Microsoft.AspNetCore.Mvc.Razor.Host.Test/MvcRazorHostTest.cs diff --git a/test/Microsoft.AspNet.Mvc.Razor.Host.Test/MvcRazorParserTest.cs b/test/Microsoft.AspNetCore.Mvc.Razor.Host.Test/MvcRazorParserTest.cs similarity index 100% rename from test/Microsoft.AspNet.Mvc.Razor.Host.Test/MvcRazorParserTest.cs rename to test/Microsoft.AspNetCore.Mvc.Razor.Host.Test/MvcRazorParserTest.cs diff --git a/test/Microsoft.AspNet.Mvc.Razor.Host.Test/MvcTagHelperAttributeValueCodeRendererTest.cs b/test/Microsoft.AspNetCore.Mvc.Razor.Host.Test/MvcTagHelperAttributeValueCodeRendererTest.cs similarity index 100% rename from test/Microsoft.AspNet.Mvc.Razor.Host.Test/MvcTagHelperAttributeValueCodeRendererTest.cs rename to test/Microsoft.AspNetCore.Mvc.Razor.Host.Test/MvcTagHelperAttributeValueCodeRendererTest.cs diff --git a/test/Microsoft.AspNet.Mvc.Razor.Host.Test/Properties/AssemblyInfo.cs b/test/Microsoft.AspNetCore.Mvc.Razor.Host.Test/Properties/AssemblyInfo.cs similarity index 100% rename from test/Microsoft.AspNet.Mvc.Razor.Host.Test/Properties/AssemblyInfo.cs rename to test/Microsoft.AspNetCore.Mvc.Razor.Host.Test/Properties/AssemblyInfo.cs diff --git a/test/Microsoft.AspNet.Mvc.Razor.Host.Test/SpanFactory/RawTextSymbol.cs b/test/Microsoft.AspNetCore.Mvc.Razor.Host.Test/SpanFactory/RawTextSymbol.cs similarity index 100% rename from test/Microsoft.AspNet.Mvc.Razor.Host.Test/SpanFactory/RawTextSymbol.cs rename to test/Microsoft.AspNetCore.Mvc.Razor.Host.Test/SpanFactory/RawTextSymbol.cs diff --git a/test/Microsoft.AspNet.Mvc.Razor.Host.Test/SpanFactory/SpanConstructor.cs b/test/Microsoft.AspNetCore.Mvc.Razor.Host.Test/SpanFactory/SpanConstructor.cs similarity index 100% rename from test/Microsoft.AspNet.Mvc.Razor.Host.Test/SpanFactory/SpanConstructor.cs rename to test/Microsoft.AspNetCore.Mvc.Razor.Host.Test/SpanFactory/SpanConstructor.cs diff --git a/test/Microsoft.AspNet.Mvc.Razor.Host.Test/SpanFactory/SpanFactory.cs b/test/Microsoft.AspNetCore.Mvc.Razor.Host.Test/SpanFactory/SpanFactory.cs similarity index 100% rename from test/Microsoft.AspNet.Mvc.Razor.Host.Test/SpanFactory/SpanFactory.cs rename to test/Microsoft.AspNetCore.Mvc.Razor.Host.Test/SpanFactory/SpanFactory.cs diff --git a/test/Microsoft.AspNet.Mvc.Razor.Host.Test/SpanFactory/SpanFactoryExtensions.cs b/test/Microsoft.AspNetCore.Mvc.Razor.Host.Test/SpanFactory/SpanFactoryExtensions.cs similarity index 100% rename from test/Microsoft.AspNet.Mvc.Razor.Host.Test/SpanFactory/SpanFactoryExtensions.cs rename to test/Microsoft.AspNetCore.Mvc.Razor.Host.Test/SpanFactory/SpanFactoryExtensions.cs diff --git a/test/Microsoft.AspNet.Mvc.Razor.Host.Test/SpanFactory/UnclassifiedCodeSpanConstructor.cs b/test/Microsoft.AspNetCore.Mvc.Razor.Host.Test/SpanFactory/UnclassifiedCodeSpanConstructor.cs similarity index 100% rename from test/Microsoft.AspNet.Mvc.Razor.Host.Test/SpanFactory/UnclassifiedCodeSpanConstructor.cs rename to test/Microsoft.AspNetCore.Mvc.Razor.Host.Test/SpanFactory/UnclassifiedCodeSpanConstructor.cs diff --git a/test/Microsoft.AspNet.Mvc.Razor.Host.Test/StringTextBuffer.cs b/test/Microsoft.AspNetCore.Mvc.Razor.Host.Test/StringTextBuffer.cs similarity index 100% rename from test/Microsoft.AspNet.Mvc.Razor.Host.Test/StringTextBuffer.cs rename to test/Microsoft.AspNetCore.Mvc.Razor.Host.Test/StringTextBuffer.cs diff --git a/test/Microsoft.AspNet.Mvc.Razor.Host.Test/TestFiles/Input/Basic.cshtml b/test/Microsoft.AspNetCore.Mvc.Razor.Host.Test/TestFiles/Input/Basic.cshtml similarity index 100% rename from test/Microsoft.AspNet.Mvc.Razor.Host.Test/TestFiles/Input/Basic.cshtml rename to test/Microsoft.AspNetCore.Mvc.Razor.Host.Test/TestFiles/Input/Basic.cshtml diff --git a/test/Microsoft.AspNet.Mvc.Razor.Host.Test/TestFiles/Input/Inject.cshtml b/test/Microsoft.AspNetCore.Mvc.Razor.Host.Test/TestFiles/Input/Inject.cshtml similarity index 100% rename from test/Microsoft.AspNet.Mvc.Razor.Host.Test/TestFiles/Input/Inject.cshtml rename to test/Microsoft.AspNetCore.Mvc.Razor.Host.Test/TestFiles/Input/Inject.cshtml diff --git a/test/Microsoft.AspNet.Mvc.Razor.Host.Test/TestFiles/Input/InjectWithModel.cshtml b/test/Microsoft.AspNetCore.Mvc.Razor.Host.Test/TestFiles/Input/InjectWithModel.cshtml similarity index 100% rename from test/Microsoft.AspNet.Mvc.Razor.Host.Test/TestFiles/Input/InjectWithModel.cshtml rename to test/Microsoft.AspNetCore.Mvc.Razor.Host.Test/TestFiles/Input/InjectWithModel.cshtml diff --git a/test/Microsoft.AspNet.Mvc.Razor.Host.Test/TestFiles/Input/InjectWithSemicolon.cshtml b/test/Microsoft.AspNetCore.Mvc.Razor.Host.Test/TestFiles/Input/InjectWithSemicolon.cshtml similarity index 100% rename from test/Microsoft.AspNet.Mvc.Razor.Host.Test/TestFiles/Input/InjectWithSemicolon.cshtml rename to test/Microsoft.AspNetCore.Mvc.Razor.Host.Test/TestFiles/Input/InjectWithSemicolon.cshtml diff --git a/test/Microsoft.AspNet.Mvc.Razor.Host.Test/TestFiles/Input/Model.cshtml b/test/Microsoft.AspNetCore.Mvc.Razor.Host.Test/TestFiles/Input/Model.cshtml similarity index 100% rename from test/Microsoft.AspNet.Mvc.Razor.Host.Test/TestFiles/Input/Model.cshtml rename to test/Microsoft.AspNetCore.Mvc.Razor.Host.Test/TestFiles/Input/Model.cshtml diff --git a/test/Microsoft.AspNet.Mvc.Razor.Host.Test/TestFiles/Input/ModelExpressionTagHelper.cshtml b/test/Microsoft.AspNetCore.Mvc.Razor.Host.Test/TestFiles/Input/ModelExpressionTagHelper.cshtml similarity index 100% rename from test/Microsoft.AspNet.Mvc.Razor.Host.Test/TestFiles/Input/ModelExpressionTagHelper.cshtml rename to test/Microsoft.AspNetCore.Mvc.Razor.Host.Test/TestFiles/Input/ModelExpressionTagHelper.cshtml diff --git a/test/Microsoft.AspNet.Mvc.Razor.Host.Test/TestFiles/Input/MultipleModels.cshtml b/test/Microsoft.AspNetCore.Mvc.Razor.Host.Test/TestFiles/Input/MultipleModels.cshtml similarity index 100% rename from test/Microsoft.AspNet.Mvc.Razor.Host.Test/TestFiles/Input/MultipleModels.cshtml rename to test/Microsoft.AspNetCore.Mvc.Razor.Host.Test/TestFiles/Input/MultipleModels.cshtml diff --git a/test/Microsoft.AspNet.Mvc.Razor.Host.Test/TestFiles/Input/_ViewImports.cshtml b/test/Microsoft.AspNetCore.Mvc.Razor.Host.Test/TestFiles/Input/_ViewImports.cshtml similarity index 100% rename from test/Microsoft.AspNet.Mvc.Razor.Host.Test/TestFiles/Input/_ViewImports.cshtml rename to test/Microsoft.AspNetCore.Mvc.Razor.Host.Test/TestFiles/Input/_ViewImports.cshtml diff --git a/test/Microsoft.AspNet.Mvc.Razor.Host.Test/TestFiles/Output/DesignTime/Basic.cs b/test/Microsoft.AspNetCore.Mvc.Razor.Host.Test/TestFiles/Output/DesignTime/Basic.cs similarity index 100% rename from test/Microsoft.AspNet.Mvc.Razor.Host.Test/TestFiles/Output/DesignTime/Basic.cs rename to test/Microsoft.AspNetCore.Mvc.Razor.Host.Test/TestFiles/Output/DesignTime/Basic.cs diff --git a/test/Microsoft.AspNet.Mvc.Razor.Host.Test/TestFiles/Output/DesignTime/Inject.cs b/test/Microsoft.AspNetCore.Mvc.Razor.Host.Test/TestFiles/Output/DesignTime/Inject.cs similarity index 100% rename from test/Microsoft.AspNet.Mvc.Razor.Host.Test/TestFiles/Output/DesignTime/Inject.cs rename to test/Microsoft.AspNetCore.Mvc.Razor.Host.Test/TestFiles/Output/DesignTime/Inject.cs diff --git a/test/Microsoft.AspNet.Mvc.Razor.Host.Test/TestFiles/Output/DesignTime/InjectWithModel.cs b/test/Microsoft.AspNetCore.Mvc.Razor.Host.Test/TestFiles/Output/DesignTime/InjectWithModel.cs similarity index 100% rename from test/Microsoft.AspNet.Mvc.Razor.Host.Test/TestFiles/Output/DesignTime/InjectWithModel.cs rename to test/Microsoft.AspNetCore.Mvc.Razor.Host.Test/TestFiles/Output/DesignTime/InjectWithModel.cs diff --git a/test/Microsoft.AspNet.Mvc.Razor.Host.Test/TestFiles/Output/DesignTime/InjectWithSemicolon.cs b/test/Microsoft.AspNetCore.Mvc.Razor.Host.Test/TestFiles/Output/DesignTime/InjectWithSemicolon.cs similarity index 100% rename from test/Microsoft.AspNet.Mvc.Razor.Host.Test/TestFiles/Output/DesignTime/InjectWithSemicolon.cs rename to test/Microsoft.AspNetCore.Mvc.Razor.Host.Test/TestFiles/Output/DesignTime/InjectWithSemicolon.cs diff --git a/test/Microsoft.AspNet.Mvc.Razor.Host.Test/TestFiles/Output/DesignTime/Model.cs b/test/Microsoft.AspNetCore.Mvc.Razor.Host.Test/TestFiles/Output/DesignTime/Model.cs similarity index 100% rename from test/Microsoft.AspNet.Mvc.Razor.Host.Test/TestFiles/Output/DesignTime/Model.cs rename to test/Microsoft.AspNetCore.Mvc.Razor.Host.Test/TestFiles/Output/DesignTime/Model.cs diff --git a/test/Microsoft.AspNet.Mvc.Razor.Host.Test/TestFiles/Output/DesignTime/ModelExpressionTagHelper.cs b/test/Microsoft.AspNetCore.Mvc.Razor.Host.Test/TestFiles/Output/DesignTime/ModelExpressionTagHelper.cs similarity index 100% rename from test/Microsoft.AspNet.Mvc.Razor.Host.Test/TestFiles/Output/DesignTime/ModelExpressionTagHelper.cs rename to test/Microsoft.AspNetCore.Mvc.Razor.Host.Test/TestFiles/Output/DesignTime/ModelExpressionTagHelper.cs diff --git a/test/Microsoft.AspNet.Mvc.Razor.Host.Test/TestFiles/Output/DesignTime/MultipleModels.cs b/test/Microsoft.AspNetCore.Mvc.Razor.Host.Test/TestFiles/Output/DesignTime/MultipleModels.cs similarity index 100% rename from test/Microsoft.AspNet.Mvc.Razor.Host.Test/TestFiles/Output/DesignTime/MultipleModels.cs rename to test/Microsoft.AspNetCore.Mvc.Razor.Host.Test/TestFiles/Output/DesignTime/MultipleModels.cs diff --git a/test/Microsoft.AspNet.Mvc.Razor.Host.Test/TestFiles/Output/DesignTime/_ViewImports.cs b/test/Microsoft.AspNetCore.Mvc.Razor.Host.Test/TestFiles/Output/DesignTime/_ViewImports.cs similarity index 100% rename from test/Microsoft.AspNet.Mvc.Razor.Host.Test/TestFiles/Output/DesignTime/_ViewImports.cs rename to test/Microsoft.AspNetCore.Mvc.Razor.Host.Test/TestFiles/Output/DesignTime/_ViewImports.cs diff --git a/test/Microsoft.AspNet.Mvc.Razor.Host.Test/TestFiles/Output/Runtime/Basic.cs b/test/Microsoft.AspNetCore.Mvc.Razor.Host.Test/TestFiles/Output/Runtime/Basic.cs similarity index 100% rename from test/Microsoft.AspNet.Mvc.Razor.Host.Test/TestFiles/Output/Runtime/Basic.cs rename to test/Microsoft.AspNetCore.Mvc.Razor.Host.Test/TestFiles/Output/Runtime/Basic.cs diff --git a/test/Microsoft.AspNet.Mvc.Razor.Host.Test/TestFiles/Output/Runtime/Inject.cs b/test/Microsoft.AspNetCore.Mvc.Razor.Host.Test/TestFiles/Output/Runtime/Inject.cs similarity index 100% rename from test/Microsoft.AspNet.Mvc.Razor.Host.Test/TestFiles/Output/Runtime/Inject.cs rename to test/Microsoft.AspNetCore.Mvc.Razor.Host.Test/TestFiles/Output/Runtime/Inject.cs diff --git a/test/Microsoft.AspNet.Mvc.Razor.Host.Test/TestFiles/Output/Runtime/InjectWithModel.cs b/test/Microsoft.AspNetCore.Mvc.Razor.Host.Test/TestFiles/Output/Runtime/InjectWithModel.cs similarity index 100% rename from test/Microsoft.AspNet.Mvc.Razor.Host.Test/TestFiles/Output/Runtime/InjectWithModel.cs rename to test/Microsoft.AspNetCore.Mvc.Razor.Host.Test/TestFiles/Output/Runtime/InjectWithModel.cs diff --git a/test/Microsoft.AspNet.Mvc.Razor.Host.Test/TestFiles/Output/Runtime/InjectWithSemicolon.cs b/test/Microsoft.AspNetCore.Mvc.Razor.Host.Test/TestFiles/Output/Runtime/InjectWithSemicolon.cs similarity index 100% rename from test/Microsoft.AspNet.Mvc.Razor.Host.Test/TestFiles/Output/Runtime/InjectWithSemicolon.cs rename to test/Microsoft.AspNetCore.Mvc.Razor.Host.Test/TestFiles/Output/Runtime/InjectWithSemicolon.cs diff --git a/test/Microsoft.AspNet.Mvc.Razor.Host.Test/TestFiles/Output/Runtime/Model.cs b/test/Microsoft.AspNetCore.Mvc.Razor.Host.Test/TestFiles/Output/Runtime/Model.cs similarity index 100% rename from test/Microsoft.AspNet.Mvc.Razor.Host.Test/TestFiles/Output/Runtime/Model.cs rename to test/Microsoft.AspNetCore.Mvc.Razor.Host.Test/TestFiles/Output/Runtime/Model.cs diff --git a/test/Microsoft.AspNet.Mvc.Razor.Host.Test/TestFiles/Output/Runtime/ModelExpressionTagHelper.cs b/test/Microsoft.AspNetCore.Mvc.Razor.Host.Test/TestFiles/Output/Runtime/ModelExpressionTagHelper.cs similarity index 100% rename from test/Microsoft.AspNet.Mvc.Razor.Host.Test/TestFiles/Output/Runtime/ModelExpressionTagHelper.cs rename to test/Microsoft.AspNetCore.Mvc.Razor.Host.Test/TestFiles/Output/Runtime/ModelExpressionTagHelper.cs diff --git a/test/Microsoft.AspNet.Mvc.Razor.Host.Test/TestFiles/Output/Runtime/_ViewImports.cs b/test/Microsoft.AspNetCore.Mvc.Razor.Host.Test/TestFiles/Output/Runtime/_ViewImports.cs similarity index 100% rename from test/Microsoft.AspNet.Mvc.Razor.Host.Test/TestFiles/Output/Runtime/_ViewImports.cs rename to test/Microsoft.AspNetCore.Mvc.Razor.Host.Test/TestFiles/Output/Runtime/_ViewImports.cs diff --git a/test/Microsoft.AspNet.Mvc.Razor.Host.Test/TestFiles/ViewStartUtilityFiles/Areas/MyArea/Sub/Views/Admin/Test.cshtml b/test/Microsoft.AspNetCore.Mvc.Razor.Host.Test/TestFiles/ViewStartUtilityFiles/Areas/MyArea/Sub/Views/Admin/Test.cshtml similarity index 100% rename from test/Microsoft.AspNet.Mvc.Razor.Host.Test/TestFiles/ViewStartUtilityFiles/Areas/MyArea/Sub/Views/Admin/Test.cshtml rename to test/Microsoft.AspNetCore.Mvc.Razor.Host.Test/TestFiles/ViewStartUtilityFiles/Areas/MyArea/Sub/Views/Admin/Test.cshtml diff --git a/test/Microsoft.AspNet.Mvc.Razor.Host.Test/TestFiles/ViewStartUtilityFiles/Areas/MyArea/Sub/Views/Admin/ViewStart.cshtml b/test/Microsoft.AspNetCore.Mvc.Razor.Host.Test/TestFiles/ViewStartUtilityFiles/Areas/MyArea/Sub/Views/Admin/ViewStart.cshtml similarity index 100% rename from test/Microsoft.AspNet.Mvc.Razor.Host.Test/TestFiles/ViewStartUtilityFiles/Areas/MyArea/Sub/Views/Admin/ViewStart.cshtml rename to test/Microsoft.AspNetCore.Mvc.Razor.Host.Test/TestFiles/ViewStartUtilityFiles/Areas/MyArea/Sub/Views/Admin/ViewStart.cshtml diff --git a/test/Microsoft.AspNet.Mvc.Razor.Host.Test/TestFiles/ViewStartUtilityFiles/Areas/MyArea/Sub/Views/Admin/_ViewStart.cshtml b/test/Microsoft.AspNetCore.Mvc.Razor.Host.Test/TestFiles/ViewStartUtilityFiles/Areas/MyArea/Sub/Views/Admin/_ViewStart.cshtml similarity index 100% rename from test/Microsoft.AspNet.Mvc.Razor.Host.Test/TestFiles/ViewStartUtilityFiles/Areas/MyArea/Sub/Views/Admin/_ViewStart.cshtml rename to test/Microsoft.AspNetCore.Mvc.Razor.Host.Test/TestFiles/ViewStartUtilityFiles/Areas/MyArea/Sub/Views/Admin/_ViewStart.cshtml diff --git a/test/Microsoft.AspNet.Mvc.Razor.Host.Test/TestFiles/ViewStartUtilityFiles/Views/Home/MyView.cshtml b/test/Microsoft.AspNetCore.Mvc.Razor.Host.Test/TestFiles/ViewStartUtilityFiles/Views/Home/MyView.cshtml similarity index 100% rename from test/Microsoft.AspNet.Mvc.Razor.Host.Test/TestFiles/ViewStartUtilityFiles/Views/Home/MyView.cshtml rename to test/Microsoft.AspNetCore.Mvc.Razor.Host.Test/TestFiles/ViewStartUtilityFiles/Views/Home/MyView.cshtml diff --git a/test/Microsoft.AspNet.Mvc.Razor.Host.Test/TestFiles/ViewStartUtilityFiles/Views/Home/_ViewStart.cshtml b/test/Microsoft.AspNetCore.Mvc.Razor.Host.Test/TestFiles/ViewStartUtilityFiles/Views/Home/_ViewStart.cshtml similarity index 100% rename from test/Microsoft.AspNet.Mvc.Razor.Host.Test/TestFiles/ViewStartUtilityFiles/Views/Home/_ViewStart.cshtml rename to test/Microsoft.AspNetCore.Mvc.Razor.Host.Test/TestFiles/ViewStartUtilityFiles/Views/Home/_ViewStart.cshtml diff --git a/test/Microsoft.AspNet.Mvc.Razor.Host.Test/ViewHierarchyUtilityTest.cs b/test/Microsoft.AspNetCore.Mvc.Razor.Host.Test/ViewHierarchyUtilityTest.cs similarity index 100% rename from test/Microsoft.AspNet.Mvc.Razor.Host.Test/ViewHierarchyUtilityTest.cs rename to test/Microsoft.AspNetCore.Mvc.Razor.Host.Test/ViewHierarchyUtilityTest.cs diff --git a/test/Microsoft.AspNet.Mvc.Razor.Host.Test/project.json b/test/Microsoft.AspNetCore.Mvc.Razor.Host.Test/project.json similarity index 100% rename from test/Microsoft.AspNet.Mvc.Razor.Host.Test/project.json rename to test/Microsoft.AspNetCore.Mvc.Razor.Host.Test/project.json diff --git a/test/Microsoft.AspNet.Mvc.Razor.Test/Compilation/CompilationResultTest.cs b/test/Microsoft.AspNetCore.Mvc.Razor.Test/Compilation/CompilationResultTest.cs similarity index 100% rename from test/Microsoft.AspNet.Mvc.Razor.Test/Compilation/CompilationResultTest.cs rename to test/Microsoft.AspNetCore.Mvc.Razor.Test/Compilation/CompilationResultTest.cs diff --git a/test/Microsoft.AspNet.Mvc.Razor.Test/Compilation/CompilerCacheTest.cs b/test/Microsoft.AspNetCore.Mvc.Razor.Test/Compilation/CompilerCacheTest.cs similarity index 100% rename from test/Microsoft.AspNet.Mvc.Razor.Test/Compilation/CompilerCacheTest.cs rename to test/Microsoft.AspNetCore.Mvc.Razor.Test/Compilation/CompilerCacheTest.cs diff --git a/test/Microsoft.AspNet.Mvc.Razor.Test/Compilation/DefaultRoslynCompilationServiceTest.cs b/test/Microsoft.AspNetCore.Mvc.Razor.Test/Compilation/DefaultRoslynCompilationServiceTest.cs similarity index 100% rename from test/Microsoft.AspNet.Mvc.Razor.Test/Compilation/DefaultRoslynCompilationServiceTest.cs rename to test/Microsoft.AspNetCore.Mvc.Razor.Test/Compilation/DefaultRoslynCompilationServiceTest.cs diff --git a/test/Microsoft.AspNet.Mvc.Razor.Test/Compilation/ExpressionRewriterTest.cs b/test/Microsoft.AspNetCore.Mvc.Razor.Test/Compilation/ExpressionRewriterTest.cs similarity index 100% rename from test/Microsoft.AspNet.Mvc.Razor.Test/Compilation/ExpressionRewriterTest.cs rename to test/Microsoft.AspNetCore.Mvc.Razor.Test/Compilation/ExpressionRewriterTest.cs diff --git a/test/Microsoft.AspNet.Mvc.Razor.Test/Compilation/RazorCompilationServiceTest.cs b/test/Microsoft.AspNetCore.Mvc.Razor.Test/Compilation/RazorCompilationServiceTest.cs similarity index 100% rename from test/Microsoft.AspNet.Mvc.Razor.Test/Compilation/RazorCompilationServiceTest.cs rename to test/Microsoft.AspNetCore.Mvc.Razor.Test/Compilation/RazorCompilationServiceTest.cs diff --git a/test/Microsoft.AspNet.Mvc.Razor.Test/DefaultPrecompiledViewsProviderTest.cs b/test/Microsoft.AspNetCore.Mvc.Razor.Test/DefaultPrecompiledViewsProviderTest.cs similarity index 100% rename from test/Microsoft.AspNet.Mvc.Razor.Test/DefaultPrecompiledViewsProviderTest.cs rename to test/Microsoft.AspNetCore.Mvc.Razor.Test/DefaultPrecompiledViewsProviderTest.cs diff --git a/test/Microsoft.AspNet.Mvc.Razor.Test/DefaultRazorPageFactoryProviderTest.cs b/test/Microsoft.AspNetCore.Mvc.Razor.Test/DefaultRazorPageFactoryProviderTest.cs similarity index 100% rename from test/Microsoft.AspNet.Mvc.Razor.Test/DefaultRazorPageFactoryProviderTest.cs rename to test/Microsoft.AspNetCore.Mvc.Razor.Test/DefaultRazorPageFactoryProviderTest.cs diff --git a/test/Microsoft.AspNet.Mvc.Razor.Test/DefaultRazorViewEngineFileProviderAccessorTest.cs b/test/Microsoft.AspNetCore.Mvc.Razor.Test/DefaultRazorViewEngineFileProviderAccessorTest.cs similarity index 100% rename from test/Microsoft.AspNet.Mvc.Razor.Test/DefaultRazorViewEngineFileProviderAccessorTest.cs rename to test/Microsoft.AspNetCore.Mvc.Razor.Test/DefaultRazorViewEngineFileProviderAccessorTest.cs diff --git a/test/Microsoft.AspNet.Mvc.Razor.Test/DefaultTagHelperActivatorTest.cs b/test/Microsoft.AspNetCore.Mvc.Razor.Test/DefaultTagHelperActivatorTest.cs similarity index 100% rename from test/Microsoft.AspNet.Mvc.Razor.Test/DefaultTagHelperActivatorTest.cs rename to test/Microsoft.AspNetCore.Mvc.Razor.Test/DefaultTagHelperActivatorTest.cs diff --git a/test/Microsoft.AspNet.Mvc.Razor.Test/LanguageViewLocationExpanderTest.cs b/test/Microsoft.AspNetCore.Mvc.Razor.Test/LanguageViewLocationExpanderTest.cs similarity index 100% rename from test/Microsoft.AspNet.Mvc.Razor.Test/LanguageViewLocationExpanderTest.cs rename to test/Microsoft.AspNetCore.Mvc.Razor.Test/LanguageViewLocationExpanderTest.cs diff --git a/test/Microsoft.AspNet.Mvc.Razor.Test/Microsoft.AspNet.Mvc.Razor.Test.xproj b/test/Microsoft.AspNetCore.Mvc.Razor.Test/Microsoft.AspNetCore.Mvc.Razor.Test.xproj similarity index 100% rename from test/Microsoft.AspNet.Mvc.Razor.Test/Microsoft.AspNet.Mvc.Razor.Test.xproj rename to test/Microsoft.AspNetCore.Mvc.Razor.Test/Microsoft.AspNetCore.Mvc.Razor.Test.xproj diff --git a/test/Microsoft.AspNet.Mvc.Razor.Test/MvcRazorCodeParserTest.cs b/test/Microsoft.AspNetCore.Mvc.Razor.Test/MvcRazorCodeParserTest.cs similarity index 100% rename from test/Microsoft.AspNet.Mvc.Razor.Test/MvcRazorCodeParserTest.cs rename to test/Microsoft.AspNetCore.Mvc.Razor.Test/MvcRazorCodeParserTest.cs diff --git a/test/Microsoft.AspNet.Mvc.Razor.Test/Properties/AssemblyInfo.cs b/test/Microsoft.AspNetCore.Mvc.Razor.Test/Properties/AssemblyInfo.cs similarity index 100% rename from test/Microsoft.AspNet.Mvc.Razor.Test/Properties/AssemblyInfo.cs rename to test/Microsoft.AspNetCore.Mvc.Razor.Test/Properties/AssemblyInfo.cs diff --git a/test/Microsoft.AspNet.Mvc.Razor.Test/RazorPageActivatorTest.cs b/test/Microsoft.AspNetCore.Mvc.Razor.Test/RazorPageActivatorTest.cs similarity index 100% rename from test/Microsoft.AspNet.Mvc.Razor.Test/RazorPageActivatorTest.cs rename to test/Microsoft.AspNetCore.Mvc.Razor.Test/RazorPageActivatorTest.cs diff --git a/test/Microsoft.AspNet.Mvc.Razor.Test/RazorPageCreateModelExpressionTest.cs b/test/Microsoft.AspNetCore.Mvc.Razor.Test/RazorPageCreateModelExpressionTest.cs similarity index 100% rename from test/Microsoft.AspNet.Mvc.Razor.Test/RazorPageCreateModelExpressionTest.cs rename to test/Microsoft.AspNetCore.Mvc.Razor.Test/RazorPageCreateModelExpressionTest.cs diff --git a/test/Microsoft.AspNet.Mvc.Razor.Test/RazorPageCreateTagHelperTest.cs b/test/Microsoft.AspNetCore.Mvc.Razor.Test/RazorPageCreateTagHelperTest.cs similarity index 100% rename from test/Microsoft.AspNet.Mvc.Razor.Test/RazorPageCreateTagHelperTest.cs rename to test/Microsoft.AspNetCore.Mvc.Razor.Test/RazorPageCreateTagHelperTest.cs diff --git a/test/Microsoft.AspNet.Mvc.Razor.Test/RazorPageTest.cs b/test/Microsoft.AspNetCore.Mvc.Razor.Test/RazorPageTest.cs similarity index 100% rename from test/Microsoft.AspNet.Mvc.Razor.Test/RazorPageTest.cs rename to test/Microsoft.AspNetCore.Mvc.Razor.Test/RazorPageTest.cs diff --git a/test/Microsoft.AspNet.Mvc.Razor.Test/RazorTextWriterTest.cs b/test/Microsoft.AspNetCore.Mvc.Razor.Test/RazorTextWriterTest.cs similarity index 100% rename from test/Microsoft.AspNet.Mvc.Razor.Test/RazorTextWriterTest.cs rename to test/Microsoft.AspNetCore.Mvc.Razor.Test/RazorTextWriterTest.cs diff --git a/test/Microsoft.AspNet.Mvc.Razor.Test/RazorViewEngineOptionsTest.cs b/test/Microsoft.AspNetCore.Mvc.Razor.Test/RazorViewEngineOptionsTest.cs similarity index 100% rename from test/Microsoft.AspNet.Mvc.Razor.Test/RazorViewEngineOptionsTest.cs rename to test/Microsoft.AspNetCore.Mvc.Razor.Test/RazorViewEngineOptionsTest.cs diff --git a/test/Microsoft.AspNet.Mvc.Razor.Test/RazorViewEngineTest.cs b/test/Microsoft.AspNetCore.Mvc.Razor.Test/RazorViewEngineTest.cs similarity index 100% rename from test/Microsoft.AspNet.Mvc.Razor.Test/RazorViewEngineTest.cs rename to test/Microsoft.AspNetCore.Mvc.Razor.Test/RazorViewEngineTest.cs diff --git a/test/Microsoft.AspNet.Mvc.Razor.Test/RazorViewTest.cs b/test/Microsoft.AspNetCore.Mvc.Razor.Test/RazorViewTest.cs similarity index 100% rename from test/Microsoft.AspNet.Mvc.Razor.Test/RazorViewTest.cs rename to test/Microsoft.AspNetCore.Mvc.Razor.Test/RazorViewTest.cs diff --git a/test/Microsoft.AspNet.Mvc.Razor.Test/SpanFactory.cs b/test/Microsoft.AspNetCore.Mvc.Razor.Test/SpanFactory.cs similarity index 100% rename from test/Microsoft.AspNet.Mvc.Razor.Test/SpanFactory.cs rename to test/Microsoft.AspNetCore.Mvc.Razor.Test/SpanFactory.cs diff --git a/test/Microsoft.AspNet.Mvc.Razor.Test/TagHelpers/UrlResolutionTagHelperTest.cs b/test/Microsoft.AspNetCore.Mvc.Razor.Test/TagHelpers/UrlResolutionTagHelperTest.cs similarity index 100% rename from test/Microsoft.AspNet.Mvc.Razor.Test/TagHelpers/UrlResolutionTagHelperTest.cs rename to test/Microsoft.AspNetCore.Mvc.Razor.Test/TagHelpers/UrlResolutionTagHelperTest.cs diff --git a/test/Microsoft.AspNet.Mvc.Razor.Test/project.json b/test/Microsoft.AspNetCore.Mvc.Razor.Test/project.json similarity index 100% rename from test/Microsoft.AspNet.Mvc.Razor.Test/project.json rename to test/Microsoft.AspNetCore.Mvc.Razor.Test/project.json diff --git a/test/Microsoft.AspNet.Mvc.TagHelpers.Test/AnchorTagHelperTest.cs b/test/Microsoft.AspNetCore.Mvc.TagHelpers.Test/AnchorTagHelperTest.cs similarity index 100% rename from test/Microsoft.AspNet.Mvc.TagHelpers.Test/AnchorTagHelperTest.cs rename to test/Microsoft.AspNetCore.Mvc.TagHelpers.Test/AnchorTagHelperTest.cs diff --git a/test/Microsoft.AspNet.Mvc.TagHelpers.Test/CacheTagHelperTest.cs b/test/Microsoft.AspNetCore.Mvc.TagHelpers.Test/CacheTagHelperTest.cs similarity index 100% rename from test/Microsoft.AspNet.Mvc.TagHelpers.Test/CacheTagHelperTest.cs rename to test/Microsoft.AspNetCore.Mvc.TagHelpers.Test/CacheTagHelperTest.cs diff --git a/test/Microsoft.AspNet.Mvc.TagHelpers.Test/EnvironmentTagHelperTest.cs b/test/Microsoft.AspNetCore.Mvc.TagHelpers.Test/EnvironmentTagHelperTest.cs similarity index 100% rename from test/Microsoft.AspNet.Mvc.TagHelpers.Test/EnvironmentTagHelperTest.cs rename to test/Microsoft.AspNetCore.Mvc.TagHelpers.Test/EnvironmentTagHelperTest.cs diff --git a/test/Microsoft.AspNet.Mvc.TagHelpers.Test/FormTagHelperTest.cs b/test/Microsoft.AspNetCore.Mvc.TagHelpers.Test/FormTagHelperTest.cs similarity index 100% rename from test/Microsoft.AspNet.Mvc.TagHelpers.Test/FormTagHelperTest.cs rename to test/Microsoft.AspNetCore.Mvc.TagHelpers.Test/FormTagHelperTest.cs diff --git a/test/Microsoft.AspNet.Mvc.TagHelpers.Test/ImageTagHelperTest.cs b/test/Microsoft.AspNetCore.Mvc.TagHelpers.Test/ImageTagHelperTest.cs similarity index 100% rename from test/Microsoft.AspNet.Mvc.TagHelpers.Test/ImageTagHelperTest.cs rename to test/Microsoft.AspNetCore.Mvc.TagHelpers.Test/ImageTagHelperTest.cs diff --git a/test/Microsoft.AspNet.Mvc.TagHelpers.Test/InputTagHelperTest.cs b/test/Microsoft.AspNetCore.Mvc.TagHelpers.Test/InputTagHelperTest.cs similarity index 100% rename from test/Microsoft.AspNet.Mvc.TagHelpers.Test/InputTagHelperTest.cs rename to test/Microsoft.AspNetCore.Mvc.TagHelpers.Test/InputTagHelperTest.cs diff --git a/test/Microsoft.AspNet.Mvc.TagHelpers.Test/Internal/AttributeMatcherTest.cs b/test/Microsoft.AspNetCore.Mvc.TagHelpers.Test/Internal/AttributeMatcherTest.cs similarity index 100% rename from test/Microsoft.AspNet.Mvc.TagHelpers.Test/Internal/AttributeMatcherTest.cs rename to test/Microsoft.AspNetCore.Mvc.TagHelpers.Test/Internal/AttributeMatcherTest.cs diff --git a/test/Microsoft.AspNet.Mvc.TagHelpers.Test/Internal/FileVersionProviderTest.cs b/test/Microsoft.AspNetCore.Mvc.TagHelpers.Test/Internal/FileVersionProviderTest.cs similarity index 100% rename from test/Microsoft.AspNet.Mvc.TagHelpers.Test/Internal/FileVersionProviderTest.cs rename to test/Microsoft.AspNetCore.Mvc.TagHelpers.Test/Internal/FileVersionProviderTest.cs diff --git a/test/Microsoft.AspNet.Mvc.TagHelpers.Test/Internal/GlobbingUrlBuilderTest.cs b/test/Microsoft.AspNetCore.Mvc.TagHelpers.Test/Internal/GlobbingUrlBuilderTest.cs similarity index 100% rename from test/Microsoft.AspNet.Mvc.TagHelpers.Test/Internal/GlobbingUrlBuilderTest.cs rename to test/Microsoft.AspNetCore.Mvc.TagHelpers.Test/Internal/GlobbingUrlBuilderTest.cs diff --git a/test/Microsoft.AspNet.Mvc.TagHelpers.Test/Internal/JavaScriptResourcesTest.cs b/test/Microsoft.AspNetCore.Mvc.TagHelpers.Test/Internal/JavaScriptResourcesTest.cs similarity index 100% rename from test/Microsoft.AspNet.Mvc.TagHelpers.Test/Internal/JavaScriptResourcesTest.cs rename to test/Microsoft.AspNetCore.Mvc.TagHelpers.Test/Internal/JavaScriptResourcesTest.cs diff --git a/test/Microsoft.AspNet.Mvc.TagHelpers.Test/LabelTagHelperTest.cs b/test/Microsoft.AspNetCore.Mvc.TagHelpers.Test/LabelTagHelperTest.cs similarity index 100% rename from test/Microsoft.AspNet.Mvc.TagHelpers.Test/LabelTagHelperTest.cs rename to test/Microsoft.AspNetCore.Mvc.TagHelpers.Test/LabelTagHelperTest.cs diff --git a/test/Microsoft.AspNet.Mvc.TagHelpers.Test/LinkTagHelperTest.cs b/test/Microsoft.AspNetCore.Mvc.TagHelpers.Test/LinkTagHelperTest.cs similarity index 100% rename from test/Microsoft.AspNet.Mvc.TagHelpers.Test/LinkTagHelperTest.cs rename to test/Microsoft.AspNetCore.Mvc.TagHelpers.Test/LinkTagHelperTest.cs diff --git a/test/Microsoft.AspNet.Mvc.TagHelpers.Test/Microsoft.AspNet.Mvc.TagHelpers.Test.xproj b/test/Microsoft.AspNetCore.Mvc.TagHelpers.Test/Microsoft.AspNetCore.Mvc.TagHelpers.Test.xproj similarity index 100% rename from test/Microsoft.AspNet.Mvc.TagHelpers.Test/Microsoft.AspNet.Mvc.TagHelpers.Test.xproj rename to test/Microsoft.AspNetCore.Mvc.TagHelpers.Test/Microsoft.AspNetCore.Mvc.TagHelpers.Test.xproj diff --git a/test/Microsoft.AspNet.Mvc.TagHelpers.Test/OptionTagHelperTest.cs b/test/Microsoft.AspNetCore.Mvc.TagHelpers.Test/OptionTagHelperTest.cs similarity index 100% rename from test/Microsoft.AspNet.Mvc.TagHelpers.Test/OptionTagHelperTest.cs rename to test/Microsoft.AspNetCore.Mvc.TagHelpers.Test/OptionTagHelperTest.cs diff --git a/test/Microsoft.AspNet.Mvc.TagHelpers.Test/RenderAtEndOfFormTagHelperTest.cs b/test/Microsoft.AspNetCore.Mvc.TagHelpers.Test/RenderAtEndOfFormTagHelperTest.cs similarity index 100% rename from test/Microsoft.AspNet.Mvc.TagHelpers.Test/RenderAtEndOfFormTagHelperTest.cs rename to test/Microsoft.AspNetCore.Mvc.TagHelpers.Test/RenderAtEndOfFormTagHelperTest.cs diff --git a/test/Microsoft.AspNet.Mvc.TagHelpers.Test/ScriptTagHelperTest.cs b/test/Microsoft.AspNetCore.Mvc.TagHelpers.Test/ScriptTagHelperTest.cs similarity index 100% rename from test/Microsoft.AspNet.Mvc.TagHelpers.Test/ScriptTagHelperTest.cs rename to test/Microsoft.AspNetCore.Mvc.TagHelpers.Test/ScriptTagHelperTest.cs diff --git a/test/Microsoft.AspNet.Mvc.TagHelpers.Test/SelectTagHelperTest.cs b/test/Microsoft.AspNetCore.Mvc.TagHelpers.Test/SelectTagHelperTest.cs similarity index 100% rename from test/Microsoft.AspNet.Mvc.TagHelpers.Test/SelectTagHelperTest.cs rename to test/Microsoft.AspNetCore.Mvc.TagHelpers.Test/SelectTagHelperTest.cs diff --git a/test/Microsoft.AspNet.Mvc.TagHelpers.Test/TagHelperLogger.cs b/test/Microsoft.AspNetCore.Mvc.TagHelpers.Test/TagHelperLogger.cs similarity index 100% rename from test/Microsoft.AspNet.Mvc.TagHelpers.Test/TagHelperLogger.cs rename to test/Microsoft.AspNetCore.Mvc.TagHelpers.Test/TagHelperLogger.cs diff --git a/test/Microsoft.AspNet.Mvc.TagHelpers.Test/TagHelperOutputExtensionsTest.cs b/test/Microsoft.AspNetCore.Mvc.TagHelpers.Test/TagHelperOutputExtensionsTest.cs similarity index 100% rename from test/Microsoft.AspNet.Mvc.TagHelpers.Test/TagHelperOutputExtensionsTest.cs rename to test/Microsoft.AspNetCore.Mvc.TagHelpers.Test/TagHelperOutputExtensionsTest.cs diff --git a/test/Microsoft.AspNet.Mvc.TagHelpers.Test/TestableHtmlGenerator.cs b/test/Microsoft.AspNetCore.Mvc.TagHelpers.Test/TestableHtmlGenerator.cs similarity index 100% rename from test/Microsoft.AspNet.Mvc.TagHelpers.Test/TestableHtmlGenerator.cs rename to test/Microsoft.AspNetCore.Mvc.TagHelpers.Test/TestableHtmlGenerator.cs diff --git a/test/Microsoft.AspNet.Mvc.TagHelpers.Test/TextAreaTagHelperTest.cs b/test/Microsoft.AspNetCore.Mvc.TagHelpers.Test/TextAreaTagHelperTest.cs similarity index 100% rename from test/Microsoft.AspNet.Mvc.TagHelpers.Test/TextAreaTagHelperTest.cs rename to test/Microsoft.AspNetCore.Mvc.TagHelpers.Test/TextAreaTagHelperTest.cs diff --git a/test/Microsoft.AspNet.Mvc.TagHelpers.Test/ValidationMessageTagHelperTest.cs b/test/Microsoft.AspNetCore.Mvc.TagHelpers.Test/ValidationMessageTagHelperTest.cs similarity index 100% rename from test/Microsoft.AspNet.Mvc.TagHelpers.Test/ValidationMessageTagHelperTest.cs rename to test/Microsoft.AspNetCore.Mvc.TagHelpers.Test/ValidationMessageTagHelperTest.cs diff --git a/test/Microsoft.AspNet.Mvc.TagHelpers.Test/ValidationSummaryTagHelperTest.cs b/test/Microsoft.AspNetCore.Mvc.TagHelpers.Test/ValidationSummaryTagHelperTest.cs similarity index 100% rename from test/Microsoft.AspNet.Mvc.TagHelpers.Test/ValidationSummaryTagHelperTest.cs rename to test/Microsoft.AspNetCore.Mvc.TagHelpers.Test/ValidationSummaryTagHelperTest.cs diff --git a/test/Microsoft.AspNet.Mvc.TagHelpers.Test/project.json b/test/Microsoft.AspNetCore.Mvc.TagHelpers.Test/project.json similarity index 100% rename from test/Microsoft.AspNet.Mvc.TagHelpers.Test/project.json rename to test/Microsoft.AspNetCore.Mvc.TagHelpers.Test/project.json diff --git a/test/Microsoft.AspNet.Mvc.Test/JsonPatchExtensionsTest.cs b/test/Microsoft.AspNetCore.Mvc.Test/JsonPatchExtensionsTest.cs similarity index 100% rename from test/Microsoft.AspNet.Mvc.Test/JsonPatchExtensionsTest.cs rename to test/Microsoft.AspNetCore.Mvc.Test/JsonPatchExtensionsTest.cs diff --git a/test/Microsoft.AspNet.Mvc.Test/Microsoft.AspNet.Mvc.Test.xproj b/test/Microsoft.AspNetCore.Mvc.Test/Microsoft.AspNetCore.Mvc.Test.xproj similarity index 100% rename from test/Microsoft.AspNet.Mvc.Test/Microsoft.AspNet.Mvc.Test.xproj rename to test/Microsoft.AspNetCore.Mvc.Test/Microsoft.AspNetCore.Mvc.Test.xproj diff --git a/test/Microsoft.AspNet.Mvc.Test/MvcOptionsSetupTest.cs b/test/Microsoft.AspNetCore.Mvc.Test/MvcOptionsSetupTest.cs similarity index 100% rename from test/Microsoft.AspNet.Mvc.Test/MvcOptionsSetupTest.cs rename to test/Microsoft.AspNetCore.Mvc.Test/MvcOptionsSetupTest.cs diff --git a/test/Microsoft.AspNet.Mvc.Test/MvcServiceCollectionExtensionsTest.cs b/test/Microsoft.AspNetCore.Mvc.Test/MvcServiceCollectionExtensionsTest.cs similarity index 100% rename from test/Microsoft.AspNet.Mvc.Test/MvcServiceCollectionExtensionsTest.cs rename to test/Microsoft.AspNetCore.Mvc.Test/MvcServiceCollectionExtensionsTest.cs diff --git a/test/Microsoft.AspNet.Mvc.Test/RazorViewEngineOptionsSetupTest.cs b/test/Microsoft.AspNetCore.Mvc.Test/RazorViewEngineOptionsSetupTest.cs similarity index 100% rename from test/Microsoft.AspNet.Mvc.Test/RazorViewEngineOptionsSetupTest.cs rename to test/Microsoft.AspNetCore.Mvc.Test/RazorViewEngineOptionsSetupTest.cs diff --git a/test/Microsoft.AspNet.Mvc.Test/project.json b/test/Microsoft.AspNetCore.Mvc.Test/project.json similarity index 100% rename from test/Microsoft.AspNet.Mvc.Test/project.json rename to test/Microsoft.AspNetCore.Mvc.Test/project.json diff --git a/test/Microsoft.AspNet.Mvc.TestCommon/CommonFilterTest.cs b/test/Microsoft.AspNetCore.Mvc.TestCommon/CommonFilterTest.cs similarity index 100% rename from test/Microsoft.AspNet.Mvc.TestCommon/CommonFilterTest.cs rename to test/Microsoft.AspNetCore.Mvc.TestCommon/CommonFilterTest.cs diff --git a/test/Microsoft.AspNet.Mvc.TestCommon/HtmlContentUtilities.cs b/test/Microsoft.AspNetCore.Mvc.TestCommon/HtmlContentUtilities.cs similarity index 100% rename from test/Microsoft.AspNet.Mvc.TestCommon/HtmlContentUtilities.cs rename to test/Microsoft.AspNetCore.Mvc.TestCommon/HtmlContentUtilities.cs diff --git a/test/Microsoft.AspNet.Mvc.TestCommon/MediaTypeAssert.cs b/test/Microsoft.AspNetCore.Mvc.TestCommon/MediaTypeAssert.cs similarity index 100% rename from test/Microsoft.AspNet.Mvc.TestCommon/MediaTypeAssert.cs rename to test/Microsoft.AspNetCore.Mvc.TestCommon/MediaTypeAssert.cs diff --git a/test/Microsoft.AspNet.Mvc.TestCommon/Microsoft.AspNet.Mvc.TestCommon.xproj b/test/Microsoft.AspNetCore.Mvc.TestCommon/Microsoft.AspNetCore.Mvc.TestCommon.xproj similarity index 100% rename from test/Microsoft.AspNet.Mvc.TestCommon/Microsoft.AspNet.Mvc.TestCommon.xproj rename to test/Microsoft.AspNetCore.Mvc.TestCommon/Microsoft.AspNetCore.Mvc.TestCommon.xproj diff --git a/test/Microsoft.AspNet.Mvc.TestCommon/PlatformNormalizer.cs b/test/Microsoft.AspNetCore.Mvc.TestCommon/PlatformNormalizer.cs similarity index 100% rename from test/Microsoft.AspNet.Mvc.TestCommon/PlatformNormalizer.cs rename to test/Microsoft.AspNetCore.Mvc.TestCommon/PlatformNormalizer.cs diff --git a/test/Microsoft.AspNet.Mvc.TestCommon/ResourceFile.cs b/test/Microsoft.AspNetCore.Mvc.TestCommon/ResourceFile.cs similarity index 100% rename from test/Microsoft.AspNet.Mvc.TestCommon/ResourceFile.cs rename to test/Microsoft.AspNetCore.Mvc.TestCommon/ResourceFile.cs diff --git a/test/Microsoft.AspNet.Mvc.TestCommon/TestClientModelValidatorProvider.cs b/test/Microsoft.AspNetCore.Mvc.TestCommon/TestClientModelValidatorProvider.cs similarity index 100% rename from test/Microsoft.AspNet.Mvc.TestCommon/TestClientModelValidatorProvider.cs rename to test/Microsoft.AspNetCore.Mvc.TestCommon/TestClientModelValidatorProvider.cs diff --git a/test/Microsoft.AspNet.Mvc.TestCommon/TestFileChangeToken.cs b/test/Microsoft.AspNetCore.Mvc.TestCommon/TestFileChangeToken.cs similarity index 100% rename from test/Microsoft.AspNet.Mvc.TestCommon/TestFileChangeToken.cs rename to test/Microsoft.AspNetCore.Mvc.TestCommon/TestFileChangeToken.cs diff --git a/test/Microsoft.AspNet.Mvc.TestCommon/TestFileInfo.cs b/test/Microsoft.AspNetCore.Mvc.TestCommon/TestFileInfo.cs similarity index 100% rename from test/Microsoft.AspNet.Mvc.TestCommon/TestFileInfo.cs rename to test/Microsoft.AspNetCore.Mvc.TestCommon/TestFileInfo.cs diff --git a/test/Microsoft.AspNet.Mvc.TestCommon/TestFileProvider.cs b/test/Microsoft.AspNetCore.Mvc.TestCommon/TestFileProvider.cs similarity index 100% rename from test/Microsoft.AspNet.Mvc.TestCommon/TestFileProvider.cs rename to test/Microsoft.AspNetCore.Mvc.TestCommon/TestFileProvider.cs diff --git a/test/Microsoft.AspNet.Mvc.TestCommon/TestHttpRequestStreamReaderFactory.cs b/test/Microsoft.AspNetCore.Mvc.TestCommon/TestHttpRequestStreamReaderFactory.cs similarity index 100% rename from test/Microsoft.AspNet.Mvc.TestCommon/TestHttpRequestStreamReaderFactory.cs rename to test/Microsoft.AspNetCore.Mvc.TestCommon/TestHttpRequestStreamReaderFactory.cs diff --git a/test/Microsoft.AspNet.Mvc.TestCommon/TestHttpResponseStreamWriterFactory.cs b/test/Microsoft.AspNetCore.Mvc.TestCommon/TestHttpResponseStreamWriterFactory.cs similarity index 100% rename from test/Microsoft.AspNet.Mvc.TestCommon/TestHttpResponseStreamWriterFactory.cs rename to test/Microsoft.AspNetCore.Mvc.TestCommon/TestHttpResponseStreamWriterFactory.cs diff --git a/test/Microsoft.AspNet.Mvc.TestCommon/TestModelMetadataProvider.cs b/test/Microsoft.AspNetCore.Mvc.TestCommon/TestModelMetadataProvider.cs similarity index 100% rename from test/Microsoft.AspNet.Mvc.TestCommon/TestModelMetadataProvider.cs rename to test/Microsoft.AspNetCore.Mvc.TestCommon/TestModelMetadataProvider.cs diff --git a/test/Microsoft.AspNet.Mvc.TestCommon/TestModelValidatorProvider.cs b/test/Microsoft.AspNetCore.Mvc.TestCommon/TestModelValidatorProvider.cs similarity index 100% rename from test/Microsoft.AspNet.Mvc.TestCommon/TestModelValidatorProvider.cs rename to test/Microsoft.AspNetCore.Mvc.TestCommon/TestModelValidatorProvider.cs diff --git a/test/Microsoft.AspNet.Mvc.TestCommon/TestOptionsManager.cs b/test/Microsoft.AspNetCore.Mvc.TestCommon/TestOptionsManager.cs similarity index 100% rename from test/Microsoft.AspNet.Mvc.TestCommon/TestOptionsManager.cs rename to test/Microsoft.AspNetCore.Mvc.TestCommon/TestOptionsManager.cs diff --git a/test/Microsoft.AspNet.Mvc.TestCommon/ValidationAttributeUtil.cs b/test/Microsoft.AspNetCore.Mvc.TestCommon/ValidationAttributeUtil.cs similarity index 100% rename from test/Microsoft.AspNet.Mvc.TestCommon/ValidationAttributeUtil.cs rename to test/Microsoft.AspNetCore.Mvc.TestCommon/ValidationAttributeUtil.cs diff --git a/test/Microsoft.AspNet.Mvc.TestCommon/project.json b/test/Microsoft.AspNetCore.Mvc.TestCommon/project.json similarity index 100% rename from test/Microsoft.AspNet.Mvc.TestCommon/project.json rename to test/Microsoft.AspNetCore.Mvc.TestCommon/project.json diff --git a/test/Microsoft.AspNet.Mvc.TestDiagnosticListener.Sources/IProxyActionContext.cs b/test/Microsoft.AspNetCore.Mvc.TestDiagnosticListener.Sources/IProxyActionContext.cs similarity index 100% rename from test/Microsoft.AspNet.Mvc.TestDiagnosticListener.Sources/IProxyActionContext.cs rename to test/Microsoft.AspNetCore.Mvc.TestDiagnosticListener.Sources/IProxyActionContext.cs diff --git a/test/Microsoft.AspNet.Mvc.TestDiagnosticListener.Sources/IProxyActionDescriptor.cs b/test/Microsoft.AspNetCore.Mvc.TestDiagnosticListener.Sources/IProxyActionDescriptor.cs similarity index 100% rename from test/Microsoft.AspNet.Mvc.TestDiagnosticListener.Sources/IProxyActionDescriptor.cs rename to test/Microsoft.AspNetCore.Mvc.TestDiagnosticListener.Sources/IProxyActionDescriptor.cs diff --git a/test/Microsoft.AspNet.Mvc.TestDiagnosticListener.Sources/IProxyActionResult.cs b/test/Microsoft.AspNetCore.Mvc.TestDiagnosticListener.Sources/IProxyActionResult.cs similarity index 100% rename from test/Microsoft.AspNet.Mvc.TestDiagnosticListener.Sources/IProxyActionResult.cs rename to test/Microsoft.AspNetCore.Mvc.TestDiagnosticListener.Sources/IProxyActionResult.cs diff --git a/test/Microsoft.AspNet.Mvc.TestDiagnosticListener.Sources/IProxyHttpContext.cs b/test/Microsoft.AspNetCore.Mvc.TestDiagnosticListener.Sources/IProxyHttpContext.cs similarity index 100% rename from test/Microsoft.AspNet.Mvc.TestDiagnosticListener.Sources/IProxyHttpContext.cs rename to test/Microsoft.AspNetCore.Mvc.TestDiagnosticListener.Sources/IProxyHttpContext.cs diff --git a/test/Microsoft.AspNet.Mvc.TestDiagnosticListener.Sources/IProxyRouteData.cs b/test/Microsoft.AspNetCore.Mvc.TestDiagnosticListener.Sources/IProxyRouteData.cs similarity index 100% rename from test/Microsoft.AspNet.Mvc.TestDiagnosticListener.Sources/IProxyRouteData.cs rename to test/Microsoft.AspNetCore.Mvc.TestDiagnosticListener.Sources/IProxyRouteData.cs diff --git a/test/Microsoft.AspNet.Mvc.TestDiagnosticListener.Sources/IProxyView.cs b/test/Microsoft.AspNetCore.Mvc.TestDiagnosticListener.Sources/IProxyView.cs similarity index 100% rename from test/Microsoft.AspNet.Mvc.TestDiagnosticListener.Sources/IProxyView.cs rename to test/Microsoft.AspNetCore.Mvc.TestDiagnosticListener.Sources/IProxyView.cs diff --git a/test/Microsoft.AspNet.Mvc.TestDiagnosticListener.Sources/IProxyViewComponentContext.cs b/test/Microsoft.AspNetCore.Mvc.TestDiagnosticListener.Sources/IProxyViewComponentContext.cs similarity index 100% rename from test/Microsoft.AspNet.Mvc.TestDiagnosticListener.Sources/IProxyViewComponentContext.cs rename to test/Microsoft.AspNetCore.Mvc.TestDiagnosticListener.Sources/IProxyViewComponentContext.cs diff --git a/test/Microsoft.AspNet.Mvc.TestDiagnosticListener.Sources/IProxyViewComponentResult.cs b/test/Microsoft.AspNetCore.Mvc.TestDiagnosticListener.Sources/IProxyViewComponentResult.cs similarity index 100% rename from test/Microsoft.AspNet.Mvc.TestDiagnosticListener.Sources/IProxyViewComponentResult.cs rename to test/Microsoft.AspNetCore.Mvc.TestDiagnosticListener.Sources/IProxyViewComponentResult.cs diff --git a/test/Microsoft.AspNet.Mvc.TestDiagnosticListener.Sources/IProxyViewContext.cs b/test/Microsoft.AspNetCore.Mvc.TestDiagnosticListener.Sources/IProxyViewContext.cs similarity index 100% rename from test/Microsoft.AspNet.Mvc.TestDiagnosticListener.Sources/IProxyViewContext.cs rename to test/Microsoft.AspNetCore.Mvc.TestDiagnosticListener.Sources/IProxyViewContext.cs diff --git a/test/Microsoft.AspNet.Mvc.TestDiagnosticListener.Sources/Microsoft.AspNet.Mvc.TestDiagnosticListener.Sources.xproj b/test/Microsoft.AspNetCore.Mvc.TestDiagnosticListener.Sources/Microsoft.AspNetCore.Mvc.TestDiagnosticListener.Sources.xproj similarity index 100% rename from test/Microsoft.AspNet.Mvc.TestDiagnosticListener.Sources/Microsoft.AspNet.Mvc.TestDiagnosticListener.Sources.xproj rename to test/Microsoft.AspNetCore.Mvc.TestDiagnosticListener.Sources/Microsoft.AspNetCore.Mvc.TestDiagnosticListener.Sources.xproj diff --git a/test/Microsoft.AspNet.Mvc.TestDiagnosticListener.Sources/TestDiagnosticListener.cs b/test/Microsoft.AspNetCore.Mvc.TestDiagnosticListener.Sources/TestDiagnosticListener.cs similarity index 100% rename from test/Microsoft.AspNet.Mvc.TestDiagnosticListener.Sources/TestDiagnosticListener.cs rename to test/Microsoft.AspNetCore.Mvc.TestDiagnosticListener.Sources/TestDiagnosticListener.cs diff --git a/test/Microsoft.AspNet.Mvc.TestDiagnosticListener.Sources/project.json b/test/Microsoft.AspNetCore.Mvc.TestDiagnosticListener.Sources/project.json similarity index 100% rename from test/Microsoft.AspNet.Mvc.TestDiagnosticListener.Sources/project.json rename to test/Microsoft.AspNetCore.Mvc.TestDiagnosticListener.Sources/project.json diff --git a/test/Microsoft.AspNet.Mvc.ViewFeatures.Test/Buffer/ViewBufferTest.cs b/test/Microsoft.AspNetCore.Mvc.ViewFeatures.Test/Buffer/ViewBufferTest.cs similarity index 100% rename from test/Microsoft.AspNet.Mvc.ViewFeatures.Test/Buffer/ViewBufferTest.cs rename to test/Microsoft.AspNetCore.Mvc.ViewFeatures.Test/Buffer/ViewBufferTest.cs diff --git a/test/Microsoft.AspNet.Mvc.ViewFeatures.Test/ControllerTest.cs b/test/Microsoft.AspNetCore.Mvc.ViewFeatures.Test/ControllerTest.cs similarity index 100% rename from test/Microsoft.AspNet.Mvc.ViewFeatures.Test/ControllerTest.cs rename to test/Microsoft.AspNetCore.Mvc.ViewFeatures.Test/ControllerTest.cs diff --git a/test/Microsoft.AspNet.Mvc.ViewFeatures.Test/ControllerUnitTestabilityTests.cs b/test/Microsoft.AspNetCore.Mvc.ViewFeatures.Test/ControllerUnitTestabilityTests.cs similarity index 100% rename from test/Microsoft.AspNet.Mvc.ViewFeatures.Test/ControllerUnitTestabilityTests.cs rename to test/Microsoft.AspNetCore.Mvc.ViewFeatures.Test/ControllerUnitTestabilityTests.cs diff --git a/test/Microsoft.AspNet.Mvc.ViewFeatures.Test/Internal/AutoValidateAntiforgeryTokenAuthorizationFilterTest.cs b/test/Microsoft.AspNetCore.Mvc.ViewFeatures.Test/Internal/AutoValidateAntiforgeryTokenAuthorizationFilterTest.cs similarity index 100% rename from test/Microsoft.AspNet.Mvc.ViewFeatures.Test/Internal/AutoValidateAntiforgeryTokenAuthorizationFilterTest.cs rename to test/Microsoft.AspNetCore.Mvc.ViewFeatures.Test/Internal/AutoValidateAntiforgeryTokenAuthorizationFilterTest.cs diff --git a/test/Microsoft.AspNet.Mvc.ViewFeatures.Test/Internal/HtmlAttributePropertyHelperTest.cs b/test/Microsoft.AspNetCore.Mvc.ViewFeatures.Test/Internal/HtmlAttributePropertyHelperTest.cs similarity index 100% rename from test/Microsoft.AspNet.Mvc.ViewFeatures.Test/Internal/HtmlAttributePropertyHelperTest.cs rename to test/Microsoft.AspNetCore.Mvc.ViewFeatures.Test/Internal/HtmlAttributePropertyHelperTest.cs diff --git a/test/Microsoft.AspNet.Mvc.ViewFeatures.Test/Internal/TemplateRendererTest.cs b/test/Microsoft.AspNetCore.Mvc.ViewFeatures.Test/Internal/TemplateRendererTest.cs similarity index 100% rename from test/Microsoft.AspNet.Mvc.ViewFeatures.Test/Internal/TemplateRendererTest.cs rename to test/Microsoft.AspNetCore.Mvc.ViewFeatures.Test/Internal/TemplateRendererTest.cs diff --git a/test/Microsoft.AspNet.Mvc.ViewFeatures.Test/Internal/ValidateAntiforgeryTokenAuthorizationFilterTest.cs b/test/Microsoft.AspNetCore.Mvc.ViewFeatures.Test/Internal/ValidateAntiforgeryTokenAuthorizationFilterTest.cs similarity index 100% rename from test/Microsoft.AspNet.Mvc.ViewFeatures.Test/Internal/ValidateAntiforgeryTokenAuthorizationFilterTest.cs rename to test/Microsoft.AspNetCore.Mvc.ViewFeatures.Test/Internal/ValidateAntiforgeryTokenAuthorizationFilterTest.cs diff --git a/test/Microsoft.AspNet.Mvc.ViewFeatures.Test/Microsoft.AspNet.Mvc.ViewFeatures.Test.xproj b/test/Microsoft.AspNetCore.Mvc.ViewFeatures.Test/Microsoft.AspNetCore.Mvc.ViewFeatures.Test.xproj similarity index 100% rename from test/Microsoft.AspNet.Mvc.ViewFeatures.Test/Microsoft.AspNet.Mvc.ViewFeatures.Test.xproj rename to test/Microsoft.AspNetCore.Mvc.ViewFeatures.Test/Microsoft.AspNetCore.Mvc.ViewFeatures.Test.xproj diff --git a/test/Microsoft.AspNet.Mvc.ViewFeatures.Test/ModelStateDictionaryExtensionsTest.cs b/test/Microsoft.AspNetCore.Mvc.ViewFeatures.Test/ModelStateDictionaryExtensionsTest.cs similarity index 100% rename from test/Microsoft.AspNet.Mvc.ViewFeatures.Test/ModelStateDictionaryExtensionsTest.cs rename to test/Microsoft.AspNetCore.Mvc.ViewFeatures.Test/ModelStateDictionaryExtensionsTest.cs diff --git a/test/Microsoft.AspNet.Mvc.ViewFeatures.Test/PartialViewResultTest.cs b/test/Microsoft.AspNetCore.Mvc.ViewFeatures.Test/PartialViewResultTest.cs similarity index 100% rename from test/Microsoft.AspNet.Mvc.ViewFeatures.Test/PartialViewResultTest.cs rename to test/Microsoft.AspNetCore.Mvc.ViewFeatures.Test/PartialViewResultTest.cs diff --git a/test/Microsoft.AspNet.Mvc.ViewFeatures.Test/Properties/AssemblyInfo.cs b/test/Microsoft.AspNetCore.Mvc.ViewFeatures.Test/Properties/AssemblyInfo.cs similarity index 100% rename from test/Microsoft.AspNet.Mvc.ViewFeatures.Test/Properties/AssemblyInfo.cs rename to test/Microsoft.AspNetCore.Mvc.ViewFeatures.Test/Properties/AssemblyInfo.cs diff --git a/test/Microsoft.AspNet.Mvc.ViewFeatures.Test/Properties/Resources.Designer.cs b/test/Microsoft.AspNetCore.Mvc.ViewFeatures.Test/Properties/Resources.Designer.cs similarity index 100% rename from test/Microsoft.AspNet.Mvc.ViewFeatures.Test/Properties/Resources.Designer.cs rename to test/Microsoft.AspNetCore.Mvc.ViewFeatures.Test/Properties/Resources.Designer.cs diff --git a/test/Microsoft.AspNet.Mvc.ViewFeatures.Test/RemoteAttributeTest.cs b/test/Microsoft.AspNetCore.Mvc.ViewFeatures.Test/RemoteAttributeTest.cs similarity index 100% rename from test/Microsoft.AspNet.Mvc.ViewFeatures.Test/RemoteAttributeTest.cs rename to test/Microsoft.AspNetCore.Mvc.ViewFeatures.Test/RemoteAttributeTest.cs diff --git a/test/Microsoft.AspNet.Mvc.ViewFeatures.Test/Rendering/DefaultTemplatesUtilities.cs b/test/Microsoft.AspNetCore.Mvc.ViewFeatures.Test/Rendering/DefaultTemplatesUtilities.cs similarity index 100% rename from test/Microsoft.AspNet.Mvc.ViewFeatures.Test/Rendering/DefaultTemplatesUtilities.cs rename to test/Microsoft.AspNetCore.Mvc.ViewFeatures.Test/Rendering/DefaultTemplatesUtilities.cs diff --git a/test/Microsoft.AspNet.Mvc.ViewFeatures.Test/Rendering/HtmlHelperCheckboxTest.cs b/test/Microsoft.AspNetCore.Mvc.ViewFeatures.Test/Rendering/HtmlHelperCheckboxTest.cs similarity index 100% rename from test/Microsoft.AspNet.Mvc.ViewFeatures.Test/Rendering/HtmlHelperCheckboxTest.cs rename to test/Microsoft.AspNetCore.Mvc.ViewFeatures.Test/Rendering/HtmlHelperCheckboxTest.cs diff --git a/test/Microsoft.AspNet.Mvc.ViewFeatures.Test/Rendering/HtmlHelperDisplayNameExtensionsTest.cs b/test/Microsoft.AspNetCore.Mvc.ViewFeatures.Test/Rendering/HtmlHelperDisplayNameExtensionsTest.cs similarity index 100% rename from test/Microsoft.AspNet.Mvc.ViewFeatures.Test/Rendering/HtmlHelperDisplayNameExtensionsTest.cs rename to test/Microsoft.AspNetCore.Mvc.ViewFeatures.Test/Rendering/HtmlHelperDisplayNameExtensionsTest.cs diff --git a/test/Microsoft.AspNet.Mvc.ViewFeatures.Test/Rendering/HtmlHelperDisplayTextTest.cs b/test/Microsoft.AspNetCore.Mvc.ViewFeatures.Test/Rendering/HtmlHelperDisplayTextTest.cs similarity index 100% rename from test/Microsoft.AspNet.Mvc.ViewFeatures.Test/Rendering/HtmlHelperDisplayTextTest.cs rename to test/Microsoft.AspNetCore.Mvc.ViewFeatures.Test/Rendering/HtmlHelperDisplayTextTest.cs diff --git a/test/Microsoft.AspNet.Mvc.ViewFeatures.Test/Rendering/HtmlHelperFormExtensionsTest.cs b/test/Microsoft.AspNetCore.Mvc.ViewFeatures.Test/Rendering/HtmlHelperFormExtensionsTest.cs similarity index 100% rename from test/Microsoft.AspNet.Mvc.ViewFeatures.Test/Rendering/HtmlHelperFormExtensionsTest.cs rename to test/Microsoft.AspNetCore.Mvc.ViewFeatures.Test/Rendering/HtmlHelperFormExtensionsTest.cs diff --git a/test/Microsoft.AspNet.Mvc.ViewFeatures.Test/Rendering/HtmlHelperFormTest.cs b/test/Microsoft.AspNetCore.Mvc.ViewFeatures.Test/Rendering/HtmlHelperFormTest.cs similarity index 100% rename from test/Microsoft.AspNet.Mvc.ViewFeatures.Test/Rendering/HtmlHelperFormTest.cs rename to test/Microsoft.AspNetCore.Mvc.ViewFeatures.Test/Rendering/HtmlHelperFormTest.cs diff --git a/test/Microsoft.AspNet.Mvc.ViewFeatures.Test/Rendering/HtmlHelperHiddenTest.cs b/test/Microsoft.AspNetCore.Mvc.ViewFeatures.Test/Rendering/HtmlHelperHiddenTest.cs similarity index 100% rename from test/Microsoft.AspNet.Mvc.ViewFeatures.Test/Rendering/HtmlHelperHiddenTest.cs rename to test/Microsoft.AspNetCore.Mvc.ViewFeatures.Test/Rendering/HtmlHelperHiddenTest.cs diff --git a/test/Microsoft.AspNet.Mvc.ViewFeatures.Test/Rendering/HtmlHelperLabelExtensionsTest.cs b/test/Microsoft.AspNetCore.Mvc.ViewFeatures.Test/Rendering/HtmlHelperLabelExtensionsTest.cs similarity index 100% rename from test/Microsoft.AspNet.Mvc.ViewFeatures.Test/Rendering/HtmlHelperLabelExtensionsTest.cs rename to test/Microsoft.AspNetCore.Mvc.ViewFeatures.Test/Rendering/HtmlHelperLabelExtensionsTest.cs diff --git a/test/Microsoft.AspNet.Mvc.ViewFeatures.Test/Rendering/HtmlHelperLinkGenerationTest.cs b/test/Microsoft.AspNetCore.Mvc.ViewFeatures.Test/Rendering/HtmlHelperLinkGenerationTest.cs similarity index 100% rename from test/Microsoft.AspNet.Mvc.ViewFeatures.Test/Rendering/HtmlHelperLinkGenerationTest.cs rename to test/Microsoft.AspNetCore.Mvc.ViewFeatures.Test/Rendering/HtmlHelperLinkGenerationTest.cs diff --git a/test/Microsoft.AspNet.Mvc.ViewFeatures.Test/Rendering/HtmlHelperNameExtensionsTest.cs b/test/Microsoft.AspNetCore.Mvc.ViewFeatures.Test/Rendering/HtmlHelperNameExtensionsTest.cs similarity index 100% rename from test/Microsoft.AspNet.Mvc.ViewFeatures.Test/Rendering/HtmlHelperNameExtensionsTest.cs rename to test/Microsoft.AspNetCore.Mvc.ViewFeatures.Test/Rendering/HtmlHelperNameExtensionsTest.cs diff --git a/test/Microsoft.AspNet.Mvc.ViewFeatures.Test/Rendering/HtmlHelperPartialExtensionsTest.cs b/test/Microsoft.AspNetCore.Mvc.ViewFeatures.Test/Rendering/HtmlHelperPartialExtensionsTest.cs similarity index 100% rename from test/Microsoft.AspNet.Mvc.ViewFeatures.Test/Rendering/HtmlHelperPartialExtensionsTest.cs rename to test/Microsoft.AspNetCore.Mvc.ViewFeatures.Test/Rendering/HtmlHelperPartialExtensionsTest.cs diff --git a/test/Microsoft.AspNet.Mvc.ViewFeatures.Test/Rendering/HtmlHelperPasswordTest.cs b/test/Microsoft.AspNetCore.Mvc.ViewFeatures.Test/Rendering/HtmlHelperPasswordTest.cs similarity index 100% rename from test/Microsoft.AspNet.Mvc.ViewFeatures.Test/Rendering/HtmlHelperPasswordTest.cs rename to test/Microsoft.AspNetCore.Mvc.ViewFeatures.Test/Rendering/HtmlHelperPasswordTest.cs diff --git a/test/Microsoft.AspNet.Mvc.ViewFeatures.Test/Rendering/HtmlHelperSelectTest.cs b/test/Microsoft.AspNetCore.Mvc.ViewFeatures.Test/Rendering/HtmlHelperSelectTest.cs similarity index 100% rename from test/Microsoft.AspNet.Mvc.ViewFeatures.Test/Rendering/HtmlHelperSelectTest.cs rename to test/Microsoft.AspNetCore.Mvc.ViewFeatures.Test/Rendering/HtmlHelperSelectTest.cs diff --git a/test/Microsoft.AspNet.Mvc.ViewFeatures.Test/Rendering/HtmlHelperTest.cs b/test/Microsoft.AspNetCore.Mvc.ViewFeatures.Test/Rendering/HtmlHelperTest.cs similarity index 100% rename from test/Microsoft.AspNet.Mvc.ViewFeatures.Test/Rendering/HtmlHelperTest.cs rename to test/Microsoft.AspNetCore.Mvc.ViewFeatures.Test/Rendering/HtmlHelperTest.cs diff --git a/test/Microsoft.AspNet.Mvc.ViewFeatures.Test/Rendering/HtmlHelperValidationSummaryTest.cs b/test/Microsoft.AspNetCore.Mvc.ViewFeatures.Test/Rendering/HtmlHelperValidationSummaryTest.cs similarity index 100% rename from test/Microsoft.AspNet.Mvc.ViewFeatures.Test/Rendering/HtmlHelperValidationSummaryTest.cs rename to test/Microsoft.AspNetCore.Mvc.ViewFeatures.Test/Rendering/HtmlHelperValidationSummaryTest.cs diff --git a/test/Microsoft.AspNet.Mvc.ViewFeatures.Test/Rendering/HtmlHelperValueTest.cs b/test/Microsoft.AspNetCore.Mvc.ViewFeatures.Test/Rendering/HtmlHelperValueTest.cs similarity index 100% rename from test/Microsoft.AspNet.Mvc.ViewFeatures.Test/Rendering/HtmlHelperValueTest.cs rename to test/Microsoft.AspNetCore.Mvc.ViewFeatures.Test/Rendering/HtmlHelperValueTest.cs diff --git a/test/Microsoft.AspNet.Mvc.ViewFeatures.Test/Rendering/HtmlStringTest.cs b/test/Microsoft.AspNetCore.Mvc.ViewFeatures.Test/Rendering/HtmlStringTest.cs similarity index 100% rename from test/Microsoft.AspNet.Mvc.ViewFeatures.Test/Rendering/HtmlStringTest.cs rename to test/Microsoft.AspNetCore.Mvc.ViewFeatures.Test/Rendering/HtmlStringTest.cs diff --git a/test/Microsoft.AspNet.Mvc.ViewFeatures.Test/Rendering/TagBuilderTest.cs b/test/Microsoft.AspNetCore.Mvc.ViewFeatures.Test/Rendering/TagBuilderTest.cs similarity index 100% rename from test/Microsoft.AspNet.Mvc.ViewFeatures.Test/Rendering/TagBuilderTest.cs rename to test/Microsoft.AspNetCore.Mvc.ViewFeatures.Test/Rendering/TagBuilderTest.cs diff --git a/test/Microsoft.AspNet.Mvc.ViewFeatures.Test/Rendering/TestResources.cs b/test/Microsoft.AspNetCore.Mvc.ViewFeatures.Test/Rendering/TestResources.cs similarity index 100% rename from test/Microsoft.AspNet.Mvc.ViewFeatures.Test/Rendering/TestResources.cs rename to test/Microsoft.AspNetCore.Mvc.ViewFeatures.Test/Rendering/TestResources.cs diff --git a/test/Microsoft.AspNet.Mvc.ViewFeatures.Test/Rendering/ViewContextTests.cs b/test/Microsoft.AspNetCore.Mvc.ViewFeatures.Test/Rendering/ViewContextTests.cs similarity index 100% rename from test/Microsoft.AspNet.Mvc.ViewFeatures.Test/Rendering/ViewContextTests.cs rename to test/Microsoft.AspNetCore.Mvc.ViewFeatures.Test/Rendering/ViewContextTests.cs diff --git a/test/Microsoft.AspNet.Mvc.ViewFeatures.Test/Resources.resx b/test/Microsoft.AspNetCore.Mvc.ViewFeatures.Test/Resources.resx similarity index 100% rename from test/Microsoft.AspNet.Mvc.ViewFeatures.Test/Resources.resx rename to test/Microsoft.AspNetCore.Mvc.ViewFeatures.Test/Resources.resx diff --git a/test/Microsoft.AspNet.Mvc.ViewFeatures.Test/SkipStatusCodePagesAttributeTest.cs b/test/Microsoft.AspNetCore.Mvc.ViewFeatures.Test/SkipStatusCodePagesAttributeTest.cs similarity index 100% rename from test/Microsoft.AspNet.Mvc.ViewFeatures.Test/SkipStatusCodePagesAttributeTest.cs rename to test/Microsoft.AspNetCore.Mvc.ViewFeatures.Test/SkipStatusCodePagesAttributeTest.cs diff --git a/test/Microsoft.AspNet.Mvc.ViewFeatures.Test/TestViewBufferScope.cs b/test/Microsoft.AspNetCore.Mvc.ViewFeatures.Test/TestViewBufferScope.cs similarity index 100% rename from test/Microsoft.AspNet.Mvc.ViewFeatures.Test/TestViewBufferScope.cs rename to test/Microsoft.AspNetCore.Mvc.ViewFeatures.Test/TestViewBufferScope.cs diff --git a/test/Microsoft.AspNet.Mvc.ViewFeatures.Test/ViewComponentResultTest.cs b/test/Microsoft.AspNetCore.Mvc.ViewFeatures.Test/ViewComponentResultTest.cs similarity index 100% rename from test/Microsoft.AspNet.Mvc.ViewFeatures.Test/ViewComponentResultTest.cs rename to test/Microsoft.AspNetCore.Mvc.ViewFeatures.Test/ViewComponentResultTest.cs diff --git a/test/Microsoft.AspNet.Mvc.ViewFeatures.Test/ViewComponentTests.cs b/test/Microsoft.AspNetCore.Mvc.ViewFeatures.Test/ViewComponentTests.cs similarity index 100% rename from test/Microsoft.AspNet.Mvc.ViewFeatures.Test/ViewComponentTests.cs rename to test/Microsoft.AspNetCore.Mvc.ViewFeatures.Test/ViewComponentTests.cs diff --git a/test/Microsoft.AspNet.Mvc.ViewFeatures.Test/ViewComponents/ContentViewComponentResultTest.cs b/test/Microsoft.AspNetCore.Mvc.ViewFeatures.Test/ViewComponents/ContentViewComponentResultTest.cs similarity index 100% rename from test/Microsoft.AspNet.Mvc.ViewFeatures.Test/ViewComponents/ContentViewComponentResultTest.cs rename to test/Microsoft.AspNetCore.Mvc.ViewFeatures.Test/ViewComponents/ContentViewComponentResultTest.cs diff --git a/test/Microsoft.AspNet.Mvc.ViewFeatures.Test/ViewComponents/DefaultViewComponentActivatorTests.cs b/test/Microsoft.AspNetCore.Mvc.ViewFeatures.Test/ViewComponents/DefaultViewComponentActivatorTests.cs similarity index 100% rename from test/Microsoft.AspNet.Mvc.ViewFeatures.Test/ViewComponents/DefaultViewComponentActivatorTests.cs rename to test/Microsoft.AspNetCore.Mvc.ViewFeatures.Test/ViewComponents/DefaultViewComponentActivatorTests.cs diff --git a/test/Microsoft.AspNet.Mvc.ViewFeatures.Test/ViewComponents/DefaultViewComponentDescriptorProviderTest.cs b/test/Microsoft.AspNetCore.Mvc.ViewFeatures.Test/ViewComponents/DefaultViewComponentDescriptorProviderTest.cs similarity index 100% rename from test/Microsoft.AspNet.Mvc.ViewFeatures.Test/ViewComponents/DefaultViewComponentDescriptorProviderTest.cs rename to test/Microsoft.AspNetCore.Mvc.ViewFeatures.Test/ViewComponents/DefaultViewComponentDescriptorProviderTest.cs diff --git a/test/Microsoft.AspNet.Mvc.ViewFeatures.Test/ViewComponents/DefaultViewComponentSelectorTest.cs b/test/Microsoft.AspNetCore.Mvc.ViewFeatures.Test/ViewComponents/DefaultViewComponentSelectorTest.cs similarity index 100% rename from test/Microsoft.AspNet.Mvc.ViewFeatures.Test/ViewComponents/DefaultViewComponentSelectorTest.cs rename to test/Microsoft.AspNetCore.Mvc.ViewFeatures.Test/ViewComponents/DefaultViewComponentSelectorTest.cs diff --git a/test/Microsoft.AspNet.Mvc.ViewFeatures.Test/ViewComponents/HtmlContentViewComponentResultTest.cs b/test/Microsoft.AspNetCore.Mvc.ViewFeatures.Test/ViewComponents/HtmlContentViewComponentResultTest.cs similarity index 100% rename from test/Microsoft.AspNet.Mvc.ViewFeatures.Test/ViewComponents/HtmlContentViewComponentResultTest.cs rename to test/Microsoft.AspNetCore.Mvc.ViewFeatures.Test/ViewComponents/HtmlContentViewComponentResultTest.cs diff --git a/test/Microsoft.AspNet.Mvc.ViewFeatures.Test/ViewComponents/JsonViewComponentResultTest.cs b/test/Microsoft.AspNetCore.Mvc.ViewFeatures.Test/ViewComponents/JsonViewComponentResultTest.cs similarity index 100% rename from test/Microsoft.AspNet.Mvc.ViewFeatures.Test/ViewComponents/JsonViewComponentResultTest.cs rename to test/Microsoft.AspNetCore.Mvc.ViewFeatures.Test/ViewComponents/JsonViewComponentResultTest.cs diff --git a/test/Microsoft.AspNet.Mvc.ViewFeatures.Test/ViewComponents/ViewComponentConventionsTest.cs b/test/Microsoft.AspNetCore.Mvc.ViewFeatures.Test/ViewComponents/ViewComponentConventionsTest.cs similarity index 100% rename from test/Microsoft.AspNet.Mvc.ViewFeatures.Test/ViewComponents/ViewComponentConventionsTest.cs rename to test/Microsoft.AspNetCore.Mvc.ViewFeatures.Test/ViewComponents/ViewComponentConventionsTest.cs diff --git a/test/Microsoft.AspNet.Mvc.ViewFeatures.Test/ViewComponents/ViewViewComponentResultTest.cs b/test/Microsoft.AspNetCore.Mvc.ViewFeatures.Test/ViewComponents/ViewViewComponentResultTest.cs similarity index 100% rename from test/Microsoft.AspNet.Mvc.ViewFeatures.Test/ViewComponents/ViewViewComponentResultTest.cs rename to test/Microsoft.AspNetCore.Mvc.ViewFeatures.Test/ViewComponents/ViewViewComponentResultTest.cs diff --git a/test/Microsoft.AspNet.Mvc.ViewFeatures.Test/ViewEngines/CompositeViewEngineTest.cs b/test/Microsoft.AspNetCore.Mvc.ViewFeatures.Test/ViewEngines/CompositeViewEngineTest.cs similarity index 100% rename from test/Microsoft.AspNet.Mvc.ViewFeatures.Test/ViewEngines/CompositeViewEngineTest.cs rename to test/Microsoft.AspNetCore.Mvc.ViewFeatures.Test/ViewEngines/CompositeViewEngineTest.cs diff --git a/test/Microsoft.AspNet.Mvc.ViewFeatures.Test/ViewFeatures/AttributeDictionaryTest.cs b/test/Microsoft.AspNetCore.Mvc.ViewFeatures.Test/ViewFeatures/AttributeDictionaryTest.cs similarity index 100% rename from test/Microsoft.AspNet.Mvc.ViewFeatures.Test/ViewFeatures/AttributeDictionaryTest.cs rename to test/Microsoft.AspNetCore.Mvc.ViewFeatures.Test/ViewFeatures/AttributeDictionaryTest.cs diff --git a/test/Microsoft.AspNet.Mvc.ViewFeatures.Test/ViewFeatures/DefaultDisplayTemplatesTest.cs b/test/Microsoft.AspNetCore.Mvc.ViewFeatures.Test/ViewFeatures/DefaultDisplayTemplatesTest.cs similarity index 100% rename from test/Microsoft.AspNet.Mvc.ViewFeatures.Test/ViewFeatures/DefaultDisplayTemplatesTest.cs rename to test/Microsoft.AspNetCore.Mvc.ViewFeatures.Test/ViewFeatures/DefaultDisplayTemplatesTest.cs diff --git a/test/Microsoft.AspNet.Mvc.ViewFeatures.Test/ViewFeatures/DefaultEditorTemplatesTest.cs b/test/Microsoft.AspNetCore.Mvc.ViewFeatures.Test/ViewFeatures/DefaultEditorTemplatesTest.cs similarity index 100% rename from test/Microsoft.AspNet.Mvc.ViewFeatures.Test/ViewFeatures/DefaultEditorTemplatesTest.cs rename to test/Microsoft.AspNetCore.Mvc.ViewFeatures.Test/ViewFeatures/DefaultEditorTemplatesTest.cs diff --git a/test/Microsoft.AspNet.Mvc.ViewFeatures.Test/ViewFeatures/DefaultHtmlGeneratorTest.cs b/test/Microsoft.AspNetCore.Mvc.ViewFeatures.Test/ViewFeatures/DefaultHtmlGeneratorTest.cs similarity index 100% rename from test/Microsoft.AspNet.Mvc.ViewFeatures.Test/ViewFeatures/DefaultHtmlGeneratorTest.cs rename to test/Microsoft.AspNetCore.Mvc.ViewFeatures.Test/ViewFeatures/DefaultHtmlGeneratorTest.cs diff --git a/test/Microsoft.AspNet.Mvc.ViewFeatures.Test/ViewFeatures/ExpressionMetadataProviderTest.cs b/test/Microsoft.AspNetCore.Mvc.ViewFeatures.Test/ViewFeatures/ExpressionMetadataProviderTest.cs similarity index 100% rename from test/Microsoft.AspNet.Mvc.ViewFeatures.Test/ViewFeatures/ExpressionMetadataProviderTest.cs rename to test/Microsoft.AspNetCore.Mvc.ViewFeatures.Test/ViewFeatures/ExpressionMetadataProviderTest.cs diff --git a/test/Microsoft.AspNet.Mvc.ViewFeatures.Test/ViewFeatures/HtmlContentWrapperTextWriterTest.cs b/test/Microsoft.AspNetCore.Mvc.ViewFeatures.Test/ViewFeatures/HtmlContentWrapperTextWriterTest.cs similarity index 100% rename from test/Microsoft.AspNet.Mvc.ViewFeatures.Test/ViewFeatures/HtmlContentWrapperTextWriterTest.cs rename to test/Microsoft.AspNetCore.Mvc.ViewFeatures.Test/ViewFeatures/HtmlContentWrapperTextWriterTest.cs diff --git a/test/Microsoft.AspNet.Mvc.ViewFeatures.Test/ViewFeatures/ModelExplorerExtensionsTest.cs b/test/Microsoft.AspNetCore.Mvc.ViewFeatures.Test/ViewFeatures/ModelExplorerExtensionsTest.cs similarity index 100% rename from test/Microsoft.AspNet.Mvc.ViewFeatures.Test/ViewFeatures/ModelExplorerExtensionsTest.cs rename to test/Microsoft.AspNetCore.Mvc.ViewFeatures.Test/ViewFeatures/ModelExplorerExtensionsTest.cs diff --git a/test/Microsoft.AspNet.Mvc.ViewFeatures.Test/ViewFeatures/ModelExplorerTest.cs b/test/Microsoft.AspNetCore.Mvc.ViewFeatures.Test/ViewFeatures/ModelExplorerTest.cs similarity index 100% rename from test/Microsoft.AspNet.Mvc.ViewFeatures.Test/ViewFeatures/ModelExplorerTest.cs rename to test/Microsoft.AspNetCore.Mvc.ViewFeatures.Test/ViewFeatures/ModelExplorerTest.cs diff --git a/test/Microsoft.AspNet.Mvc.ViewFeatures.Test/ViewFeatures/PartialViewResultExecutorTest.cs b/test/Microsoft.AspNetCore.Mvc.ViewFeatures.Test/ViewFeatures/PartialViewResultExecutorTest.cs similarity index 100% rename from test/Microsoft.AspNet.Mvc.ViewFeatures.Test/ViewFeatures/PartialViewResultExecutorTest.cs rename to test/Microsoft.AspNetCore.Mvc.ViewFeatures.Test/ViewFeatures/PartialViewResultExecutorTest.cs diff --git a/test/Microsoft.AspNet.Mvc.ViewFeatures.Test/ViewFeatures/SaveTempDataFilterTest.cs b/test/Microsoft.AspNetCore.Mvc.ViewFeatures.Test/ViewFeatures/SaveTempDataFilterTest.cs similarity index 100% rename from test/Microsoft.AspNet.Mvc.ViewFeatures.Test/ViewFeatures/SaveTempDataFilterTest.cs rename to test/Microsoft.AspNetCore.Mvc.ViewFeatures.Test/ViewFeatures/SaveTempDataFilterTest.cs diff --git a/test/Microsoft.AspNet.Mvc.ViewFeatures.Test/ViewFeatures/SessionStateTempDataProviderTest.cs b/test/Microsoft.AspNetCore.Mvc.ViewFeatures.Test/ViewFeatures/SessionStateTempDataProviderTest.cs similarity index 100% rename from test/Microsoft.AspNet.Mvc.ViewFeatures.Test/ViewFeatures/SessionStateTempDataProviderTest.cs rename to test/Microsoft.AspNetCore.Mvc.ViewFeatures.Test/ViewFeatures/SessionStateTempDataProviderTest.cs diff --git a/test/Microsoft.AspNet.Mvc.ViewFeatures.Test/ViewFeatures/StringHtmlContentTest.cs b/test/Microsoft.AspNetCore.Mvc.ViewFeatures.Test/ViewFeatures/StringHtmlContentTest.cs similarity index 100% rename from test/Microsoft.AspNet.Mvc.ViewFeatures.Test/ViewFeatures/StringHtmlContentTest.cs rename to test/Microsoft.AspNetCore.Mvc.ViewFeatures.Test/ViewFeatures/StringHtmlContentTest.cs diff --git a/test/Microsoft.AspNet.Mvc.ViewFeatures.Test/ViewFeatures/TempDataDictionaryFactoryTest.cs b/test/Microsoft.AspNetCore.Mvc.ViewFeatures.Test/ViewFeatures/TempDataDictionaryFactoryTest.cs similarity index 100% rename from test/Microsoft.AspNet.Mvc.ViewFeatures.Test/ViewFeatures/TempDataDictionaryFactoryTest.cs rename to test/Microsoft.AspNetCore.Mvc.ViewFeatures.Test/ViewFeatures/TempDataDictionaryFactoryTest.cs diff --git a/test/Microsoft.AspNet.Mvc.ViewFeatures.Test/ViewFeatures/TempDataDictionaryTest.cs b/test/Microsoft.AspNetCore.Mvc.ViewFeatures.Test/ViewFeatures/TempDataDictionaryTest.cs similarity index 100% rename from test/Microsoft.AspNet.Mvc.ViewFeatures.Test/ViewFeatures/TempDataDictionaryTest.cs rename to test/Microsoft.AspNetCore.Mvc.ViewFeatures.Test/ViewFeatures/TempDataDictionaryTest.cs diff --git a/test/Microsoft.AspNet.Mvc.ViewFeatures.Test/ViewFeatures/ViewDataDictionaryOfTModelTest.cs b/test/Microsoft.AspNetCore.Mvc.ViewFeatures.Test/ViewFeatures/ViewDataDictionaryOfTModelTest.cs similarity index 100% rename from test/Microsoft.AspNet.Mvc.ViewFeatures.Test/ViewFeatures/ViewDataDictionaryOfTModelTest.cs rename to test/Microsoft.AspNetCore.Mvc.ViewFeatures.Test/ViewFeatures/ViewDataDictionaryOfTModelTest.cs diff --git a/test/Microsoft.AspNet.Mvc.ViewFeatures.Test/ViewFeatures/ViewDataDictionaryTest.cs b/test/Microsoft.AspNetCore.Mvc.ViewFeatures.Test/ViewFeatures/ViewDataDictionaryTest.cs similarity index 100% rename from test/Microsoft.AspNet.Mvc.ViewFeatures.Test/ViewFeatures/ViewDataDictionaryTest.cs rename to test/Microsoft.AspNetCore.Mvc.ViewFeatures.Test/ViewFeatures/ViewDataDictionaryTest.cs diff --git a/test/Microsoft.AspNet.Mvc.ViewFeatures.Test/ViewFeatures/ViewDataOfTTest.cs b/test/Microsoft.AspNetCore.Mvc.ViewFeatures.Test/ViewFeatures/ViewDataOfTTest.cs similarity index 100% rename from test/Microsoft.AspNet.Mvc.ViewFeatures.Test/ViewFeatures/ViewDataOfTTest.cs rename to test/Microsoft.AspNetCore.Mvc.ViewFeatures.Test/ViewFeatures/ViewDataOfTTest.cs diff --git a/test/Microsoft.AspNet.Mvc.ViewFeatures.Test/ViewFeatures/ViewExecutorTest.cs b/test/Microsoft.AspNetCore.Mvc.ViewFeatures.Test/ViewFeatures/ViewExecutorTest.cs similarity index 100% rename from test/Microsoft.AspNet.Mvc.ViewFeatures.Test/ViewFeatures/ViewExecutorTest.cs rename to test/Microsoft.AspNetCore.Mvc.ViewFeatures.Test/ViewFeatures/ViewExecutorTest.cs diff --git a/test/Microsoft.AspNet.Mvc.ViewFeatures.Test/ViewFeatures/ViewResultExecutorTest.cs b/test/Microsoft.AspNetCore.Mvc.ViewFeatures.Test/ViewFeatures/ViewResultExecutorTest.cs similarity index 100% rename from test/Microsoft.AspNet.Mvc.ViewFeatures.Test/ViewFeatures/ViewResultExecutorTest.cs rename to test/Microsoft.AspNetCore.Mvc.ViewFeatures.Test/ViewFeatures/ViewResultExecutorTest.cs diff --git a/test/Microsoft.AspNet.Mvc.ViewFeatures.Test/ViewResultTest.cs b/test/Microsoft.AspNetCore.Mvc.ViewFeatures.Test/ViewResultTest.cs similarity index 100% rename from test/Microsoft.AspNet.Mvc.ViewFeatures.Test/ViewResultTest.cs rename to test/Microsoft.AspNetCore.Mvc.ViewFeatures.Test/ViewResultTest.cs diff --git a/test/Microsoft.AspNet.Mvc.ViewFeatures.Test/project.json b/test/Microsoft.AspNetCore.Mvc.ViewFeatures.Test/project.json similarity index 100% rename from test/Microsoft.AspNet.Mvc.ViewFeatures.Test/project.json rename to test/Microsoft.AspNetCore.Mvc.ViewFeatures.Test/project.json diff --git a/test/Microsoft.AspNet.Mvc.WebApiCompatShimTest/ApiControllerActionDiscoveryTest.cs b/test/Microsoft.AspNetCore.Mvc.WebApiCompatShimTest/ApiControllerActionDiscoveryTest.cs similarity index 100% rename from test/Microsoft.AspNet.Mvc.WebApiCompatShimTest/ApiControllerActionDiscoveryTest.cs rename to test/Microsoft.AspNetCore.Mvc.WebApiCompatShimTest/ApiControllerActionDiscoveryTest.cs diff --git a/test/Microsoft.AspNet.Mvc.WebApiCompatShimTest/ApiControllerTest.cs b/test/Microsoft.AspNetCore.Mvc.WebApiCompatShimTest/ApiControllerTest.cs similarity index 100% rename from test/Microsoft.AspNet.Mvc.WebApiCompatShimTest/ApiControllerTest.cs rename to test/Microsoft.AspNetCore.Mvc.WebApiCompatShimTest/ApiControllerTest.cs diff --git a/test/Microsoft.AspNet.Mvc.WebApiCompatShimTest/BadRequestErrorMessageResultTest.cs b/test/Microsoft.AspNetCore.Mvc.WebApiCompatShimTest/BadRequestErrorMessageResultTest.cs similarity index 100% rename from test/Microsoft.AspNet.Mvc.WebApiCompatShimTest/BadRequestErrorMessageResultTest.cs rename to test/Microsoft.AspNetCore.Mvc.WebApiCompatShimTest/BadRequestErrorMessageResultTest.cs diff --git a/test/Microsoft.AspNet.Mvc.WebApiCompatShimTest/ConflictResultTest.cs b/test/Microsoft.AspNetCore.Mvc.WebApiCompatShimTest/ConflictResultTest.cs similarity index 100% rename from test/Microsoft.AspNet.Mvc.WebApiCompatShimTest/ConflictResultTest.cs rename to test/Microsoft.AspNetCore.Mvc.WebApiCompatShimTest/ConflictResultTest.cs diff --git a/test/Microsoft.AspNet.Mvc.WebApiCompatShimTest/DefaultContentNegotiatorTest.cs b/test/Microsoft.AspNetCore.Mvc.WebApiCompatShimTest/DefaultContentNegotiatorTest.cs similarity index 100% rename from test/Microsoft.AspNet.Mvc.WebApiCompatShimTest/DefaultContentNegotiatorTest.cs rename to test/Microsoft.AspNetCore.Mvc.WebApiCompatShimTest/DefaultContentNegotiatorTest.cs diff --git a/test/Microsoft.AspNet.Mvc.WebApiCompatShimTest/ExceptionResultTest.cs b/test/Microsoft.AspNetCore.Mvc.WebApiCompatShimTest/ExceptionResultTest.cs similarity index 100% rename from test/Microsoft.AspNet.Mvc.WebApiCompatShimTest/ExceptionResultTest.cs rename to test/Microsoft.AspNetCore.Mvc.WebApiCompatShimTest/ExceptionResultTest.cs diff --git a/test/Microsoft.AspNet.Mvc.WebApiCompatShimTest/FormDataCollectionExtensionsTest.cs b/test/Microsoft.AspNetCore.Mvc.WebApiCompatShimTest/FormDataCollectionExtensionsTest.cs similarity index 100% rename from test/Microsoft.AspNet.Mvc.WebApiCompatShimTest/FormDataCollectionExtensionsTest.cs rename to test/Microsoft.AspNetCore.Mvc.WebApiCompatShimTest/FormDataCollectionExtensionsTest.cs diff --git a/test/Microsoft.AspNet.Mvc.WebApiCompatShimTest/HttpErrorTest.cs b/test/Microsoft.AspNetCore.Mvc.WebApiCompatShimTest/HttpErrorTest.cs similarity index 100% rename from test/Microsoft.AspNet.Mvc.WebApiCompatShimTest/HttpErrorTest.cs rename to test/Microsoft.AspNetCore.Mvc.WebApiCompatShimTest/HttpErrorTest.cs diff --git a/test/Microsoft.AspNet.Mvc.WebApiCompatShimTest/HttpRequestMessage/HttpRequestMessageExtensionsTest.cs b/test/Microsoft.AspNetCore.Mvc.WebApiCompatShimTest/HttpRequestMessage/HttpRequestMessageExtensionsTest.cs similarity index 100% rename from test/Microsoft.AspNet.Mvc.WebApiCompatShimTest/HttpRequestMessage/HttpRequestMessageExtensionsTest.cs rename to test/Microsoft.AspNetCore.Mvc.WebApiCompatShimTest/HttpRequestMessage/HttpRequestMessageExtensionsTest.cs diff --git a/test/Microsoft.AspNet.Mvc.WebApiCompatShimTest/HttpRequestMessage/HttpRequestMessageFeatureTest.cs b/test/Microsoft.AspNetCore.Mvc.WebApiCompatShimTest/HttpRequestMessage/HttpRequestMessageFeatureTest.cs similarity index 100% rename from test/Microsoft.AspNet.Mvc.WebApiCompatShimTest/HttpRequestMessage/HttpRequestMessageFeatureTest.cs rename to test/Microsoft.AspNetCore.Mvc.WebApiCompatShimTest/HttpRequestMessage/HttpRequestMessageFeatureTest.cs diff --git a/test/Microsoft.AspNet.Mvc.WebApiCompatShimTest/HttpRequestMessage/HttpRequestMessageModelBinderTest.cs b/test/Microsoft.AspNetCore.Mvc.WebApiCompatShimTest/HttpRequestMessage/HttpRequestMessageModelBinderTest.cs similarity index 100% rename from test/Microsoft.AspNet.Mvc.WebApiCompatShimTest/HttpRequestMessage/HttpRequestMessageModelBinderTest.cs rename to test/Microsoft.AspNetCore.Mvc.WebApiCompatShimTest/HttpRequestMessage/HttpRequestMessageModelBinderTest.cs diff --git a/test/Microsoft.AspNet.Mvc.WebApiCompatShimTest/HttpResponseExceptionActionFilterTest.cs b/test/Microsoft.AspNetCore.Mvc.WebApiCompatShimTest/HttpResponseExceptionActionFilterTest.cs similarity index 100% rename from test/Microsoft.AspNet.Mvc.WebApiCompatShimTest/HttpResponseExceptionActionFilterTest.cs rename to test/Microsoft.AspNetCore.Mvc.WebApiCompatShimTest/HttpResponseExceptionActionFilterTest.cs diff --git a/test/Microsoft.AspNet.Mvc.WebApiCompatShimTest/HttpResponseExceptionTest.cs b/test/Microsoft.AspNetCore.Mvc.WebApiCompatShimTest/HttpResponseExceptionTest.cs similarity index 100% rename from test/Microsoft.AspNet.Mvc.WebApiCompatShimTest/HttpResponseExceptionTest.cs rename to test/Microsoft.AspNetCore.Mvc.WebApiCompatShimTest/HttpResponseExceptionTest.cs diff --git a/test/Microsoft.AspNet.Mvc.WebApiCompatShimTest/HttpResponseMessageOutputFormatterTests.cs b/test/Microsoft.AspNetCore.Mvc.WebApiCompatShimTest/HttpResponseMessageOutputFormatterTests.cs similarity index 100% rename from test/Microsoft.AspNet.Mvc.WebApiCompatShimTest/HttpResponseMessageOutputFormatterTests.cs rename to test/Microsoft.AspNetCore.Mvc.WebApiCompatShimTest/HttpResponseMessageOutputFormatterTests.cs diff --git a/test/Microsoft.AspNet.Mvc.WebApiCompatShimTest/InternalServerErrorResultTest.cs b/test/Microsoft.AspNetCore.Mvc.WebApiCompatShimTest/InternalServerErrorResultTest.cs similarity index 100% rename from test/Microsoft.AspNet.Mvc.WebApiCompatShimTest/InternalServerErrorResultTest.cs rename to test/Microsoft.AspNetCore.Mvc.WebApiCompatShimTest/InternalServerErrorResultTest.cs diff --git a/test/Microsoft.AspNet.Mvc.WebApiCompatShimTest/InvalidModelStateResultTest.cs b/test/Microsoft.AspNetCore.Mvc.WebApiCompatShimTest/InvalidModelStateResultTest.cs similarity index 100% rename from test/Microsoft.AspNet.Mvc.WebApiCompatShimTest/InvalidModelStateResultTest.cs rename to test/Microsoft.AspNetCore.Mvc.WebApiCompatShimTest/InvalidModelStateResultTest.cs diff --git a/test/Microsoft.AspNet.Mvc.WebApiCompatShimTest/Microsoft.AspNet.Mvc.WebApiCompatShimTest.xproj b/test/Microsoft.AspNetCore.Mvc.WebApiCompatShimTest/Microsoft.AspNetCore.Mvc.WebApiCompatShimTest.xproj similarity index 100% rename from test/Microsoft.AspNet.Mvc.WebApiCompatShimTest/Microsoft.AspNet.Mvc.WebApiCompatShimTest.xproj rename to test/Microsoft.AspNetCore.Mvc.WebApiCompatShimTest/Microsoft.AspNetCore.Mvc.WebApiCompatShimTest.xproj diff --git a/test/Microsoft.AspNet.Mvc.WebApiCompatShimTest/Mocks/MockContentNegotiator.cs b/test/Microsoft.AspNetCore.Mvc.WebApiCompatShimTest/Mocks/MockContentNegotiator.cs similarity index 100% rename from test/Microsoft.AspNet.Mvc.WebApiCompatShimTest/Mocks/MockContentNegotiator.cs rename to test/Microsoft.AspNetCore.Mvc.WebApiCompatShimTest/Mocks/MockContentNegotiator.cs diff --git a/test/Microsoft.AspNet.Mvc.WebApiCompatShimTest/Mocks/MockMediaTypeFormatter.cs b/test/Microsoft.AspNetCore.Mvc.WebApiCompatShimTest/Mocks/MockMediaTypeFormatter.cs similarity index 100% rename from test/Microsoft.AspNet.Mvc.WebApiCompatShimTest/Mocks/MockMediaTypeFormatter.cs rename to test/Microsoft.AspNetCore.Mvc.WebApiCompatShimTest/Mocks/MockMediaTypeFormatter.cs diff --git a/test/Microsoft.AspNet.Mvc.WebApiCompatShimTest/Mocks/MockMediaTypeMapping.cs b/test/Microsoft.AspNetCore.Mvc.WebApiCompatShimTest/Mocks/MockMediaTypeMapping.cs similarity index 100% rename from test/Microsoft.AspNet.Mvc.WebApiCompatShimTest/Mocks/MockMediaTypeMapping.cs rename to test/Microsoft.AspNetCore.Mvc.WebApiCompatShimTest/Mocks/MockMediaTypeMapping.cs diff --git a/test/Microsoft.AspNet.Mvc.WebApiCompatShimTest/NegotiatedContentResultTest.cs b/test/Microsoft.AspNetCore.Mvc.WebApiCompatShimTest/NegotiatedContentResultTest.cs similarity index 100% rename from test/Microsoft.AspNet.Mvc.WebApiCompatShimTest/NegotiatedContentResultTest.cs rename to test/Microsoft.AspNetCore.Mvc.WebApiCompatShimTest/NegotiatedContentResultTest.cs diff --git a/test/Microsoft.AspNet.Mvc.WebApiCompatShimTest/OverloadActionConstraintTest.cs b/test/Microsoft.AspNetCore.Mvc.WebApiCompatShimTest/OverloadActionConstraintTest.cs similarity index 100% rename from test/Microsoft.AspNet.Mvc.WebApiCompatShimTest/OverloadActionConstraintTest.cs rename to test/Microsoft.AspNetCore.Mvc.WebApiCompatShimTest/OverloadActionConstraintTest.cs diff --git a/test/Microsoft.AspNet.Mvc.WebApiCompatShimTest/TestHttpResponseStreamWriterFactory.cs b/test/Microsoft.AspNetCore.Mvc.WebApiCompatShimTest/TestHttpResponseStreamWriterFactory.cs similarity index 100% rename from test/Microsoft.AspNet.Mvc.WebApiCompatShimTest/TestHttpResponseStreamWriterFactory.cs rename to test/Microsoft.AspNetCore.Mvc.WebApiCompatShimTest/TestHttpResponseStreamWriterFactory.cs diff --git a/test/Microsoft.AspNet.Mvc.WebApiCompatShimTest/TestUtils/FlagsEnum.cs b/test/Microsoft.AspNetCore.Mvc.WebApiCompatShimTest/TestUtils/FlagsEnum.cs similarity index 100% rename from test/Microsoft.AspNet.Mvc.WebApiCompatShimTest/TestUtils/FlagsEnum.cs rename to test/Microsoft.AspNetCore.Mvc.WebApiCompatShimTest/TestUtils/FlagsEnum.cs diff --git a/test/Microsoft.AspNet.Mvc.WebApiCompatShimTest/TestUtils/LongEnum.cs b/test/Microsoft.AspNetCore.Mvc.WebApiCompatShimTest/TestUtils/LongEnum.cs similarity index 100% rename from test/Microsoft.AspNet.Mvc.WebApiCompatShimTest/TestUtils/LongEnum.cs rename to test/Microsoft.AspNetCore.Mvc.WebApiCompatShimTest/TestUtils/LongEnum.cs diff --git a/test/Microsoft.AspNet.Mvc.WebApiCompatShimTest/TestUtils/MediaTypeAssert.cs b/test/Microsoft.AspNetCore.Mvc.WebApiCompatShimTest/TestUtils/MediaTypeAssert.cs similarity index 100% rename from test/Microsoft.AspNet.Mvc.WebApiCompatShimTest/TestUtils/MediaTypeAssert.cs rename to test/Microsoft.AspNetCore.Mvc.WebApiCompatShimTest/TestUtils/MediaTypeAssert.cs diff --git a/test/Microsoft.AspNet.Mvc.WebApiCompatShimTest/TestUtils/MediaTypeConstants.cs b/test/Microsoft.AspNetCore.Mvc.WebApiCompatShimTest/TestUtils/MediaTypeConstants.cs similarity index 100% rename from test/Microsoft.AspNet.Mvc.WebApiCompatShimTest/TestUtils/MediaTypeConstants.cs rename to test/Microsoft.AspNetCore.Mvc.WebApiCompatShimTest/TestUtils/MediaTypeConstants.cs diff --git a/test/Microsoft.AspNet.Mvc.WebApiCompatShimTest/TestUtils/MediaTypeHeaderValueComparer.cs b/test/Microsoft.AspNetCore.Mvc.WebApiCompatShimTest/TestUtils/MediaTypeHeaderValueComparer.cs similarity index 100% rename from test/Microsoft.AspNet.Mvc.WebApiCompatShimTest/TestUtils/MediaTypeHeaderValueComparer.cs rename to test/Microsoft.AspNetCore.Mvc.WebApiCompatShimTest/TestUtils/MediaTypeHeaderValueComparer.cs diff --git a/test/Microsoft.AspNet.Mvc.WebApiCompatShimTest/TestUtils/RefTypeTestData.cs b/test/Microsoft.AspNetCore.Mvc.WebApiCompatShimTest/TestUtils/RefTypeTestData.cs similarity index 100% rename from test/Microsoft.AspNet.Mvc.WebApiCompatShimTest/TestUtils/RefTypeTestData.cs rename to test/Microsoft.AspNetCore.Mvc.WebApiCompatShimTest/TestUtils/RefTypeTestData.cs diff --git a/test/Microsoft.AspNet.Mvc.WebApiCompatShimTest/TestUtils/SimpleEnum.cs b/test/Microsoft.AspNetCore.Mvc.WebApiCompatShimTest/TestUtils/SimpleEnum.cs similarity index 100% rename from test/Microsoft.AspNet.Mvc.WebApiCompatShimTest/TestUtils/SimpleEnum.cs rename to test/Microsoft.AspNetCore.Mvc.WebApiCompatShimTest/TestUtils/SimpleEnum.cs diff --git a/test/Microsoft.AspNet.Mvc.WebApiCompatShimTest/TestUtils/TestData.cs b/test/Microsoft.AspNetCore.Mvc.WebApiCompatShimTest/TestUtils/TestData.cs similarity index 100% rename from test/Microsoft.AspNet.Mvc.WebApiCompatShimTest/TestUtils/TestData.cs rename to test/Microsoft.AspNetCore.Mvc.WebApiCompatShimTest/TestUtils/TestData.cs diff --git a/test/Microsoft.AspNet.Mvc.WebApiCompatShimTest/TestUtils/TestDataHolder.cs b/test/Microsoft.AspNetCore.Mvc.WebApiCompatShimTest/TestUtils/TestDataHolder.cs similarity index 100% rename from test/Microsoft.AspNet.Mvc.WebApiCompatShimTest/TestUtils/TestDataHolder.cs rename to test/Microsoft.AspNetCore.Mvc.WebApiCompatShimTest/TestUtils/TestDataHolder.cs diff --git a/test/Microsoft.AspNet.Mvc.WebApiCompatShimTest/TestUtils/TestDataSetAttribute.cs b/test/Microsoft.AspNetCore.Mvc.WebApiCompatShimTest/TestUtils/TestDataSetAttribute.cs similarity index 100% rename from test/Microsoft.AspNet.Mvc.WebApiCompatShimTest/TestUtils/TestDataSetAttribute.cs rename to test/Microsoft.AspNetCore.Mvc.WebApiCompatShimTest/TestUtils/TestDataSetAttribute.cs diff --git a/test/Microsoft.AspNet.Mvc.WebApiCompatShimTest/TestUtils/TestDataVariations.cs b/test/Microsoft.AspNetCore.Mvc.WebApiCompatShimTest/TestUtils/TestDataVariations.cs similarity index 100% rename from test/Microsoft.AspNet.Mvc.WebApiCompatShimTest/TestUtils/TestDataVariations.cs rename to test/Microsoft.AspNetCore.Mvc.WebApiCompatShimTest/TestUtils/TestDataVariations.cs diff --git a/test/Microsoft.AspNet.Mvc.WebApiCompatShimTest/TestUtils/TypeAssert.cs b/test/Microsoft.AspNetCore.Mvc.WebApiCompatShimTest/TestUtils/TypeAssert.cs similarity index 100% rename from test/Microsoft.AspNet.Mvc.WebApiCompatShimTest/TestUtils/TypeAssert.cs rename to test/Microsoft.AspNetCore.Mvc.WebApiCompatShimTest/TestUtils/TypeAssert.cs diff --git a/test/Microsoft.AspNet.Mvc.WebApiCompatShimTest/TestUtils/ValueTypeTestData.cs b/test/Microsoft.AspNetCore.Mvc.WebApiCompatShimTest/TestUtils/ValueTypeTestData.cs similarity index 100% rename from test/Microsoft.AspNet.Mvc.WebApiCompatShimTest/TestUtils/ValueTypeTestData.cs rename to test/Microsoft.AspNetCore.Mvc.WebApiCompatShimTest/TestUtils/ValueTypeTestData.cs diff --git a/test/Microsoft.AspNet.Mvc.WebApiCompatShimTest/project.json b/test/Microsoft.AspNetCore.Mvc.WebApiCompatShimTest/project.json similarity index 100% rename from test/Microsoft.AspNet.Mvc.WebApiCompatShimTest/project.json rename to test/Microsoft.AspNetCore.Mvc.WebApiCompatShimTest/project.json diff --git a/test/WebSites/Microsoft.AspNet.Mvc.TestConfiguration/BuilderExtensions.cs b/test/WebSites/Microsoft.AspNetCore.Mvc.TestConfiguration/BuilderExtensions.cs similarity index 100% rename from test/WebSites/Microsoft.AspNet.Mvc.TestConfiguration/BuilderExtensions.cs rename to test/WebSites/Microsoft.AspNetCore.Mvc.TestConfiguration/BuilderExtensions.cs diff --git a/test/WebSites/Microsoft.AspNet.Mvc.TestConfiguration/CultureReplacerMiddleware.cs b/test/WebSites/Microsoft.AspNetCore.Mvc.TestConfiguration/CultureReplacerMiddleware.cs similarity index 100% rename from test/WebSites/Microsoft.AspNet.Mvc.TestConfiguration/CultureReplacerMiddleware.cs rename to test/WebSites/Microsoft.AspNetCore.Mvc.TestConfiguration/CultureReplacerMiddleware.cs diff --git a/test/WebSites/Microsoft.AspNet.Mvc.TestConfiguration/Microsoft.AspNet.Mvc.TestConfiguration.xproj b/test/WebSites/Microsoft.AspNetCore.Mvc.TestConfiguration/Microsoft.AspNetCore.Mvc.TestConfiguration.xproj similarity index 100% rename from test/WebSites/Microsoft.AspNet.Mvc.TestConfiguration/Microsoft.AspNet.Mvc.TestConfiguration.xproj rename to test/WebSites/Microsoft.AspNetCore.Mvc.TestConfiguration/Microsoft.AspNetCore.Mvc.TestConfiguration.xproj diff --git a/test/WebSites/Microsoft.AspNet.Mvc.TestConfiguration/project.json b/test/WebSites/Microsoft.AspNetCore.Mvc.TestConfiguration/project.json similarity index 100% rename from test/WebSites/Microsoft.AspNet.Mvc.TestConfiguration/project.json rename to test/WebSites/Microsoft.AspNetCore.Mvc.TestConfiguration/project.json