diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 556b29a20d..f43e803ba5 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -117,7 +117,7 @@ stages: - job: OSX pool: - name: Hosted macOS + vmImage: 'macOS-1015' strategy: matrix: debug_configuration: @@ -136,7 +136,7 @@ stages: - job: Linux pool: - name: Hosted Ubuntu 1604 + vmImage: 'ubuntu-20.04' container: LinuxContainer strategy: matrix: diff --git a/src/Microsoft.Web.XmlTransform/Microsoft.Web.XmlTransform.csproj b/src/Microsoft.Web.XmlTransform/Microsoft.Web.XmlTransform.csproj index 7cb81d1e26..f272d7fd44 100644 --- a/src/Microsoft.Web.XmlTransform/Microsoft.Web.XmlTransform.csproj +++ b/src/Microsoft.Web.XmlTransform/Microsoft.Web.XmlTransform.csproj @@ -3,7 +3,7 @@ - netstandard2.1 + netstandard2.0;netstandard2.1 AnyCPU true false