From 1ac06c5fa2340057486e7911ac2360280baafb25 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Fri, 17 May 2024 02:17:15 +0000 Subject: [PATCH] Update NuGet dependencies --- AzureCliCredentialProxy.csproj | 2 +- global.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/AzureCliCredentialProxy.csproj b/AzureCliCredentialProxy.csproj index 430f3c3..422e9c6 100644 --- a/AzureCliCredentialProxy.csproj +++ b/AzureCliCredentialProxy.csproj @@ -12,6 +12,6 @@ - + diff --git a/global.json b/global.json index 7ff0d9e..acd7d60 100644 --- a/global.json +++ b/global.json @@ -1,6 +1,6 @@ { "sdk": { - "version": "7.0.408", + "version": "7.0.409", "rollForward": "latestMinor", "allowPrerelease": false }