diff --git a/src/Microsoft.ComponentDetection.Contracts/BcdeModels/TypedComponentConverter.cs b/src/Microsoft.ComponentDetection.Contracts/BcdeModels/TypedComponentConverter.cs index 4e15e8976..537d599d0 100644 --- a/src/Microsoft.ComponentDetection.Contracts/BcdeModels/TypedComponentConverter.cs +++ b/src/Microsoft.ComponentDetection.Contracts/BcdeModels/TypedComponentConverter.cs @@ -27,6 +27,7 @@ public class TypedComponentConverter : JsonConverter { ComponentType.DockerReference, typeof(DockerReferenceComponent) }, { ComponentType.Vcpkg, typeof(VcpkgComponent) }, { ComponentType.Spdx, typeof(SpdxComponent) }, + { ComponentType.DotNet, typeof(DotNetComponent) }, }; public override bool CanWrite