Skip to content

Commit 51d9cc8

Browse files
Surayya Huseyn ZadaSurayya Huseyn Zada
authored andcommitted
cleanup
1 parent a61aad5 commit 51d9cc8

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

src/Containers/Microsoft.NET.Build.Containers/ImageIndexGenerator.cs

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -7,16 +7,6 @@
77

88
namespace Microsoft.NET.Build.Containers;
99

10-
internal readonly struct ImageInfo
11-
{
12-
internal string Config { get; init; }
13-
internal string ManifestDigest { get; init; }
14-
internal string Manifest { get; init; }
15-
internal string ManifestMediaType { get; init; }
16-
17-
public override string ToString() => ManifestDigest;
18-
}
19-
2010
internal static class ImageIndexGenerator
2111
{
2212
/// <summary>

0 commit comments

Comments
 (0)