Skip to content

Commit ba3884e

Browse files
ViktorHoferjnyrup
authored andcommitted
Update FluentAssertions package dependencies (fluentassertions#2673)
1 parent 4647b6f commit ba3884e

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

Src/FluentAssertions/FluentAssertions.csproj

+3-3
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@
7272
<Compile Remove="SystemExtensions.cs" />
7373
</ItemGroup>
7474
<ItemGroup>
75-
<PackageReference Include="System.Configuration.ConfigurationManager" Version="4.4.0" />
75+
<PackageReference Include="System.Configuration.ConfigurationManager" Version="6.0.1" />
7676
</ItemGroup>
7777
</When>
7878
<When Condition="'$(TargetFramework)' == 'netstandard2.1'">
@@ -90,15 +90,15 @@
9090
<Compile Remove="EventRaisingExtensions.cs" />
9191
</ItemGroup>
9292
<ItemGroup>
93-
<PackageReference Include="System.Threading.Tasks.Extensions" Version="4.5.0" />
93+
<PackageReference Include="System.Threading.Tasks.Extensions" Version="4.5.4" />
9494
</ItemGroup>
9595
</When>
9696
<When Condition="'$(TargetFramework)' == 'net47'">
9797
<ItemGroup>
9898
<Compile Remove="Common/NullConfigurationStore.cs" />
9999
</ItemGroup>
100100
<ItemGroup>
101-
<PackageReference Include="System.Threading.Tasks.Extensions" Version="4.5.0" />
101+
<PackageReference Include="System.Threading.Tasks.Extensions" Version="4.5.4" />
102102
<TfmSpecificFrameworkAssemblyReferences Include="System.Net.Http">
103103
<TargetFramework>$(TargetFramework)</TargetFramework>
104104
</TfmSpecificFrameworkAssemblyReferences>

Tests/TestFrameworks/XUnit2.Specs/XUnit2.Specs.csproj

+3
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,7 @@
1818
<IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets>
1919
</PackageReference>
2020
</ItemGroup>
21+
<ItemGroup Condition="'$(TargetFrameworkIdentifier)' == '.NETFramework'">
22+
<Reference Include="System.Net.Http" />
23+
</ItemGroup>
2124
</Project>

0 commit comments

Comments
 (0)