diff --git a/.vsts-dotnet-ci.yml b/.vsts-dotnet-ci.yml
index 844fec05dbb..0e2d18894d4 100644
--- a/.vsts-dotnet-ci.yml
+++ b/.vsts-dotnet-ci.yml
@@ -203,6 +203,8 @@ jobs:
condition: always()
- job: MonoOnMac
+ # Mono CI disabled for 16.7 because of SDK resolver errors
+ condition: eq(1,2)
displayName: "macOS Mono"
pool:
vmImage: 'macOS-10.14'
diff --git a/NuGet.config b/NuGet.config
index 5e45df013f4..617e0f8a7ce 100644
--- a/NuGet.config
+++ b/NuGet.config
@@ -4,10 +4,8 @@
-
-
-
-
+
+
diff --git a/eng/BootStrapMSBuild.targets b/eng/BootStrapMSBuild.targets
index a24609db358..9f1bba2dc21 100644
--- a/eng/BootStrapMSBuild.targets
+++ b/eng/BootStrapMSBuild.targets
@@ -52,6 +52,7 @@
need to be in a specific location that does not mesh with NuGet. To resolve this, we include the default
PackageReference assets but will remove them from the Reference ItemGroup before RAR runs and avoid the warnings -->
+
@@ -64,7 +65,7 @@
-
+
@@ -113,8 +114,13 @@
+
+
+
@@ -155,7 +161,7 @@
-
+
diff --git a/eng/Packages.props b/eng/Packages.props
index d3ac170588d..3f49963f5a2 100644
--- a/eng/Packages.props
+++ b/eng/Packages.props
@@ -1,7 +1,7 @@
- 5.4.0-rtm.6292
+ 5.7.0-rtm.6702
$(NuGetPackageVersion)
$(NuGetPackageVersion)
$(NuGetPackageVersion)
@@ -12,6 +12,7 @@
+
@@ -20,6 +21,8 @@
+
+
diff --git a/src/MSBuild.Bootstrap/MSBuild.Bootstrap.csproj b/src/MSBuild.Bootstrap/MSBuild.Bootstrap.csproj
index 3001ac1018d..d37315186ee 100644
--- a/src/MSBuild.Bootstrap/MSBuild.Bootstrap.csproj
+++ b/src/MSBuild.Bootstrap/MSBuild.Bootstrap.csproj
@@ -11,7 +11,7 @@
-
+
@@ -25,6 +25,9 @@
+
+
+