diff --git a/build/dependencies.props b/build/dependencies.props
index 54a4da8256..a96c394063 100644
--- a/build/dependencies.props
+++ b/build/dependencies.props
@@ -6,6 +6,7 @@
4.3.0
2.0.0-*
4.7.1
+ $(BundledNETStandardPackageVersion)
10.0.1
15.0.0
2.2.0
diff --git a/build/repo.targets b/build/repo.targets
index 54067bb6c8..a455b5bc29 100644
--- a/build/repo.targets
+++ b/build/repo.targets
@@ -39,7 +39,7 @@
Condition="Exists('$(DependencyBuildDirectory)')" />
-
+
@@ -61,6 +61,7 @@
+
diff --git a/src/Microsoft.AspNetCore.All/Microsoft.AspNetCore.All.csproj b/src/Microsoft.AspNetCore.All/Microsoft.AspNetCore.All.csproj
index bfc4256bf3..c003ee5ef0 100644
--- a/src/Microsoft.AspNetCore.All/Microsoft.AspNetCore.All.csproj
+++ b/src/Microsoft.AspNetCore.All/Microsoft.AspNetCore.All.csproj
@@ -8,6 +8,7 @@
aspnetcore
Microsoft.AspNetCore.All
false
+ $(PackageTargetFallback);portable-net45+win8+wp8+wpa81