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 7e0d394 + 48aa873 commit be7a979Copy full SHA for be7a979
1 file changed
src/DPI/DPI.csproj
@@ -18,7 +18,7 @@
18
<PackageReference Include="Cake.Bridge.DependencyInjection" Version="2026.5.22.625" />
19
<PackageReference Include="Microsoft.Extensions.Http" Version="8.0.1 " Condition="'$(TargetFramework)' == 'net8.0'" />
20
<PackageReference Include="Microsoft.Extensions.Http" Version="9.0.17" Condition="'$(TargetFramework)' == 'net9.0'" />
21
- <PackageReference Include="Microsoft.Extensions.Http" Version="10.0.8" Condition="'$(TargetFramework)' == 'net10.0'" />
+ <PackageReference Include="Microsoft.Extensions.Http" Version="10.0.9" Condition="'$(TargetFramework)' == 'net10.0'" />
22
</ItemGroup>
23
24
<ItemGroup>
0 commit comments