Skip to content

Commit

Permalink
chore: 依赖组件升级到最新版
Browse files Browse the repository at this point in the history
  • Loading branch information
ArgoZhang committed Apr 5, 2021
1 parent bb55697 commit d95e066
Show file tree
Hide file tree
Showing 7 changed files with 9 additions and 9 deletions.
6 changes: 3 additions & 3 deletions src/admin/Bootstrap.Admin/Bootstrap.Admin.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,12 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="BootstrapBlazor" Version="5.0.19" />
<PackageReference Include="BootstrapBlazor" Version="5.0.23" />
<PackageReference Include="Exceptionless.AspNetCore" Version="4.6.2" />
<PackageReference Include="Longbow.Logging" Version="5.0.0" />
<PackageReference Include="Microsoft.AspNetCore.Mvc.Versioning" Version="5.0.0" />
<PackageReference Include="Sentry.AspNetCore" Version="3.1.0" />
<PackageReference Include="Swashbuckle.AspNetCore" Version="6.1.0" />
<PackageReference Include="Sentry.AspNetCore" Version="3.3.0" />
<PackageReference Include="Swashbuckle.AspNetCore" Version="6.1.1" />
</ItemGroup>

<ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion src/admin/Bootstrap.Admin/Controllers/HomeController.cs
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ public class HomeController : Controller
/// Index View
/// </summary>
/// <returns></returns>
public IActionResult Index([FromServices]IConfiguration configuration)
public IActionResult Index()
{
var model = new HeaderBarModel(User.Identity!.Name);
var homeUrl = DictHelper.RetrieveHomeUrl(User.Identity.Name, model.AppId);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<ItemGroup>
<PackageReference Include="Bootstrap.Security" Version="5.0.0" />
<PackageReference Include="MongoDB.Driver" Version="2.12.0" />
<PackageReference Include="MongoDB.Driver" Version="2.12.1" />
</ItemGroup>

<ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion src/admin/Bootstrap.DataAccess/Bootstrap.DataAccess.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<PackageReference Include="Longbow.OAuth" Version="5.0.0" />
<PackageReference Include="Longbow.PetaPoco" Version="5.0.1" />
<PackageReference Include="Longbow.Security.Cryptography" Version="5.0.0" />
<PackageReference Include="Longbow.Tasks" Version="5.0.0" />
<PackageReference Include="Longbow.Tasks" Version="5.0.1" />
<PackageReference Include="Longbow.TencentAuth" Version="5.0.0" />
<PackageReference Include="Longbow.Web" Version="5.0.0" />
<PackageReference Include="Longbow.WeChatAuth" Version="5.0.0" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="MongoDB.Driver" Version="2.12.0" />
<PackageReference Include="MongoDB.Driver" Version="2.12.1" />
</ItemGroup>

<ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion src/client/Bootstrap.Client/Bootstrap.Client.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="BootstrapBlazor" Version="5.0.19" />
<PackageReference Include="BootstrapBlazor" Version="5.0.23" />
<PackageReference Include="Longbow.Logging" Version="5.0.0" />
<PackageReference Include="Microsoft.Data.Sqlite" Version="5.0.4" />
</ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion test/UnitTest/UnitTest.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
</PackageReference>
<PackageReference Include="Microsoft.AspNetCore.Mvc.Testing" Version="5.0.4" />
<PackageReference Include="Microsoft.Data.Sqlite" Version="5.0.4" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="16.9.1" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="16.9.4" />
<PackageReference Include="MySql.Data" Version="8.0.23" />
<PackageReference Include="System.Net.Http.Json" Version="5.0.0" />
<PackageReference Include="xunit" Version="2.4.1" />
Expand Down

0 comments on commit d95e066

Please sign in to comment.