Skip to content

Commit

Permalink
upgrade nuget lib
Browse files Browse the repository at this point in the history
  • Loading branch information
neozhu committed May 15, 2024
1 parent 1c98877 commit c6301a8
Show file tree
Hide file tree
Showing 13 changed files with 30 additions and 36 deletions.
12 changes: 6 additions & 6 deletions src/Application/Application.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -19,16 +19,16 @@
<PackageReference Include="FluentEmail.Razor" Version="3.0.2" />
<PackageReference Include="AutoMapper" Version="12.0.1" />
<PackageReference Include="AutoMapper.Extensions.Microsoft.DependencyInjection" Version="12.0.1" />
<PackageReference Include="FluentValidation" Version="11.6.0" />
<PackageReference Include="FluentValidation.DependencyInjectionExtensions" Version="11.6.0" />
<PackageReference Include="FluentValidation" Version="11.7.1" />
<PackageReference Include="FluentValidation.DependencyInjectionExtensions" Version="11.7.1" />
<PackageReference Include="LazyCache" Version="2.4.0" />
<PackageReference Include="LazyCache.AspNetCore" Version="2.4.0" />
<PackageReference Include="MediatR" Version="12.1.1" />
<PackageReference Include="Microsoft.AspNetCore.SignalR.Client" Version="7.0.9" />
<PackageReference Include="Microsoft.EntityFrameworkCore" Version="7.0.9" />
<PackageReference Include="Microsoft.AspNetCore.SignalR.Client" Version="7.0.10" />
<PackageReference Include="Microsoft.EntityFrameworkCore" Version="7.0.10" />
<PackageReference Include="Microsoft.Extensions.Configuration.Binder" Version="7.0.4" />
<PackageReference Include="Microsoft.Extensions.Localization.Abstractions" Version="7.0.9" />
<PackageReference Include="System.Linq.Dynamic.Core" Version="1.3.3" />
<PackageReference Include="Microsoft.Extensions.Localization.Abstractions" Version="7.0.10" />
<PackageReference Include="System.Linq.Dynamic.Core" Version="1.3.4" />
</ItemGroup>

<ItemGroup>
Expand Down
8 changes: 4 additions & 4 deletions src/Blazor.Server.UI/Blazor.Server.UI.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -12,16 +12,16 @@

<ItemGroup>
<PackageReference Include="Blazor-Analytics" Version="3.12.0" />
<PackageReference Include="Blazored.LocalStorage" Version="4.3.0" />
<PackageReference Include="Blazored.LocalStorage" Version="4.4.0" />
<PackageReference Include="Blazor-ApexCharts" Version="0.9.21-beta" />
<PackageReference Include="Microsoft.EntityFrameworkCore.Tools" Version="7.0.9">
<PackageReference Include="Microsoft.EntityFrameworkCore.Tools" Version="7.0.10">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
<PackageReference Include="MudBlazor" Version="6.8.0" />
<PackageReference Include="MudBlazor" Version="6.9.0" />

<PackageReference Include="SixLabors.ImageSharp" Version="3.0.1" />
<PackageReference Include="SixLabors.ImageSharp.Drawing" Version="1.0.0-beta15" />
<PackageReference Include="SixLabors.ImageSharp.Drawing" Version="1.0.0" />
<PackageReference Include="Toolbelt.Blazor.HotKeys2" Version="1.0.0" />


Expand Down
3 changes: 1 addition & 2 deletions src/Blazor.Server.UI/Pages/CheckinPoints/CheckinPoints.razor
Original file line number Diff line number Diff line change
Expand Up @@ -142,8 +142,7 @@
{
<MudMenu Label="@L["Actions"]" Variant="Variant.Filled" DisableElevation="true" Size="Size.Small"
Dense="true"
EndIcon="@Icons.Filled.KeyboardArrowDown" IconColor="Color.Info" Direction="Direction.Left"
OffsetX="true">
EndIcon="@Icons.Filled.KeyboardArrowDown" IconColor="Color.Info">
@if (_canEdit)
{
<MudMenuItem OnClick="@(()=>OnEdit(context))">@L["Edit"]</MudMenuItem>
Expand Down
3 changes: 1 addition & 2 deletions src/Blazor.Server.UI/Pages/Designations/Designations.razor
Original file line number Diff line number Diff line change
Expand Up @@ -139,8 +139,7 @@
{
<MudMenu Label="@L["Actions"]" Variant="Variant.Filled" DisableElevation="true" Size="Size.Small"
Dense="true"
EndIcon="@Icons.Filled.KeyboardArrowDown" IconColor="Color.Info" Direction="Direction.Left"
OffsetX="true">
EndIcon="@Icons.Filled.KeyboardArrowDown" IconColor="Color.Info">
@if (_canEdit)
{
<MudMenuItem OnClick="@(()=>OnEdit(context))">@L["Edit"]</MudMenuItem>
Expand Down
3 changes: 1 addition & 2 deletions src/Blazor.Server.UI/Pages/Devices/Devices.razor
Original file line number Diff line number Diff line change
Expand Up @@ -143,8 +143,7 @@
{
<MudMenu Label="@L["Actions"]" Variant="Variant.Filled" DisableElevation="true" Size="Size.Small"
Dense="true"
EndIcon="@Icons.Filled.KeyboardArrowDown" IconColor="Color.Info" Direction="Direction.Left"
OffsetX="true">
EndIcon="@Icons.Filled.KeyboardArrowDown" IconColor="Color.Info" >
@if (_canEdit)
{
<MudMenuItem OnClick="@(()=>OnEdit(context))">@L["Edit"]</MudMenuItem>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -95,8 +95,7 @@
{
<MudMenu Label="@L["Actions"]" Variant="Variant.Filled" DisableElevation="true" Size="Size.Small"
Dense="true"
EndIcon="@Icons.Filled.KeyboardArrowDown" IconColor="Color.Info" Direction="Direction.Left"
OffsetX="true">
EndIcon="@Icons.Filled.KeyboardArrowDown" IconColor="Color.Info">
@if (_canEdit)
{
<MudMenuItem OnClick="@(()=>OnEdit(context))">@L["Edit"]</MudMenuItem>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -95,8 +95,7 @@
{
<MudMenu Label="@L["Actions"]" Variant="Variant.Filled" DisableElevation="true" Size="Size.Small"
Dense="true"
EndIcon="@Icons.Filled.KeyboardArrowDown" IconColor="Color.Info" Direction="Direction.Left"
OffsetX="true">
EndIcon="@Icons.Filled.KeyboardArrowDown" IconColor="Color.Info" >
@if (_canEdit)
{
<MudMenuItem OnClick="@(()=>OnEdit(context))">@L["Edit"]</MudMenuItem>
Expand Down
3 changes: 1 addition & 2 deletions src/Blazor.Server.UI/Pages/Sites/Sites.razor
Original file line number Diff line number Diff line change
Expand Up @@ -142,8 +142,7 @@
{
<MudMenu Label="@L["Actions"]" Variant="Variant.Filled" DisableElevation="true" Size="Size.Small"
Dense="true"
EndIcon="@Icons.Filled.KeyboardArrowDown" IconColor="Color.Info" Direction="Direction.Left"
OffsetX="true">
EndIcon="@Icons.Filled.KeyboardArrowDown" IconColor="Color.Info" >
@if (_canEdit)
{
<MudMenuItem OnClick="@(()=>OnEdit(context))">@L["Edit"]</MudMenuItem>
Expand Down
2 changes: 1 addition & 1 deletion src/Domain/Domain.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Microsoft.EntityFrameworkCore" Version="7.0.9" />
<PackageReference Include="Microsoft.EntityFrameworkCore" Version="7.0.10" />
</ItemGroup>

</Project>
16 changes: 8 additions & 8 deletions src/Infrastructure/Infrastructure.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,27 +9,27 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="ClosedXML" Version="0.102.0" />
<PackageReference Include="ClosedXML" Version="0.102.1" />
<PackageReference Include="FluentEmail.Core" Version="3.0.2" />
<PackageReference Include="FluentEmail.Razor" Version="3.0.2" />
<PackageReference Include="FluentEmail.Smtp" Version="3.0.2" />
<PackageReference Include="FluentEmail.MailKit" Version="3.0.2" />
<PackageReference Include="MailKit" Version="4.1.0" />
<PackageReference Include="Hangfire.Core" Version="1.8.4" />
<PackageReference Include="Hangfire.Core" Version="1.8.5" />
<PackageReference Include="hashids.net" Version="1.7.0" />
<PackageReference Include="Microsoft.AspNetCore.SignalR.Client" Version="7.0.9" />
<PackageReference Include="Microsoft.AspNetCore.SignalR.Client" Version="7.0.10" />
<PackageReference Include="Serilog.AspNetCore" Version="7.0.0" />
<PackageReference Include="Serilog.Enrichers.ClientInfo" Version="2.0.0" />
<PackageReference Include="Serilog.Sinks.Console" Version="4.1.0" />
<PackageReference Include="Serilog.Sinks.MSSqlServer" Version="6.3.0" />
<PackageReference Include="Microsoft.AspNetCore.Identity.EntityFrameworkCore" Version="7.0.9" />
<PackageReference Include="Microsoft.AspNetCore.Diagnostics.EntityFrameworkCore" Version="7.0.9" />
<PackageReference Include="Microsoft.EntityFrameworkCore.Design" Version="7.0.9">
<PackageReference Include="Microsoft.AspNetCore.Identity.EntityFrameworkCore" Version="7.0.10" />
<PackageReference Include="Microsoft.AspNetCore.Diagnostics.EntityFrameworkCore" Version="7.0.10" />
<PackageReference Include="Microsoft.EntityFrameworkCore.Design" Version="7.0.10">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
<PackageReference Include="Microsoft.EntityFrameworkCore.InMemory" Version="7.0.9" />
<PackageReference Include="Microsoft.EntityFrameworkCore.SqlServer" Version="7.0.9" />
<PackageReference Include="Microsoft.EntityFrameworkCore.InMemory" Version="7.0.10" />
<PackageReference Include="Microsoft.EntityFrameworkCore.SqlServer" Version="7.0.10" />
<PackageReference Include="MimeKit" Version="4.1.0" />
<PackageReference Include="Net.Codecrete.QrCodeGenerator" Version="2.0.3" />
<PackageReference Include="Duende.IdentityServer" Version="6.3.3" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,14 +19,14 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.6.3" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.7.1" />
<PackageReference Include="nunit" Version="3.13.3" />
<PackageReference Include="NUnit3TestAdapter" Version="4.5.0">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
<PackageReference Include="FluentAssertions" Version="6.11.0" />
<PackageReference Include="Moq" Version="4.18.4" />
<PackageReference Include="Moq" Version="4.20.69" />
<PackageReference Include="Respawn" Version="6.1.0" />
</ItemGroup>

Expand Down
4 changes: 2 additions & 2 deletions tests/Application.UnitTests/Application.UnitTests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,14 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.6.3" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.7.1" />
<PackageReference Include="nunit" Version="3.13.3" />
<PackageReference Include="NUnit3TestAdapter" Version="4.5.0">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
<PackageReference Include="FluentAssertions" Version="6.11.0" />
<PackageReference Include="Moq" Version="4.18.4" />
<PackageReference Include="Moq" Version="4.20.69" />
</ItemGroup>

<ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion tests/Domain.UnitTests/Domain.UnitTests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.6.3" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.7.1" />
<PackageReference Include="nunit" Version="3.13.3" />
<PackageReference Include="NUnit3TestAdapter" Version="4.5.0">
<PrivateAssets>all</PrivateAssets>
Expand Down

0 comments on commit c6301a8

Please sign in to comment.