Skip to content

Commit

Permalink
"EFCore.NamingConventions" Version="9.0.0"
Browse files Browse the repository at this point in the history
  • Loading branch information
neozhu committed Nov 27, 2024
1 parent c651510 commit c4f09d4
Show file tree
Hide file tree
Showing 6 changed files with 5 additions and 17 deletions.
2 changes: 1 addition & 1 deletion src/Application/Application.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
<PackageReference Include="Riok.Mapperly" Version="4.1.1" />
<PackageReference Include="System.Linq.Dynamic.Core" Version="1.4.9" />
<PackageReference Include="Hangfire.Core" Version="1.8.15" />
<PackageReference Include="Hangfire.Core" Version="1.8.16" />
<PackageReference Include="ZiggyCreatures.FusionCache" Version="2.0.0-preview-2" />
<PackageReference Include="ActualLab.Fusion" Version="9.6.2" />
<PackageReference Include="ActualLab.Fusion.Blazor" Version="9.6.2" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,3 @@ public interface ICacheInvalidatorRequest<TResponse> : IRequest<TResponse>
string CacheKey => string.Empty;
IEnumerable<string>? Tags { get; }
}

public interface IFusionCacheRefreshRequest<TResponse> : IRequest<TResponse>
{
string CacheKey => string.Empty;
string CacheName => string.Empty;
}
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,3 @@ public interface ICacheableRequest<TResponse> : IRequest<TResponse>
string CacheKey => string.Empty;
IEnumerable<string>? Tags { get; }
}

public interface IFusionCacheRequest<TResponse> : IRequest<TResponse>
{
string CacheKey => string.Empty;
string CacheName => string.Empty;
}
2 changes: 1 addition & 1 deletion src/Domain/Domain.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<PackageReference Include="Npgsql.EntityFrameworkCore.PostgreSQL" Version="9.0.1" />
<PackageReference Include="Microsoft.EntityFrameworkCore.Sqlite" Version="9.0.0" />
<PackageReference Include="Microsoft.EntityFrameworkCore.SqlServer" Version="9.0.0" />
<PackageReference Include="EFCore.NamingConventions" Version="8.0.3" />
<PackageReference Include="EFCore.NamingConventions" Version="9.0.0" />
<PackageReference Include="Microsoft.AspNetCore.Diagnostics.EntityFrameworkCore" Version="9.0.0" />
<PackageReference Include="Microsoft.EntityFrameworkCore.InMemory" Version="9.0.0" />
<PackageReference Include="Microsoft.EntityFrameworkCore.Tools" Version="9.0.0">
Expand Down
2 changes: 1 addition & 1 deletion src/Infrastructure/Infrastructure.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<PackageReference Include="Microsoft.AspNetCore.Authentication.Facebook" Version="9.0.0" />
<PackageReference Include="Microsoft.AspNetCore.Authentication.Google" Version="9.0.0" />
<PackageReference Include="Microsoft.AspNetCore.Authentication.MicrosoftAccount" Version="9.0.0" />
<PackageReference Include="QuestPDF" Version="2024.10.3" />
<PackageReference Include="QuestPDF" Version="2024.10.4" />
<PackageReference Include="Serilog.Sinks.MSSqlServer" Version="8.0.0" />
<PackageReference Include="Serilog.Sinks.Postgresql.Alternative" Version="4.1.1" />
<PackageReference Include="Serilog.Sinks.Async" Version="2.1.0" />
Expand Down
4 changes: 2 additions & 2 deletions src/Server.UI/Server.UI.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,13 @@
<LangVersion>default</LangVersion>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Hangfire.AspNetCore" Version="1.8.15" />
<PackageReference Include="Hangfire.AspNetCore" Version="1.8.16" />
<PackageReference Include="Hangfire.InMemory" Version="1.0.0" />
<PackageReference Include="BlazorDownloadFile" Version="2.4.0.2" />
<PackageReference Include="SixLabors.ImageSharp" Version="3.1.6" />
<PackageReference Include="Microsoft.AspNetCore.SignalR.Client" Version="9.0.0" />

<PackageReference Include="MudBlazor" Version="8.0.0-preview.4" />
<PackageReference Include="MudBlazor" Version="8.0.0-preview.5" />
<PackageReference Include="Toolbelt.Blazor.HotKeys2" Version="5.1.0" />
<PackageReference Include="Blazor-ApexCharts" Version="4.0.1" />
<PackageReference Include="Microsoft.EntityFrameworkCore.Tools" Version="9.0.0">
Expand Down

0 comments on commit c4f09d4

Please sign in to comment.