SimpleToolkit.* packages replacement
All checks were successful
Build app / Build (push) Successful in 46s

This commit is contained in:
2026-04-16 22:45:19 +02:00
Unverified
parent cf1c3e239c
commit 4307f53a55
3 changed files with 3 additions and 3 deletions

View File

@@ -1,6 +1,6 @@
using Ardalis.Result; using Ardalis.Result;
using Microsoft.EntityFrameworkCore; using Microsoft.EntityFrameworkCore;
using SimpleToolkit.Extensions; using MSEssentials.Extensions;
using WatchIt.Database.Model.Accounts; using WatchIt.Database.Model.Accounts;
using WatchIt.Database.Model.Genres; using WatchIt.Database.Model.Genres;
using WatchIt.Database.Model.Media; using WatchIt.Database.Model.Media;

View File

@@ -1,6 +1,6 @@
using System.Security.Cryptography; using System.Security.Cryptography;
using System.Text; using System.Text;
using SimpleToolkit.Extensions; using MSEssentials.Extensions;
using WatchIt.DTO.Models.Controllers.Accounts; using WatchIt.DTO.Models.Controllers.Accounts;
namespace WatchIt.WebAPI.Helpers; namespace WatchIt.WebAPI.Helpers;

View File

@@ -21,7 +21,7 @@
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets> <IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference> </PackageReference>
<PackageReference Include="Npgsql.EntityFrameworkCore.PostgreSQL" Version="9.0.2" /> <PackageReference Include="Npgsql.EntityFrameworkCore.PostgreSQL" Version="9.0.2" />
<PackageReference Include="SimpleToolkit.Extensions" Version="1.7.7" /> <PackageReference Include="MSEssentials.Extensions" Version="1.7.7" />
<PackageReference Include="System.IdentityModel.Tokens.Jwt" Version="8.2.1" /> <PackageReference Include="System.IdentityModel.Tokens.Jwt" Version="8.2.1" />
</ItemGroup> </ItemGroup>