Skip to content

Commit 04f93db

Browse files
authored
Revert net8 and net9
1 parent 8586e58 commit 04f93db

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.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="10.0.5 " Condition="'$(TargetFramework)' == 'net8.0'" />
20-
<PackageReference Include="Microsoft.Extensions.Http" Version="10.0.5" 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.14" Condition="'$(TargetFramework)' == 'net9.0'" />
2121
<PackageReference Include="Microsoft.Extensions.Http" Version="10.0.5" Condition="'$(TargetFramework)' == 'net10.0'" />
2222
</ItemGroup>
2323

0 commit comments

Comments
 (0)