chore: bump dependence version to latest
This commit is contained in:
parent
a3e6697500
commit
ddaeee11c7
|
@ -133,9 +133,9 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "blazor", "blazor", "{DAE382
|
||||||
EndProject
|
EndProject
|
||||||
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Bootstrap.Client.Blazor", "src\blazor\Bootstrap.Client.Blazor\Bootstrap.Client.Blazor.csproj", "{90BC5C25-0F93-4CDE-833C-3D8243E19D3B}"
|
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Bootstrap.Client.Blazor", "src\blazor\Bootstrap.Client.Blazor\Bootstrap.Client.Blazor.csproj", "{90BC5C25-0F93-4CDE-833C-3D8243E19D3B}"
|
||||||
EndProject
|
EndProject
|
||||||
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Bootstrap.Client.Blazor.Shared", "src\blazor\Bootstrap.Client.Blazor.Shared\Bootstrap.Client.Blazor.Shared.csproj", "{B306BD58-1C73-40F2-86F7-E1763344007B}"
|
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Bootstrap.Client.Blazor.Shared", "src\blazor\Bootstrap.Client.Blazor.Shared\Bootstrap.Client.Blazor.Shared.csproj", "{B306BD58-1C73-40F2-86F7-E1763344007B}"
|
||||||
EndProject
|
EndProject
|
||||||
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Bootstrap.Client.Blazor.WebAssembly", "src\blazor\Bootstrap.Client.Blazor.WebAssembly\Bootstrap.Client.Blazor.WebAssembly.csproj", "{2B1905C5-C318-4D41-B85A-F35E12B3F60D}"
|
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "BootstrapBlazor", "..\BootstrapBlazor\src\BootstrapBlazor\BootstrapBlazor.csproj", "{787FA4C4-FB7D-4DCF-B27E-8F00EF0EEDE1}"
|
||||||
EndProject
|
EndProject
|
||||||
Global
|
Global
|
||||||
GlobalSection(SolutionConfigurationPlatforms) = preSolution
|
GlobalSection(SolutionConfigurationPlatforms) = preSolution
|
||||||
|
@ -179,10 +179,10 @@ Global
|
||||||
{B306BD58-1C73-40F2-86F7-E1763344007B}.Debug|Any CPU.Build.0 = Debug|Any CPU
|
{B306BD58-1C73-40F2-86F7-E1763344007B}.Debug|Any CPU.Build.0 = Debug|Any CPU
|
||||||
{B306BD58-1C73-40F2-86F7-E1763344007B}.Release|Any CPU.ActiveCfg = Release|Any CPU
|
{B306BD58-1C73-40F2-86F7-E1763344007B}.Release|Any CPU.ActiveCfg = Release|Any CPU
|
||||||
{B306BD58-1C73-40F2-86F7-E1763344007B}.Release|Any CPU.Build.0 = Release|Any CPU
|
{B306BD58-1C73-40F2-86F7-E1763344007B}.Release|Any CPU.Build.0 = Release|Any CPU
|
||||||
{2B1905C5-C318-4D41-B85A-F35E12B3F60D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
|
{787FA4C4-FB7D-4DCF-B27E-8F00EF0EEDE1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
|
||||||
{2B1905C5-C318-4D41-B85A-F35E12B3F60D}.Debug|Any CPU.Build.0 = Debug|Any CPU
|
{787FA4C4-FB7D-4DCF-B27E-8F00EF0EEDE1}.Debug|Any CPU.Build.0 = Debug|Any CPU
|
||||||
{2B1905C5-C318-4D41-B85A-F35E12B3F60D}.Release|Any CPU.ActiveCfg = Release|Any CPU
|
{787FA4C4-FB7D-4DCF-B27E-8F00EF0EEDE1}.Release|Any CPU.ActiveCfg = Release|Any CPU
|
||||||
{2B1905C5-C318-4D41-B85A-F35E12B3F60D}.Release|Any CPU.Build.0 = Release|Any CPU
|
{787FA4C4-FB7D-4DCF-B27E-8F00EF0EEDE1}.Release|Any CPU.Build.0 = Release|Any CPU
|
||||||
EndGlobalSection
|
EndGlobalSection
|
||||||
GlobalSection(SolutionProperties) = preSolution
|
GlobalSection(SolutionProperties) = preSolution
|
||||||
HideSolutionNode = FALSE
|
HideSolutionNode = FALSE
|
||||||
|
@ -211,7 +211,7 @@ Global
|
||||||
{DAE3826B-AAAB-468A-9A06-2F56EF5C0767} = {41B6D37A-5E5E-42B3-85E4-D81A81E3D757}
|
{DAE3826B-AAAB-468A-9A06-2F56EF5C0767} = {41B6D37A-5E5E-42B3-85E4-D81A81E3D757}
|
||||||
{90BC5C25-0F93-4CDE-833C-3D8243E19D3B} = {DAE3826B-AAAB-468A-9A06-2F56EF5C0767}
|
{90BC5C25-0F93-4CDE-833C-3D8243E19D3B} = {DAE3826B-AAAB-468A-9A06-2F56EF5C0767}
|
||||||
{B306BD58-1C73-40F2-86F7-E1763344007B} = {DAE3826B-AAAB-468A-9A06-2F56EF5C0767}
|
{B306BD58-1C73-40F2-86F7-E1763344007B} = {DAE3826B-AAAB-468A-9A06-2F56EF5C0767}
|
||||||
{2B1905C5-C318-4D41-B85A-F35E12B3F60D} = {DAE3826B-AAAB-468A-9A06-2F56EF5C0767}
|
{787FA4C4-FB7D-4DCF-B27E-8F00EF0EEDE1} = {DAE3826B-AAAB-468A-9A06-2F56EF5C0767}
|
||||||
EndGlobalSection
|
EndGlobalSection
|
||||||
GlobalSection(ExtensibilityGlobals) = postSolution
|
GlobalSection(ExtensibilityGlobals) = postSolution
|
||||||
SolutionGuid = {221EAE38-5F75-4391-9A48-E462A9F3B8FC}
|
SolutionGuid = {221EAE38-5F75-4391-9A48-E462A9F3B8FC}
|
||||||
|
|
|
@ -9,12 +9,12 @@
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
|
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<PackageReference Include="BootstrapBlazor" Version="5.0.30" />
|
<PackageReference Include="BootstrapBlazor" Version="5.0.32" />
|
||||||
<PackageReference Include="Exceptionless.AspNetCore" Version="4.6.2" />
|
<PackageReference Include="Exceptionless.AspNetCore" Version="4.6.2" />
|
||||||
<PackageReference Include="Longbow.Logging" Version="5.0.0" />
|
<PackageReference Include="Longbow.Logging" Version="5.0.0" />
|
||||||
<PackageReference Include="Microsoft.AspNetCore.Mvc.Versioning" Version="5.0.0" />
|
<PackageReference Include="Microsoft.AspNetCore.Mvc.Versioning" Version="5.0.0" />
|
||||||
<PackageReference Include="Sentry.AspNetCore" Version="3.3.0" />
|
<PackageReference Include="Sentry.AspNetCore" Version="3.3.4" />
|
||||||
<PackageReference Include="Swashbuckle.AspNetCore" Version="6.1.1" />
|
<PackageReference Include="Swashbuckle.AspNetCore" Version="6.1.4" />
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
|
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<PackageReference Include="Bootstrap.Security" Version="5.0.0" />
|
<PackageReference Include="Bootstrap.Security" Version="5.0.0" />
|
||||||
<PackageReference Include="MongoDB.Driver" Version="2.12.1" />
|
<PackageReference Include="MongoDB.Driver" Version="2.12.3" />
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
|
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
|
|
|
@ -16,7 +16,7 @@
|
||||||
<PackageReference Include="Longbow.TencentAuth" Version="5.0.0" />
|
<PackageReference Include="Longbow.TencentAuth" Version="5.0.0" />
|
||||||
<PackageReference Include="Longbow.Web" Version="5.0.0" />
|
<PackageReference Include="Longbow.Web" Version="5.0.0" />
|
||||||
<PackageReference Include="Longbow.WeChatAuth" Version="5.0.0" />
|
<PackageReference Include="Longbow.WeChatAuth" Version="5.0.0" />
|
||||||
<PackageReference Include="Microsoft.Data.Sqlite" Version="5.0.4" />
|
<PackageReference Include="Microsoft.Data.Sqlite" Version="5.0.6" />
|
||||||
<PackageReference Include="PetaPoco.Extensions" Version="5.0.1" />
|
<PackageReference Include="PetaPoco.Extensions" Version="5.0.1" />
|
||||||
<PackageReference Include="System.Data.SqlClient" Version="4.8.2" />
|
<PackageReference Include="System.Data.SqlClient" Version="4.8.2" />
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
|
|
|
@ -5,7 +5,7 @@
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
|
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<PackageReference Include="BootstrapBlazor" Version="5.0.31-beta03" />
|
<PackageReference Include="BootstrapBlazor" Version="5.0.32" />
|
||||||
<PackageReference Include="Microsoft.AspNetCore.Components.Authorization" Version="5.0.6" />
|
<PackageReference Include="Microsoft.AspNetCore.Components.Authorization" Version="5.0.6" />
|
||||||
<PackageReference Include="Microsoft.AspNetCore.Components.Web" Version="5.0.6" />
|
<PackageReference Include="Microsoft.AspNetCore.Components.Web" Version="5.0.6" />
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
|
|
|
@ -31,8 +31,6 @@ namespace Bootstrap.Client.Blazor.Shared.Shared
|
||||||
|
|
||||||
private bool ShowFooter { get; set; } = true;
|
private bool ShowFooter { get; set; } = true;
|
||||||
|
|
||||||
private bool IsAuthenticated { get; set; }
|
|
||||||
|
|
||||||
[NotNull]
|
[NotNull]
|
||||||
private List<MenuItem>? Menus { get; set; }
|
private List<MenuItem>? Menus { get; set; }
|
||||||
|
|
||||||
|
@ -93,7 +91,6 @@ namespace Bootstrap.Client.Blazor.Shared.Shared
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
var appId = BootstrapAppContext.AppId;
|
|
||||||
var data = MenuHelper.RetrieveAppMenus(UserName, "");
|
var data = MenuHelper.RetrieveAppMenus(UserName, "");
|
||||||
menus = CascadeMenu(data);
|
menus = CascadeMenu(data);
|
||||||
}
|
}
|
||||||
|
|
|
@ -5,7 +5,7 @@
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
|
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<PackageReference Include="Microsoft.Data.Sqlite" Version="5.0.4" />
|
<PackageReference Include="Microsoft.Data.Sqlite" Version="5.0.6" />
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
|
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
<Project Sdk="Microsoft.NET.Sdk">
|
<Project Sdk="Microsoft.NET.Sdk">
|
||||||
|
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<PackageReference Include="MongoDB.Driver" Version="2.12.1" />
|
<PackageReference Include="MongoDB.Driver" Version="2.12.3" />
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
|
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
|
|
|
@ -5,9 +5,9 @@
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
|
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<PackageReference Include="BootstrapBlazor" Version="5.0.30" />
|
<PackageReference Include="BootstrapBlazor" Version="5.0.32" />
|
||||||
<PackageReference Include="Longbow.Logging" Version="5.0.0" />
|
<PackageReference Include="Longbow.Logging" Version="5.0.0" />
|
||||||
<PackageReference Include="Microsoft.Data.Sqlite" Version="5.0.4" />
|
<PackageReference Include="Microsoft.Data.Sqlite" Version="5.0.6" />
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
|
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
|
|
|
@ -17,10 +17,10 @@
|
||||||
<PrivateAssets>all</PrivateAssets>
|
<PrivateAssets>all</PrivateAssets>
|
||||||
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
|
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
|
||||||
</PackageReference>
|
</PackageReference>
|
||||||
<PackageReference Include="Microsoft.AspNetCore.Mvc.Testing" Version="5.0.4" />
|
<PackageReference Include="Microsoft.AspNetCore.Mvc.Testing" Version="5.0.6" />
|
||||||
<PackageReference Include="Microsoft.Data.Sqlite" Version="5.0.4" />
|
<PackageReference Include="Microsoft.Data.Sqlite" Version="5.0.6" />
|
||||||
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="16.9.4" />
|
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="16.10.0" />
|
||||||
<PackageReference Include="MySql.Data" Version="8.0.23" />
|
<PackageReference Include="MySql.Data" Version="8.0.25" />
|
||||||
<PackageReference Include="System.Net.Http.Json" Version="5.0.0" />
|
<PackageReference Include="System.Net.Http.Json" Version="5.0.0" />
|
||||||
<PackageReference Include="xunit" Version="2.4.1" />
|
<PackageReference Include="xunit" Version="2.4.1" />
|
||||||
<PackageReference Include="xunit.runner.visualstudio" Version="2.4.3">
|
<PackageReference Include="xunit.runner.visualstudio" Version="2.4.3">
|
||||||
|
|
Loading…
Reference in New Issue