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