We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6cb96ed commit 6ecd285Copy full SHA for 6ecd285
1 file changed
Runner/Jobs/NuGetExtraAssembliesJob.cs
@@ -14,6 +14,7 @@ public NuGetExtraAssembliesJob(HttpClient client, Dictionary<string, string> met
14
15
private static HashSet<string> ExtraPackages { get; } = new(
16
[
17
+ "CommunityToolkit.HighPerformance", "CommunityToolkit.Mvvm", "CommunityToolkit.Diagnostics",
18
"SixLabors.ImageSharp", "SixLabors.Fonts", "SixLabors.ImageSharp.Drawing",
19
"dnlib", "AsmResolver", "BepuPhysics",
20
],
0 commit comments