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 c4f8ac7 + 04f93db commit c6d410bCopy full SHA for c6d410b
1 file changed
src/DPI/DPI.csproj
@@ -18,7 +18,7 @@
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.14" Condition="'$(TargetFramework)' == 'net9.0'" />
21
- <PackageReference Include="Microsoft.Extensions.Http" Version="10.0.3" Condition="'$(TargetFramework)' == 'net10.0'" />
+ <PackageReference Include="Microsoft.Extensions.Http" Version="10.0.5" Condition="'$(TargetFramework)' == 'net10.0'" />
22
</ItemGroup>
23
24
<ItemGroup>
0 commit comments