diff --git a/src/Microsoft.Restier.Publishers.OData/Microsoft.Restier.Publishers.OData.csproj b/src/Microsoft.Restier.Publishers.OData/Microsoft.Restier.Publishers.OData.csproj
index 774d0ca4..71594751 100644
--- a/src/Microsoft.Restier.Publishers.OData/Microsoft.Restier.Publishers.OData.csproj
+++ b/src/Microsoft.Restier.Publishers.OData/Microsoft.Restier.Publishers.OData.csproj
@@ -50,7 +50,7 @@
True
- ..\..\packages\Microsoft.AspNet.OData.6.0.0-Nightly160825\lib\net45\System.Web.OData.dll
+ ..\..\packages\Microsoft.AspNet.OData.6.0.0-beta2\lib\net45\System.Web.OData.dll
True
diff --git a/src/Microsoft.Restier.Publishers.OData/packages.config b/src/Microsoft.Restier.Publishers.OData/packages.config
index 5a170e23..b6269022 100644
--- a/src/Microsoft.Restier.Publishers.OData/packages.config
+++ b/src/Microsoft.Restier.Publishers.OData/packages.config
@@ -1,6 +1,6 @@
-
+
diff --git a/test/Microsoft.Restier.Providers.EntityFramework.Tests/Microsoft.Restier.Providers.EntityFramework.Tests.csproj b/test/Microsoft.Restier.Providers.EntityFramework.Tests/Microsoft.Restier.Providers.EntityFramework.Tests.csproj
index 77b54efe..911bfa27 100644
--- a/test/Microsoft.Restier.Providers.EntityFramework.Tests/Microsoft.Restier.Providers.EntityFramework.Tests.csproj
+++ b/test/Microsoft.Restier.Providers.EntityFramework.Tests/Microsoft.Restier.Providers.EntityFramework.Tests.csproj
@@ -79,7 +79,7 @@
True
- ..\..\packages\Microsoft.AspNet.OData.6.0.0-Nightly160825\lib\net45\System.Web.OData.dll
+ ..\..\packages\Microsoft.AspNet.OData.6.0.0-beta2\lib\net45\System.Web.OData.dll
True
diff --git a/test/Microsoft.Restier.Providers.EntityFramework.Tests/packages.config b/test/Microsoft.Restier.Providers.EntityFramework.Tests/packages.config
index b7ad8a88..cdcfefa9 100644
--- a/test/Microsoft.Restier.Providers.EntityFramework.Tests/packages.config
+++ b/test/Microsoft.Restier.Providers.EntityFramework.Tests/packages.config
@@ -1,7 +1,7 @@
-
+
diff --git a/test/Microsoft.Restier.Publishers.OData.Test/Microsoft.Restier.Publishers.OData.Test.csproj b/test/Microsoft.Restier.Publishers.OData.Test/Microsoft.Restier.Publishers.OData.Test.csproj
index 0f175aa9..d0f4fc26 100644
--- a/test/Microsoft.Restier.Publishers.OData.Test/Microsoft.Restier.Publishers.OData.Test.csproj
+++ b/test/Microsoft.Restier.Publishers.OData.Test/Microsoft.Restier.Publishers.OData.Test.csproj
@@ -79,7 +79,7 @@
True
- ..\..\packages\Microsoft.AspNet.OData.6.0.0-Nightly160825\lib\net45\System.Web.OData.dll
+ ..\..\packages\Microsoft.AspNet.OData.6.0.0-beta2\lib\net45\System.Web.OData.dll
True
diff --git a/test/Microsoft.Restier.Publishers.OData.Test/packages.config b/test/Microsoft.Restier.Publishers.OData.Test/packages.config
index b7ad8a88..cdcfefa9 100644
--- a/test/Microsoft.Restier.Publishers.OData.Test/packages.config
+++ b/test/Microsoft.Restier.Publishers.OData.Test/packages.config
@@ -1,7 +1,7 @@
-
+
diff --git a/test/ODataEndToEnd/Microsoft.OData.Service.Sample.Northwind.Tests/Microsoft.OData.Service.Sample.Northwind.Tests.csproj b/test/ODataEndToEnd/Microsoft.OData.Service.Sample.Northwind.Tests/Microsoft.OData.Service.Sample.Northwind.Tests.csproj
index 4dd5d372..956caf90 100644
--- a/test/ODataEndToEnd/Microsoft.OData.Service.Sample.Northwind.Tests/Microsoft.OData.Service.Sample.Northwind.Tests.csproj
+++ b/test/ODataEndToEnd/Microsoft.OData.Service.Sample.Northwind.Tests/Microsoft.OData.Service.Sample.Northwind.Tests.csproj
@@ -85,7 +85,7 @@
True
- ..\..\..\packages\Microsoft.AspNet.OData.6.0.0-Nightly160825\lib\net45\System.Web.OData.dll
+ ..\..\..\packages\Microsoft.AspNet.OData.6.0.0-beta2\lib\net45\System.Web.OData.dll
True
diff --git a/test/ODataEndToEnd/Microsoft.OData.Service.Sample.Northwind.Tests/packages.config b/test/ODataEndToEnd/Microsoft.OData.Service.Sample.Northwind.Tests/packages.config
index 12cf5010..710cc376 100644
--- a/test/ODataEndToEnd/Microsoft.OData.Service.Sample.Northwind.Tests/packages.config
+++ b/test/ODataEndToEnd/Microsoft.OData.Service.Sample.Northwind.Tests/packages.config
@@ -1,7 +1,7 @@
-
+
diff --git a/test/ODataEndToEnd/Microsoft.OData.Service.Sample.Northwind/Microsoft.OData.Service.Sample.Northwind.csproj b/test/ODataEndToEnd/Microsoft.OData.Service.Sample.Northwind/Microsoft.OData.Service.Sample.Northwind.csproj
index 96c202b7..eaa03096 100644
--- a/test/ODataEndToEnd/Microsoft.OData.Service.Sample.Northwind/Microsoft.OData.Service.Sample.Northwind.csproj
+++ b/test/ODataEndToEnd/Microsoft.OData.Service.Sample.Northwind/Microsoft.OData.Service.Sample.Northwind.csproj
@@ -101,7 +101,7 @@
- ..\..\..\packages\Microsoft.AspNet.OData.6.0.0-Nightly160825\lib\net45\System.Web.OData.dll
+ ..\..\..\packages\Microsoft.AspNet.OData.6.0.0-beta2\lib\net45\System.Web.OData.dll
True
diff --git a/test/ODataEndToEnd/Microsoft.OData.Service.Sample.Northwind/packages.config b/test/ODataEndToEnd/Microsoft.OData.Service.Sample.Northwind/packages.config
index c9abcf9e..0683cdfd 100644
--- a/test/ODataEndToEnd/Microsoft.OData.Service.Sample.Northwind/packages.config
+++ b/test/ODataEndToEnd/Microsoft.OData.Service.Sample.Northwind/packages.config
@@ -1,7 +1,7 @@
-
+
diff --git a/test/ODataEndToEnd/Microsoft.OData.Service.Sample.Trippin/Microsoft.OData.Service.Sample.Trippin.csproj b/test/ODataEndToEnd/Microsoft.OData.Service.Sample.Trippin/Microsoft.OData.Service.Sample.Trippin.csproj
index df8d09ab..c3079674 100644
--- a/test/ODataEndToEnd/Microsoft.OData.Service.Sample.Trippin/Microsoft.OData.Service.Sample.Trippin.csproj
+++ b/test/ODataEndToEnd/Microsoft.OData.Service.Sample.Trippin/Microsoft.OData.Service.Sample.Trippin.csproj
@@ -160,7 +160,7 @@
True
- ..\..\..\packages\Microsoft.AspNet.OData.6.0.0-Nightly160825\lib\net45\System.Web.OData.dll
+ ..\..\..\packages\Microsoft.AspNet.OData.6.0.0-beta2\lib\net45\System.Web.OData.dll
True
diff --git a/test/ODataEndToEnd/Microsoft.OData.Service.Sample.Trippin/packages.config b/test/ODataEndToEnd/Microsoft.OData.Service.Sample.Trippin/packages.config
index c9abcf9e..0683cdfd 100644
--- a/test/ODataEndToEnd/Microsoft.OData.Service.Sample.Trippin/packages.config
+++ b/test/ODataEndToEnd/Microsoft.OData.Service.Sample.Trippin/packages.config
@@ -1,7 +1,7 @@
-
+
diff --git a/test/ODataEndToEnd/Microsoft.OData.Service.Sample.TrippinInMemory/Microsoft.OData.Service.Sample.TrippinInMemory.csproj b/test/ODataEndToEnd/Microsoft.OData.Service.Sample.TrippinInMemory/Microsoft.OData.Service.Sample.TrippinInMemory.csproj
index 425ce830..63bfe362 100644
--- a/test/ODataEndToEnd/Microsoft.OData.Service.Sample.TrippinInMemory/Microsoft.OData.Service.Sample.TrippinInMemory.csproj
+++ b/test/ODataEndToEnd/Microsoft.OData.Service.Sample.TrippinInMemory/Microsoft.OData.Service.Sample.TrippinInMemory.csproj
@@ -92,7 +92,7 @@
True
- ..\..\..\packages\Microsoft.AspNet.OData.6.0.0-Nightly160825\lib\net45\System.Web.OData.dll
+ ..\..\..\packages\Microsoft.AspNet.OData.6.0.0-beta2\lib\net45\System.Web.OData.dll
True
diff --git a/test/ODataEndToEnd/Microsoft.OData.Service.Sample.TrippinInMemory/packages.config b/test/ODataEndToEnd/Microsoft.OData.Service.Sample.TrippinInMemory/packages.config
index c0d4e7dc..332712cc 100644
--- a/test/ODataEndToEnd/Microsoft.OData.Service.Sample.TrippinInMemory/packages.config
+++ b/test/ODataEndToEnd/Microsoft.OData.Service.Sample.TrippinInMemory/packages.config
@@ -1,6 +1,6 @@
-
+
diff --git a/test/ODataEndToEnd/Microsoft.Restier.Providers.InMemory/Microsoft.Restier.Providers.InMemory.csproj b/test/ODataEndToEnd/Microsoft.Restier.Providers.InMemory/Microsoft.Restier.Providers.InMemory.csproj
index 437ecc8e..f55a80f8 100644
--- a/test/ODataEndToEnd/Microsoft.Restier.Providers.InMemory/Microsoft.Restier.Providers.InMemory.csproj
+++ b/test/ODataEndToEnd/Microsoft.Restier.Providers.InMemory/Microsoft.Restier.Providers.InMemory.csproj
@@ -66,7 +66,7 @@
True
- ..\..\..\packages\Microsoft.AspNet.OData.6.0.0-Nightly160825\lib\net45\System.Web.OData.dll
+ ..\..\..\packages\Microsoft.AspNet.OData.6.0.0-beta2\lib\net45\System.Web.OData.dll
True
diff --git a/test/ODataEndToEnd/Microsoft.Restier.Providers.InMemory/packages.config b/test/ODataEndToEnd/Microsoft.Restier.Providers.InMemory/packages.config
index 383d37bd..2222fdcf 100644
--- a/test/ODataEndToEnd/Microsoft.Restier.Providers.InMemory/packages.config
+++ b/test/ODataEndToEnd/Microsoft.Restier.Providers.InMemory/packages.config
@@ -1,6 +1,6 @@
-
+