Skip to content

Commit 9733b7f

Browse files
authored
Revert net8 & 9
1 parent ee5e715 commit 9733b7f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/DPI/DPI.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@
1616
<PackageReference Include="Cake.Core" Version="6.2.0" />
1717
<PackageReference Include="Cake.Common" Version="6.2.0" />
1818
<PackageReference Include="Cake.Bridge.DependencyInjection" Version="2026.6.10.661" />
19-
<PackageReference Include="Microsoft.Extensions.Http" Version="10.0.10 " Condition="'$(TargetFramework)' == 'net8.0'" />
20-
<PackageReference Include="Microsoft.Extensions.Http" Version="10.0.10" Condition="'$(TargetFramework)' == 'net9.0'" />
19+
<PackageReference Include="Microsoft.Extensions.Http" Version="8.0.1 " Condition="'$(TargetFramework)' == 'net8.0'" />
20+
<PackageReference Include="Microsoft.Extensions.Http" Version="9.0.18" Condition="'$(TargetFramework)' == 'net9.0'" />
2121
<PackageReference Include="Microsoft.Extensions.Http" Version="10.0.10" Condition="'$(TargetFramework)' == 'net10.0'" />
2222
</ItemGroup>
2323

0 commit comments

Comments
 (0)