Update QueryBuilder dependency.

This commit is contained in:
Chris Ross 2015-01-12 10:34:39 -08:00
parent c323e4d32f
commit 01620d487e
2 changed files with 2 additions and 2 deletions

View File

@ -7,7 +7,7 @@ using System.Diagnostics;
using System.Globalization;
using System.Text;
using System.Text.RegularExpressions;
using Microsoft.AspNet.WebUtilities;
using Microsoft.AspNet.Http.Extensions;
namespace Microsoft.AspNet.Routing.Template
{

View File

@ -6,7 +6,7 @@
},
"dependencies": {
"Microsoft.AspNet.RequestContainer": "1.0.0-*",
"Microsoft.AspNet.WebUtilities": "1.0.0-*",
"Microsoft.AspNet.Http.Extensions": "1.0.0-*",
"Microsoft.Framework.Logging": "1.0.0-*"
},
"frameworks": {