Skip to content
This repository was archived by the owner on Oct 16, 2020. It is now read-only.

Commit ec141ba

Browse files
committed
Remove duplicate UpgradeToolsVersion() call.
1 parent df292ae commit ec141ba

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

src/Main/Base/Project/Src/Project/MSBuildBasedProject.cs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1252,9 +1252,6 @@ public MSBuildBasedProject(ProjectLoadInformation loadInformation)
12521252
} else {
12531253
throw;
12541254
}
1255-
if (!(ex.ErrorCode == "MSB4132" && UpgradeToolsVersion(loadInformation))) {
1256-
throw;
1257-
}
12581255
}
12591256
success = true;
12601257
} catch (InvalidProjectFileException ex) {

0 commit comments

Comments
 (0)