We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1a1e51b + 4f63adf commit 7d80ef5Copy full SHA for 7d80ef5
src/HttpClient.Cache/HttpClient.Cache.csproj
@@ -13,13 +13,6 @@
13
<!-- <PackageValidationBaselineVersion>1.0.0</PackageValidationBaselineVersion> -->
14
</PropertyGroup>
15
16
- <ItemGroup>
17
- <PackageReference Include="DotNet.ReproducibleBuilds" Version="1.1.1">
18
- <PrivateAssets>all</PrivateAssets>
19
- <IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets>
20
- </PackageReference>
21
- </ItemGroup>
22
-
23
<PropertyGroup>
24
<GenerateDocumentationFile>True</GenerateDocumentationFile>
25
@@ -28,6 +21,7 @@
28
29
30
+ <PackageId>Leefrost.HttpClient.Cache</PackageId>
31
<Authors>Sergii Lischuk</Authors>
32
26
<Description>A simple and easy cache for HttpClient</Description>
33
27
0 commit comments