diff --git a/build/DependencyVersions.props b/build/DependencyVersions.props
index 08440b587..6f17d7e2f 100644
--- a/build/DependencyVersions.props
+++ b/build/DependencyVersions.props
@@ -17,8 +17,8 @@
$(MicrosoftBuildPackageVersion)
$(MicrosoftBuildPackageVersion)
$(MicrosoftBuildPackageVersion)
- 10.2.2-rtm-180720-0
- 2.9.0-beta8-63119-10
+ 10.2.3-rtm-180727-0
+ 2.9.0-beta8-63127-03
$(MicrosoftCodeAnalysisCSharpPackageVersion)
$(MicrosoftCodeAnalysisCSharpPackageVersion)
$(MicrosoftCodeAnalysisCSharpPackageVersion)
@@ -52,7 +52,7 @@
$(NuGetBuildTasksPackageVersion)
$(NuGetBuildTasksPackageVersion)
$(NuGetBuildTasksPackageVersion)
- $(NuGetBuildTasksPackageVersion)
+ $(NuGetBuildTasksPackageVersion)
15.8.0
$(MicrosoftNETTestSdkPackageVersion)
$(MicrosoftNETTestSdkPackageVersion)
diff --git a/src/redist/redist.csproj b/src/redist/redist.csproj
index 7ce296c7e..4fc9f8e0a 100644
--- a/src/redist/redist.csproj
+++ b/src/redist/redist.csproj
@@ -17,7 +17,7 @@
-
+
diff --git a/test/dotnet-migrate.Tests/GivenThatIWantToMigrateSolutions.cs b/test/dotnet-migrate.Tests/GivenThatIWantToMigrateSolutions.cs
index 585a3da02..7ec32dc02 100644
--- a/test/dotnet-migrate.Tests/GivenThatIWantToMigrateSolutions.cs
+++ b/test/dotnet-migrate.Tests/GivenThatIWantToMigrateSolutions.cs
@@ -45,7 +45,7 @@ namespace Microsoft.DotNet.Migration.Tests
new DotnetCommand()
.WithWorkingDirectory(projectDirectory)
- .Execute($"build \"{solutionRelPath}\"")
+ .Execute($"build \"{solutionRelPath}\" -p:GenerateAssemblyInfo=false") // https://github.com/dotnet/sdk/issues/2278"
.Should().Pass();
SlnFile slnFile = SlnFile.Read(Path.Combine(projectDirectory.FullName, solutionRelPath));