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 3cf33e4 + 5af9a7a commit 56d4020Copy full SHA for 56d4020
1 file changed
src/DPI/DPI.csproj
@@ -17,7 +17,7 @@
17
<PackageReference Include="Cake.Common" Version="6.1.0" />
18
<PackageReference Include="Cake.Bridge.DependencyInjection" Version="2026.3.2.498" />
19
<PackageReference Include="Microsoft.Extensions.Http" Version="8.0.1 " Condition="'$(TargetFramework)' == 'net8.0'" />
20
- <PackageReference Include="Microsoft.Extensions.Http" Version="9.0.13" Condition="'$(TargetFramework)' == 'net9.0'" />
+ <PackageReference Include="Microsoft.Extensions.Http" Version="9.0.14" Condition="'$(TargetFramework)' == 'net9.0'" />
21
<PackageReference Include="Microsoft.Extensions.Http" Version="10.0.3" Condition="'$(TargetFramework)' == 'net10.0'" />
22
</ItemGroup>
23
0 commit comments