From 1041bc07a62fa49f5ac3ee5b1f99a0fc04217da9 Mon Sep 17 00:00:00 2001 From: Patrick Pan Date: Tue, 24 Dec 2024 09:52:47 +1100 Subject: [PATCH] resolve comments Signed-off-by: Patrick Pan --- src/OrasProject.Oras/Registry/Remote/ManifestStore.cs | 1 - 1 file changed, 1 deletion(-) diff --git a/src/OrasProject.Oras/Registry/Remote/ManifestStore.cs b/src/OrasProject.Oras/Registry/Remote/ManifestStore.cs index ccecf84..9847827 100644 --- a/src/OrasProject.Oras/Registry/Remote/ManifestStore.cs +++ b/src/OrasProject.Oras/Registry/Remote/ManifestStore.cs @@ -19,7 +19,6 @@ using System.IO; using System.Net; using System.Net.Http; -using System.Runtime.InteropServices; using System.Text.Json; using System.Threading; using System.Threading.Tasks;