Skip to content

Commit d798fa7

Browse files
committed
Fixing Lib.AspNetCore.WebPush dependencies. Resolves #28
1 parent aebc0bf commit d798fa7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Lib.AspNetCore.WebPush/Lib.AspNetCore.WebPush.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
<FrameworkReference Include="Microsoft.AspNetCore.App" />
3737
</ItemGroup>
3838
<ItemGroup>
39-
<ProjectReference Include="..\Lib.Net.Http.WebPush\Lib.Net.Http.WebPush.csproj" />
39+
<PackageReference Include="Lib.Net.Http.WebPush" Version="3.1.0" />
4040
</ItemGroup>
4141
<ItemGroup>
4242
<PackageReference Include="DotNet.ReproducibleBuilds" Version="1.1.1" PrivateAssets="All" />

0 commit comments

Comments
 (0)