[backend] Switch to the renamed Iceshrimp.WebPush library
This commit is contained in:
parent
16383211ea
commit
5dbec15876
4 changed files with 4 additions and 5 deletions
|
@ -8,7 +8,7 @@ using Microsoft.EntityFrameworkCore;
|
|||
using Microsoft.EntityFrameworkCore.Migrations;
|
||||
using Microsoft.Extensions.Configuration.Ini;
|
||||
using Microsoft.Extensions.Options;
|
||||
using WebPush;
|
||||
using Iceshrimp.WebPush;
|
||||
|
||||
namespace Iceshrimp.Backend.Core.Extensions;
|
||||
|
||||
|
|
|
@ -10,9 +10,9 @@ using Iceshrimp.Backend.Core.Extensions;
|
|||
using Iceshrimp.Backend.Core.Middleware;
|
||||
using Microsoft.EntityFrameworkCore;
|
||||
using Microsoft.Extensions.Options;
|
||||
using WebPush;
|
||||
using Iceshrimp.WebPush;
|
||||
using PushSubscription = Iceshrimp.Backend.Core.Database.Tables.PushSubscription;
|
||||
using WebPushSubscription = WebPush.PushSubscription;
|
||||
using WebPushSubscription = Iceshrimp.WebPush.PushSubscription;
|
||||
|
||||
namespace Iceshrimp.Backend.Core.Services;
|
||||
|
||||
|
|
|
@ -59,7 +59,7 @@
|
|||
<PackageReference Include="System.Text.RegularExpressions" Version="4.3.1" />
|
||||
<PackageReference Include="System.Text.Json" Version="8.0.3" />
|
||||
<PackageReference Include="Ulid" Version="1.3.3" />
|
||||
<PackageReference Include="WebPush" Version="1.0.24-iceshrimp" />
|
||||
<PackageReference Include="Iceshrimp.WebPush" Version="2.0.0" />
|
||||
</ItemGroup>
|
||||
|
||||
<ItemGroup Condition=" '$(Configuration)' == 'Debug' ">
|
||||
|
|
|
@ -12,7 +12,6 @@
|
|||
</packageSource>
|
||||
<packageSource key="iceshrimp.dev">
|
||||
<package pattern="Iceshrimp.*" />
|
||||
<package pattern="WebPush" />
|
||||
<package pattern="dotNetRdf.Core" />
|
||||
</packageSource>
|
||||
</packageSourceMapping>
|
||||
|
|
Loading…
Add table
Reference in a new issue