diff --git a/build/template-run-mi-e2e-imds.yaml b/build/template-run-mi-e2e-imds.yaml index 49ea38ec96..07a31b6fff 100644 --- a/build/template-run-mi-e2e-imds.yaml +++ b/build/template-run-mi-e2e-imds.yaml @@ -6,10 +6,10 @@ steps: # Ensure the exact SDK is available on the agent - task: UseDotNet@2 - displayName: 'Install .NET SDK 8.0.415' + displayName: 'Install .NET SDK 8.0.418' inputs: packageType: 'sdk' - version: '8.0.415' + version: '8.0.418' includePreviewVersions: false performMultiLevelLookup: true diff --git a/global.json b/global.json index fea067907e..d456229706 100644 --- a/global.json +++ b/global.json @@ -1,6 +1,6 @@ { "sdk": { - "version": "8.0.415", + "version": "8.0.418", "rollForward": "latestFeature" } }