diff --git a/.pipelines/v2/templates/job-build-project.yml b/.pipelines/v2/templates/job-build-project.yml index 17680d3024..24079406ef 100644 --- a/.pipelines/v2/templates/job-build-project.yml +++ b/.pipelines/v2/templates/job-build-project.yml @@ -213,8 +213,8 @@ jobs: parameters: sdk: true version: '10.0' - # SDK 10.0.302 contains runtime 10.0.10. Keep this aligned with DotNetRuntimePackageVersion in Directory.Packages.props. - exactVersion: '10.0.302' + # SDK 10.0.303 contains runtime 10.0.11. Keep this aligned with DotNetRuntimePackageVersion in Directory.Packages.props. + exactVersion: '10.0.303' - ${{ if eq(parameters.runTests, true) }}: - task: VisualStudioTestPlatformInstaller@1 diff --git a/Directory.Packages.props b/Directory.Packages.props index 0dd306b407..bb77ededc0 100644 --- a/Directory.Packages.props +++ b/Directory.Packages.props @@ -3,8 +3,8 @@ true true 3.8.3 - - 10.0.10 + + 10.0.11