Skip to content

Commit adde172

Browse files
authored
Update Frameworks table to use clearer "Included/Compatible framework" framing (#9835)
- The idea of "compatible" and "computed compatible" is an odd distinction - "Compatible" and "included" seems much more useful, with the former being the high-value distinction - Sure would be nice to get EOL information in here
1 parent e64a7d8 commit adde172

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

src/NuGetGallery/Views/Packages/_SupportedFrameworksTable.cshtml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -41,12 +41,12 @@
4141
</table>
4242
<div>
4343
<div>
44-
<i class="frameworktableinfo-asset-icon"></i>
44+
<i class="frameworktableinfo-computed-icon framework-badge-computed"></i>
4545
<span class="frameworktableinfo-text">Compatible target framework(s)</span>
4646
</div>
4747
<div>
48-
<i class="frameworktableinfo-computed-icon framework-badge-computed"></i>
49-
<span class="frameworktableinfo-text">Additional computed target framework(s)</span>
48+
<i class="frameworktableinfo-asset-icon"></i>
49+
<span class="frameworktableinfo-text">Included target framework(s) (in package)</span>
5050
</div>
5151
<span class="frameworktableinfo-text"><i>Learn more about <a href='https://docs.microsoft.com/dotnet/standard/frameworks' aria-label="Learn more about Target Frameworks">Target Frameworks</a> and <a href='https://docs.microsoft.com/dotnet/standard/net-standard' aria-label="Learn more about .NET Standard">.NET Standard</a>.</i></span>
52-
</div>
52+
</div>

0 commit comments

Comments
 (0)