From b5b09c14e34914ff1f9c192a1e808e714dd9ffe3 Mon Sep 17 00:00:00 2001 From: Marc Paine Date: Fri, 18 Jul 2025 13:57:33 -0700 Subject: [PATCH] Remove unneccessary crypto using --- .../Tasks/ComputeDotnetBaseImageAndTag.cs | 1 - 1 file changed, 1 deletion(-) diff --git a/src/Containers/Microsoft.NET.Build.Containers/Tasks/ComputeDotnetBaseImageAndTag.cs b/src/Containers/Microsoft.NET.Build.Containers/Tasks/ComputeDotnetBaseImageAndTag.cs index b51640e9405e..92cd3f5a5c85 100644 --- a/src/Containers/Microsoft.NET.Build.Containers/Tasks/ComputeDotnetBaseImageAndTag.cs +++ b/src/Containers/Microsoft.NET.Build.Containers/Tasks/ComputeDotnetBaseImageAndTag.cs @@ -2,7 +2,6 @@ // The .NET Foundation licenses this file to you under the MIT license. using System.Diagnostics.CodeAnalysis; -using System.Security.Cryptography; using Microsoft.Build.Framework; using NuGet.Versioning; #if NETFRAMEWORK