Skip to content

Commit

Permalink
package update
Browse files Browse the repository at this point in the history
  • Loading branch information
Anders Mörner committed Mar 11, 2024
1 parent 20fbff1 commit 9b873d6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/SoapCore/SoapCore.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -40,13 +40,13 @@
</ItemGroup>
<ItemGroup Condition="$(TargetFramework) == 'net7.0'">
<FrameworkReference Include="Microsoft.AspNetCore.App" />
<PackageReference Include="Microsoft.AspNetCore.Connections.Abstractions" Version="3.1.32" />
<PackageReference Include="Microsoft.AspNetCore.Connections.Abstractions" Version="7.0.16" />
<PackageReference Include="System.CodeDom" Version="7.0.0" />
<PackageReference Include="System.ServiceModel.Http" Version="6.2.0" />
</ItemGroup>
<ItemGroup Condition="$(TargetFramework) == 'net8.0'">
<FrameworkReference Include="Microsoft.AspNetCore.App" />
<PackageReference Include="Microsoft.AspNetCore.Connections.Abstractions" Version="5.0.17" />
<PackageReference Include="Microsoft.AspNetCore.Connections.Abstractions" Version="8.0.2" />
<PackageReference Include="System.CodeDom" Version="8.0.0" />
<PackageReference Include="System.ServiceModel.Http" Version="8.0.0" />
</ItemGroup>
Expand Down

0 comments on commit 9b873d6

Please sign in to comment.