Skip to content
This repository was archived by the owner on Jul 9, 2023. It is now read-only.

Commit 0e78fdc

Browse files
Merge pull request #503 from justcoding121/master
use orginal lib now strongly named
2 parents 9c034a1 + dd9befc commit 0e78fdc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/Titanium.Web.Proxy/Titanium.Web.Proxy.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
</PropertyGroup>
1414

1515
<ItemGroup>
16-
<PackageReference Include="CloudVeil.BrotliSharpLib" Version="0.3.1" />
16+
<PackageReference Include="BrotliSharpLib" Version="0.3.1" />
1717
<PackageReference Include="Portable.BouncyCastle" Version="1.8.2" />
1818
<PackageReference Include="StreamExtended" Version="1.0.179" />
1919
</ItemGroup>

src/Titanium.Web.Proxy/Titanium.Web.Proxy.nuspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
<dependencies>
1717
<dependency id="StreamExtended" version="1.0.179" />
1818
<dependency id="Portable.BouncyCastle" version="1.8.2" />
19-
<dependency id="CloudVeil.BrotliSharpLib" version="0.3.1" />
19+
<dependency id="BrotliSharpLib" version="0.3.1" />
2020
</dependencies>
2121
</metadata>
2222
<files>

0 commit comments

Comments
 (0)