diff --git a/src/Microsoft.AspNet.WebUtilities/FormReader.cs b/src/Microsoft.AspNet.WebUtilities/FormReader.cs
index 554b86e7b6..fe86ee56aa 100644
--- a/src/Microsoft.AspNet.WebUtilities/FormReader.cs
+++ b/src/Microsoft.AspNet.WebUtilities/FormReader.cs
@@ -165,7 +165,7 @@ namespace Microsoft.AspNet.WebUtilities
///
/// The HTTP form body to parse.
/// The collection containing the parsed HTTP form body.
- public static IDictionary ReadForm(string text)
+ public static Dictionary ReadForm(string text)
{
var reader = new FormReader(text);