Skip to content

Commit

Permalink
chore: Adjust workload filter
Browse files Browse the repository at this point in the history
  • Loading branch information
jeromelaban committed Nov 28, 2023
1 parent 3ee5015 commit 139c59b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion UnoCheck/Checkups/DotNetWorkloadsCheckup.cs
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,6 @@ public override async Task<DiagnosticResult> Examine(SharedState history)


var validWorkloads = RequiredWorkloads
.Where(w => w.SupportedPlatforms?.Contains(Util.Platform) ?? false)
.ToArray();

var workloadManagers = validWorkloads
Expand Down

0 comments on commit 139c59b

Please sign in to comment.