Skip to content

Commit 35b4c02

Browse files
committed
chore: Caching package tempropary uses a local reference
1 parent 0836705 commit 35b4c02

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/Reliable.HttpClient.Caching/Reliable.HttpClient.Caching.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -87,12 +87,12 @@
8787
<PackageReference Include="Microsoft.Extensions.Logging.Abstractions" Version="9.0.8" />
8888
<PackageReference Include="Microsoft.Extensions.Options" Version="9.0.8" />
8989
<!-- For release: uncomment PackageReference and comment out ProjectReference -->
90-
<PackageReference Include="Reliable.HttpClient" Version="1.3.0" />
90+
<!-- <PackageReference Include="Reliable.HttpClient" Version="1.3.0" /> -->
9191
</ItemGroup>
9292

9393
<ItemGroup>
9494
<!-- For development and testing: use ProjectReference -->
95-
<!-- <ProjectReference Include="../Reliable.HttpClient/Reliable.HttpClient.csproj" /> -->
95+
<ProjectReference Include="../Reliable.HttpClient/Reliable.HttpClient.csproj" />
9696
</ItemGroup>
9797

9898
<ItemGroup>

0 commit comments

Comments
 (0)