Skip to content

Commit

Permalink
😊 升级项目依赖包和修正错误注释
Browse files Browse the repository at this point in the history
  • Loading branch information
MonkSoul committed Jun 17, 2024
1 parent 4d9feb3 commit 3221698
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="MongoDB.Driver" Version="2.25.0" />
<PackageReference Include="MongoDB.Driver" Version="2.26.0" />
</ItemGroup>

</Project>
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
<ItemGroup>
<PackageReference Include="Ben.Demystifier" Version="0.4.1" />
<PackageReference Include="Microsoft.AspNetCore.Razor.Language" Version="6.0.31" />
<PackageReference Include="Microsoft.CodeAnalysis.CSharp.Workspaces" Version="4.9.2" />
<PackageReference Include="Microsoft.CodeAnalysis.CSharp.Workspaces" Version="4.10.0" />
<PackageReference Include="System.Text.RegularExpressions" Version="4.3.1" />
</ItemGroup>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
<ItemGroup>
<PackageReference Include="Ben.Demystifier" Version="0.4.1" />
<PackageReference Include="Microsoft.AspNetCore.Razor.Language" Version="6.0.31" />
<PackageReference Include="Microsoft.CodeAnalysis.CSharp.Workspaces" Version="4.9.2" />
<PackageReference Include="Microsoft.CodeAnalysis.CSharp.Workspaces" Version="4.10.0" />
<PackageReference Include="System.Text.RegularExpressions" Version="4.3.1" />
</ItemGroup>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ public static IQueryable<TSource> OrderByDescending<TSource, TKey>(this IQueryab
}

/// <summary>
/// 根据条件成立再构建 OrderBy 查询
/// 根据条件成立再构建 ThenBy 查询
/// </summary>
/// <typeparam name="TSource">泛型类型</typeparam>
/// <typeparam name="TKey"></typeparam>
Expand All @@ -120,7 +120,7 @@ public static IOrderedQueryable<TSource> ThenBy<TSource, TKey>(this IOrderedQuer
}

/// <summary>
/// 根据条件成立再构建 OrderByDescending 查询
/// 根据条件成立再构建 ThenByDescending 查询
/// </summary>
/// <typeparam name="TSource">泛型类型</typeparam>
/// <typeparam name="TKey"></typeparam>
Expand Down

0 comments on commit 3221698

Please sign in to comment.