We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 35b4c02 commit edf3312Copy full SHA for edf3312
1 file changed
src/Reliable.HttpClient.Caching/Reliable.HttpClient.Caching.csproj
@@ -87,12 +87,12 @@
87
<PackageReference Include="Microsoft.Extensions.Logging.Abstractions" Version="9.0.8" />
88
<PackageReference Include="Microsoft.Extensions.Options" Version="9.0.8" />
89
<!-- For release: uncomment PackageReference and comment out ProjectReference -->
90
- <!-- <PackageReference Include="Reliable.HttpClient" Version="1.3.0" /> -->
+ <PackageReference Include="Reliable.HttpClient" Version="1.3.0" />
91
</ItemGroup>
92
93
<ItemGroup>
94
<!-- For development and testing: use ProjectReference -->
95
- <ProjectReference Include="../Reliable.HttpClient/Reliable.HttpClient.csproj" />
+ <!-- <ProjectReference Include="../Reliable.HttpClient/Reliable.HttpClient.csproj" /> -->
96
97
98
0 commit comments