Skip to content

Commit

Permalink
Fixing Lib.AspNetCore.WebPush dependencies. Resolves #28
Browse files Browse the repository at this point in the history
  • Loading branch information
tpeczek committed Feb 24, 2023
1 parent aebc0bf commit d798fa7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Lib.AspNetCore.WebPush/Lib.AspNetCore.WebPush.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
<FrameworkReference Include="Microsoft.AspNetCore.App" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\Lib.Net.Http.WebPush\Lib.Net.Http.WebPush.csproj" />
<PackageReference Include="Lib.Net.Http.WebPush" Version="3.1.0" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="DotNet.ReproducibleBuilds" Version="1.1.1" PrivateAssets="All" />
Expand Down

0 comments on commit d798fa7

Please sign in to comment.