Skip to content

Commit 7396ac3

Browse files
authored
Added missing framework search options (loic-sharma#527)
1 parent 26b871f commit 7396ac3

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/BaGet.UI/src/SearchResults.tsx

+3
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,7 @@ class SearchResults extends React.Component<ISearchResultsProps, ISearchResultsS
108108
{ key: 'divider1', text: '-', itemType: SelectableOptionMenuItemType.Divider },
109109
{ key: 'header1', text: '.NET Standard', itemType: SelectableOptionMenuItemType.Header },
110110

111+
{ key: 'netstandard2.1', text: '.NET Standard 2.1' },
111112
{ key: 'netstandard2.0', text: '.NET Standard 2.0' },
112113
{ key: 'netstandard1.6', text: '.NET Standard 1.6' },
113114
{ key: 'netstandard1.5', text: '.NET Standard 1.5' },
@@ -120,6 +121,7 @@ class SearchResults extends React.Component<ISearchResultsProps, ISearchResultsS
120121
{ key: 'divider2', text: '-', itemType: SelectableOptionMenuItemType.Divider },
121122
{ key: 'header2', text: '.NET Core', itemType: SelectableOptionMenuItemType.Header },
122123

124+
{ key: 'netcoreapp3.1', text: '.NET Core 3.1' },
123125
{ key: 'netcoreapp3.0', text: '.NET Core 3.0' },
124126
{ key: 'netcoreapp2.2', text: '.NET Core 2.2' },
125127
{ key: 'netcoreapp2.1', text: '.NET Core 2.1' },
@@ -129,6 +131,7 @@ class SearchResults extends React.Component<ISearchResultsProps, ISearchResultsS
129131
{ key: 'divider3', text: '-', itemType: SelectableOptionMenuItemType.Divider },
130132
{ key: 'header3', text: '.NET Framework', itemType: SelectableOptionMenuItemType.Header },
131133

134+
{ key: 'net48', text: '.NET Framework 4.8' },
132135
{ key: 'net472', text: '.NET Framework 4.7.2' },
133136
{ key: 'net471', text: '.NET Framework 4.7.1' },
134137
{ key: 'net463', text: '.NET Framework 4.6.3' },

0 commit comments

Comments
 (0)