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 a3f39b2 + 17b561e commit 7e0d394Copy full SHA for 7e0d394
1 file changed
src/DPI/DPI.csproj
@@ -17,7 +17,7 @@
17
<PackageReference Include="Cake.Common" Version="6.2.0" />
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.16" Condition="'$(TargetFramework)' == 'net9.0'" />
+ <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'" />
22
</ItemGroup>
23
0 commit comments