1
0
mirror of https://github.com/XFox111/MuiCharts.git synced 2026-04-22 06:51:05 +03:00

- Reworked Infrastructure injection

- Added LettuceEncrypt for HTTPS
- Fixed DataContext
- Moved connection string to appsettings.json
This commit is contained in:
2024-02-22 14:56:15 +00:00
parent be8cc7ded4
commit 39bc85c9d9
7 changed files with 38 additions and 23 deletions
@@ -6,8 +6,8 @@
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
<PrivateAssets>all</PrivateAssets>
</PackageReference>
<PackageReference Include="Microsoft.EntityFrameworkCore.InMemory" Version="8.0.1" />
<PackageReference Include="Microsoft.EntityFrameworkCore.Sqlite" Version="8.0.1" />
<PackageReference Include="Microsoft.Extensions.Hosting.Abstractions" Version="8.0.0" />
</ItemGroup>
<ItemGroup>