Skip to content

Commit 216b9eb

Browse files
committed
Upgrade to Lib.Net.Http.WebPush 2.1.0. Resolves #10
1 parent e7f339f commit 216b9eb

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@
33
<TargetFramework>netcoreapp2.2</TargetFramework>
44
</PropertyGroup>
55
<ItemGroup>
6-
<PackageReference Include="Lib.Net.Http.WebPush" Version="2.0.0" />
6+
<PackageReference Include="Lib.Net.Http.WebPush" Version="2.1.0" />
77
</ItemGroup>
88
</Project>

Demo.AspNetCore.PushNotifications.Services.PushService/Demo.AspNetCore.PushNotifications.Services.PushService.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<LangVersion>latest</LangVersion>
55
</PropertyGroup>
66
<ItemGroup>
7-
<PackageReference Include="Lib.Net.Http.WebPush" Version="2.0.0" />
7+
<PackageReference Include="Lib.Net.Http.WebPush" Version="2.1.0" />
88
<PackageReference Include="Microsoft.Extensions.Caching.Memory" Version="2.2.0" />
99
<PackageReference Include="Microsoft.Extensions.Http" Version="2.2.0" />
1010
<PackageReference Include="Microsoft.Extensions.Logging.Abstractions" Version="2.2.0" />

Demo.AspNetCore.PushNotifications.Services.Sqlite/Demo.AspNetCore.PushNotifications.Services.Sqlite.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<TargetFramework>netcoreapp2.2</TargetFramework>
44
</PropertyGroup>
55
<ItemGroup>
6-
<PackageReference Include="Lib.Net.Http.WebPush" Version="2.0.0" />
6+
<PackageReference Include="Lib.Net.Http.WebPush" Version="2.1.0" />
77
<PackageReference Include="Microsoft.AspNetCore.Http" Version="2.2.0" />
88
<PackageReference Include="Microsoft.AspNetCore.Http.Abstractions" Version="2.2.0" />
99
<PackageReference Include="Microsoft.EntityFrameworkCore.Sqlite" Version="2.2.0" />

Demo.AspNetCore.PushNotifications/Demo.AspNetCore.PushNotifications.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<TargetFramework>netcoreapp2.2</TargetFramework>
44
</PropertyGroup>
55
<ItemGroup>
6-
<PackageReference Include="Lib.Net.Http.WebPush" Version="2.0.0" />
6+
<PackageReference Include="Lib.Net.Http.WebPush" Version="2.1.0" />
77
<PackageReference Include="Microsoft.AspNetCore.App" />
88
</ItemGroup>
99
<ItemGroup>

0 commit comments

Comments
 (0)