From ddcc409353dde0d54cdbdb49794aef6dae9ec541 Mon Sep 17 00:00:00 2001 From: Ryan Nowak Date: Wed, 25 Oct 2017 22:49:28 -0700 Subject: [PATCH] Move some files in/out of abstractions --- .../TemplateFactory.cs | 0 .../AddressTable.cs | 0 .../IAddressCollectionProvider.cs | 0 .../IEndpointCollectionProvider.cs | 0 4 files changed, 0 insertions(+), 0 deletions(-) rename src/{Microsoft.AspNetCore.Dispatcher => Microsoft.AspNetCore.Dispatcher.Abstractions}/TemplateFactory.cs (100%) rename src/{Microsoft.AspNetCore.Dispatcher.Abstractions => Microsoft.AspNetCore.Dispatcher}/AddressTable.cs (100%) rename src/{Microsoft.AspNetCore.Dispatcher.Abstractions => Microsoft.AspNetCore.Dispatcher}/IAddressCollectionProvider.cs (100%) rename src/{Microsoft.AspNetCore.Dispatcher.Abstractions => Microsoft.AspNetCore.Dispatcher}/IEndpointCollectionProvider.cs (100%) diff --git a/src/Microsoft.AspNetCore.Dispatcher/TemplateFactory.cs b/src/Microsoft.AspNetCore.Dispatcher.Abstractions/TemplateFactory.cs similarity index 100% rename from src/Microsoft.AspNetCore.Dispatcher/TemplateFactory.cs rename to src/Microsoft.AspNetCore.Dispatcher.Abstractions/TemplateFactory.cs diff --git a/src/Microsoft.AspNetCore.Dispatcher.Abstractions/AddressTable.cs b/src/Microsoft.AspNetCore.Dispatcher/AddressTable.cs similarity index 100% rename from src/Microsoft.AspNetCore.Dispatcher.Abstractions/AddressTable.cs rename to src/Microsoft.AspNetCore.Dispatcher/AddressTable.cs diff --git a/src/Microsoft.AspNetCore.Dispatcher.Abstractions/IAddressCollectionProvider.cs b/src/Microsoft.AspNetCore.Dispatcher/IAddressCollectionProvider.cs similarity index 100% rename from src/Microsoft.AspNetCore.Dispatcher.Abstractions/IAddressCollectionProvider.cs rename to src/Microsoft.AspNetCore.Dispatcher/IAddressCollectionProvider.cs diff --git a/src/Microsoft.AspNetCore.Dispatcher.Abstractions/IEndpointCollectionProvider.cs b/src/Microsoft.AspNetCore.Dispatcher/IEndpointCollectionProvider.cs similarity index 100% rename from src/Microsoft.AspNetCore.Dispatcher.Abstractions/IEndpointCollectionProvider.cs rename to src/Microsoft.AspNetCore.Dispatcher/IEndpointCollectionProvider.cs