Incorporate name changes

This commit is contained in:
Ryan Nowak 2014-05-05 16:54:45 -07:00
parent dfd4ba4b1b
commit 8fcddc12e7
15 changed files with 21 additions and 19 deletions

View File

@ -17,7 +17,7 @@
using System.Text.RegularExpressions;
using Microsoft.AspNet;
using Microsoft.AspNet.Abstractions;
using Microsoft.AspNet.Http;
using Microsoft.AspNet.Routing;
namespace RoutingSample.Web

View File

@ -15,7 +15,8 @@
// See the Apache 2 License for the specific language governing
// permissions and limitations under the License.
using Microsoft.AspNet.Abstractions;
using Microsoft.AspNet;
using Microsoft.AspNet.Http;
using Microsoft.AspNet.Routing;
namespace Microsoft.AspNet

View File

@ -16,7 +16,7 @@
// permissions and limitations under the License.
using System.Collections.Generic;
using Microsoft.AspNet.Abstractions;
using Microsoft.AspNet.Http;
namespace Microsoft.AspNet.Routing
{

View File

@ -19,7 +19,7 @@ using System;
using System.Collections.Generic;
using System.Globalization;
using System.Text.RegularExpressions;
using Microsoft.AspNet.Abstractions;
using Microsoft.AspNet.Http;
namespace Microsoft.AspNet.Routing
{

View File

@ -16,7 +16,7 @@
// permissions and limitations under the License.
using System.Collections.Generic;
using Microsoft.AspNet.Abstractions;
using Microsoft.AspNet.Http;
namespace Microsoft.AspNet.Routing
{

View File

@ -16,7 +16,7 @@
// permissions and limitations under the License.
using System.Collections.Generic;
using Microsoft.AspNet.Abstractions;
using Microsoft.AspNet.Http;
namespace Microsoft.AspNet.Routing
{

View File

@ -16,7 +16,7 @@
// permissions and limitations under the License.
using System.Threading.Tasks;
using Microsoft.AspNet.Abstractions;
using Microsoft.AspNet.Http;
using Microsoft.AspNet.Routing;
namespace Microsoft.AspNet

View File

@ -16,7 +16,7 @@
// permissions and limitations under the License.
using System.Collections.Generic;
using Microsoft.AspNet.Abstractions;
using Microsoft.AspNet.Http;
namespace Microsoft.AspNet.Routing
{

View File

@ -1,7 +1,7 @@
{
"version": "0.1-alpha-*",
"dependencies": {
"Microsoft.AspNet.Abstractions": "0.1-alpha-*",
"Microsoft.AspNet.Http": "0.1-alpha-*",
"Microsoft.AspNet.DependencyInjection" : "0.1-alpha-*"
},
"configurations": {

View File

@ -17,7 +17,7 @@
#if NET45
using System.Collections.Generic;
using Microsoft.AspNet.Abstractions;
using Microsoft.AspNet.Http;
using Moq;
using Xunit;

View File

@ -19,7 +19,7 @@
using System;
using System.Collections.Generic;
using System.Linq;
using Microsoft.AspNet.Abstractions;
using Microsoft.AspNet.Http;
using Microsoft.AspNet.Testing;
using Moq;
using Xunit;

View File

@ -16,12 +16,13 @@
// permissions and limitations under the License.
#if NET45
using Moq;
using System.Globalization;
using System.Text.RegularExpressions;
using System.Threading;
using Microsoft.AspNet.Http;
using Moq;
using Xunit;
using Microsoft.AspNet.Abstractions;
namespace Microsoft.AspNet.Routing.Tests
{

View File

@ -21,7 +21,7 @@ using System;
using System.Collections.Generic;
using System.Linq;
using System.Threading.Tasks;
using Microsoft.AspNet.Abstractions;
using Microsoft.AspNet.Http;
using Moq;
using Xunit;

View File

@ -17,10 +17,10 @@
#if NET45
using System;
using Microsoft.AspNet.Testing;
using System.Collections.Generic;
using System.Threading.Tasks;
using Microsoft.AspNet.Abstractions;
using Microsoft.AspNet.Http;
using Microsoft.AspNet.Testing;
using Moq;
using Xunit;
@ -124,7 +124,7 @@ namespace Microsoft.AspNet.Routing.Template.Tests
#endregion
#region Route Binding
#region Route Binding
[Fact]
public void GetVirtualPath_Success()
@ -397,7 +397,7 @@ namespace Microsoft.AspNet.Routing.Template.Tests
#endregion
#region Route Registration
#region Route Registration
[Fact]
public void RegisteringRouteWithInvalidConstraints_Throws()

View File

@ -1,7 +1,7 @@
{
"version": "0.1-alpha-*",
"dependencies": {
"Microsoft.AspNet.Abstractions" : "0.1-alpha-*",
"Microsoft.AspNet.Http" : "0.1-alpha-*",
"Microsoft.AspNet.Routing" : "",
"Microsoft.AspNet.Testing" : "0.1-alpha-*",
"Xunit.KRunner": "0.1-alpha-*",