From 3287e7cdecbba2cec8bb58ce9aa1dd07bb2aa1fa Mon Sep 17 00:00:00 2001 From: Bogdan Date: Thu, 10 Oct 2024 15:27:11 +0300 Subject: [PATCH] Bump dotnet to 6.0.35 --- azure-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 1a085eb52..afe7c821a 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -15,7 +15,7 @@ variables: buildName: '$(Build.SourceBranchName).$(radarrVersion)' sentryOrg: 'servarr' sentryUrl: 'https://sentry.servarr.com' - dotnetVersion: '6.0.424' + dotnetVersion: '6.0.427' nodeVersion: '20.X' innoVersion: '6.2.2' windowsImage: 'windows-2022'