Skip to content

Commit 3ccc23c

Browse files
committed
chore(deps): update dependency microsoft.extensions.http to v10.0.6
1 parent af5bd53 commit 3ccc23c

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

src/DPI/DPI.csproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@
1616
<PackageReference Include="Cake.Core" Version="6.1.0" />
1717
<PackageReference Include="Cake.Common" Version="6.1.0" />
1818
<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.5" Condition="'$(TargetFramework)' == 'net10.0'" />
19+
<PackageReference Include="Microsoft.Extensions.Http" Version="10.0.6 " Condition="'$(TargetFramework)' == 'net8.0'" />
20+
<PackageReference Include="Microsoft.Extensions.Http" Version="10.0.6" Condition="'$(TargetFramework)' == 'net9.0'" />
21+
<PackageReference Include="Microsoft.Extensions.Http" Version="10.0.6" Condition="'$(TargetFramework)' == 'net10.0'" />
2222
</ItemGroup>
2323

2424
<ItemGroup>

0 commit comments

Comments
 (0)