sorting fixes (#297)

* sorting fixes

* use natural sort for add to schedule dialog
This commit is contained in:
Jason Dove
2021-07-11 13:20:42 -05:00
committed by GitHub
parent 0733a3d8d7
commit 22cf759a29
6 changed files with 12 additions and 3 deletions
+1
View File
@@ -35,6 +35,7 @@
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
<PackageReference Include="MudBlazor" Version="5.0.15" />
<PackageReference Include="NaturalSort.Extension" Version="3.1.0" />
<PackageReference Include="PPioli.FluentValidation.Blazor" Version="5.0.0" />
<PackageReference Include="Refit.HttpClientFactory" Version="6.0.38" />
<PackageReference Include="Serilog" Version="2.10.0" />