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.
1 parent 676a663 commit d51fdeeCopy full SHA for d51fdee
Refit.HttpClientFactory/Refit.HttpClientFactory.csproj
@@ -1,4 +1,4 @@
1
-<Project Sdk="Microsoft.NET.Sdk">
+<Project Sdk="Microsoft.NET.Sdk">
2
3
<PropertyGroup>
4
<Product>Refit HTTP Client Factory Extensions</Product>
@@ -9,7 +9,7 @@
9
10
<ItemGroup>
11
<ProjectReference Include="..\Refit\Refit.csproj" PrivateAssets="Analyzers" />
12
- <PackageReference Include="Microsoft.Extensions.Http" Version="7.0.0" />
+ <PackageReference Include="Microsoft.Extensions.Http" Version="8.0.0" />
13
</ItemGroup>
14
15
</Project>
0 commit comments