Skip to content

Commit 19bf894

Browse files
committed
Lib.Net.Http.WebPush
1 parent 797c397 commit 19bf894

22 files changed

+27
-658
lines changed

Demo.AspNetCore.PushNotifications.Services.Abstractions/Demo.AspNetCore.PushNotifications.Services.Abstractions.csproj

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,8 @@
44
<TargetFramework>netcoreapp2.0</TargetFramework>
55
</PropertyGroup>
66

7+
<ItemGroup>
8+
<PackageReference Include="Lib.Net.Http.WebPush" Version="1.0.0" />
9+
</ItemGroup>
10+
711
</Project>

Demo.AspNetCore.PushNotifications.Services.Abstractions/IPushNotificationService.cs

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
1-
namespace Demo.AspNetCore.PushNotifications.Services.Abstractions
1+
using Lib.Net.Http.WebPush;
2+
3+
namespace Demo.AspNetCore.PushNotifications.Services.Abstractions
24
{
35
public interface IPushNotificationService
46
{

Demo.AspNetCore.PushNotifications.Services.Abstractions/IPushSubscriptionStore.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
using System;
22
using System.Threading.Tasks;
3+
using Lib.Net.Http.WebPush;
34

45
namespace Demo.AspNetCore.PushNotifications.Services.Abstractions
56
{

Demo.AspNetCore.PushNotifications.Services.Abstractions/PushEncryptionKeyName.cs

Lines changed: 0 additions & 8 deletions
This file was deleted.

Demo.AspNetCore.PushNotifications.Services.Abstractions/PushSubscription.cs

Lines changed: 0 additions & 43 deletions
This file was deleted.

Demo.AspNetCore.PushNotifications.Services.PushService/Client/Authentication/VapidAuthentication.cs

Lines changed: 0 additions & 239 deletions
This file was deleted.

Demo.AspNetCore.PushNotifications.Services.PushService/Client/Internals/ECKeyHelper.cs

Lines changed: 0 additions & 59 deletions
This file was deleted.

0 commit comments

Comments
 (0)