Skip to content

Commit

Permalink
Upgrade to Lib.Net.Http.WebPush 2.1.0. Resolves #10
Browse files Browse the repository at this point in the history
  • Loading branch information
tpeczek committed Feb 19, 2019
1 parent e7f339f commit 216b9eb
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
<TargetFramework>netcoreapp2.2</TargetFramework>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Lib.Net.Http.WebPush" Version="2.0.0" />
<PackageReference Include="Lib.Net.Http.WebPush" Version="2.1.0" />
</ItemGroup>
</Project>
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<LangVersion>latest</LangVersion>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Lib.Net.Http.WebPush" Version="2.0.0" />
<PackageReference Include="Lib.Net.Http.WebPush" Version="2.1.0" />
<PackageReference Include="Microsoft.Extensions.Caching.Memory" Version="2.2.0" />
<PackageReference Include="Microsoft.Extensions.Http" Version="2.2.0" />
<PackageReference Include="Microsoft.Extensions.Logging.Abstractions" Version="2.2.0" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<TargetFramework>netcoreapp2.2</TargetFramework>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Lib.Net.Http.WebPush" Version="2.0.0" />
<PackageReference Include="Lib.Net.Http.WebPush" Version="2.1.0" />
<PackageReference Include="Microsoft.AspNetCore.Http" Version="2.2.0" />
<PackageReference Include="Microsoft.AspNetCore.Http.Abstractions" Version="2.2.0" />
<PackageReference Include="Microsoft.EntityFrameworkCore.Sqlite" Version="2.2.0" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<TargetFramework>netcoreapp2.2</TargetFramework>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Lib.Net.Http.WebPush" Version="2.0.0" />
<PackageReference Include="Lib.Net.Http.WebPush" Version="2.1.0" />
<PackageReference Include="Microsoft.AspNetCore.App" />
</ItemGroup>
<ItemGroup>
Expand Down

0 comments on commit 216b9eb

Please sign in to comment.