diff --git a/eng/restore-toolset.sh b/eng/restore-toolset.sh index 42ee4d364..cd17755d5 100644 --- a/eng/restore-toolset.sh +++ b/eng/restore-toolset.sh @@ -13,10 +13,6 @@ function InitializeCustomSDKToolset { #InstallDotNetSharedFramework "1.1.2" InitializeDotNetCli true - # Install 2.1 framework for dotnet-deb-tool. - # Failures on this call will be ignored, as this is expected to fail on some - # OSes. - InstallDotNetSharedFramework "2.1.0" } # Installs additional shared frameworks for testing purposes