1 write to SupportedFrameworks
Microsoft.DotNet.Build.Tasks.Packaging (1)
HarvestPackage.cs (1)
263
SupportedFrameworks
= supportedFrameworks.ToArray();
4 references to SupportedFrameworks
Microsoft.DotNet.Build.Tasks.Packaging.Tests (4)
HarvestPackageTests.cs (4)
109
task.
SupportedFrameworks
.Should().HaveCount(_frameworks.Length);
136
task.
SupportedFrameworks
.Should().HaveCount(6);
167
task.
SupportedFrameworks
.Should().HaveCount(_frameworks.Length);
168
task.
SupportedFrameworks
.Should().NotContain(f => f.GetMetadata("Version") == "unknown");