Skip to content

Commit 2eda48c

Browse files
committed
chore(deps): update dependency microsoft.extensions.http to v10.0.1
1 parent 7f7233c commit 2eda48c

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.0.0" />
1717
<PackageReference Include="Cake.Common" Version="6.0.0" />
1818
<PackageReference Include="Cake.Bridge.DependencyInjection" Version="2025.11.24.417" />
19-
<PackageReference Include="Microsoft.Extensions.Http" Version="8.0.1 " Condition="'$(TargetFramework)' == 'net8.0'" />
20-
<PackageReference Include="Microsoft.Extensions.Http" Version="9.0.11" Condition="'$(TargetFramework)' == 'net9.0'" />
21-
<PackageReference Include="Microsoft.Extensions.Http" Version="10.0.0" Condition="'$(TargetFramework)' == 'net10.0'" />
19+
<PackageReference Include="Microsoft.Extensions.Http" Version="10.0.1 " Condition="'$(TargetFramework)' == 'net8.0'" />
20+
<PackageReference Include="Microsoft.Extensions.Http" Version="10.0.1" Condition="'$(TargetFramework)' == 'net9.0'" />
21+
<PackageReference Include="Microsoft.Extensions.Http" Version="10.0.1" Condition="'$(TargetFramework)' == 'net10.0'" />
2222
</ItemGroup>
2323

2424
<ItemGroup>

0 commit comments

Comments
 (0)