Skip to content

Commit a00e59f

Browse files
committed
Promote DotNet detector
1 parent 7938c9b commit a00e59f

2 files changed

Lines changed: 0 additions & 23 deletions

File tree

src/Microsoft.ComponentDetection.Orchestrator/Experiments/DotNetDetectorExperiment.cs

Lines changed: 0 additions & 22 deletions
This file was deleted.

src/Microsoft.ComponentDetection.Orchestrator/Extensions/ServiceCollectionExtensions.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,6 @@ public static IServiceCollection AddComponentDetection(this IServiceCollection s
6666
services.AddSingleton<IExperimentConfiguration, SimplePipExperiment>();
6767
services.AddSingleton<IExperimentConfiguration, RustCliDetectorExperiment>();
6868
services.AddSingleton<IExperimentConfiguration, Go117DetectorExperiment>();
69-
services.AddSingleton<IExperimentConfiguration, DotNetDetectorExperiment>();
7069

7170
// Detectors
7271
// CocoaPods

0 commit comments

Comments
 (0)