Skip to content

Commit 072bec2

Browse files
committed
build: Back down FluentAssertions to 5.9
5.10 has Task type conflict issues I don't feel like resolving.
1 parent f5d5340 commit 072bec2

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

Buttplug.Client.Connectors.WebsocketConnector.Test/Buttplug.Client.Connectors.WebsocketConnector.Test.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,8 @@
3535
<WarningLevel>4</WarningLevel>
3636
</PropertyGroup>
3737
<ItemGroup>
38-
<Reference Include="FluentAssertions, Version=5.10.3.0, Culture=neutral, PublicKeyToken=33f2691a05b67b6a, processorArchitecture=MSIL">
39-
<HintPath>..\packages\FluentAssertions.5.10.3\lib\net47\FluentAssertions.dll</HintPath>
38+
<Reference Include="FluentAssertions, Version=5.9.0.0, Culture=neutral, PublicKeyToken=33f2691a05b67b6a, processorArchitecture=MSIL">
39+
<HintPath>..\packages\FluentAssertions.5.9.0\lib\net47\FluentAssertions.dll</HintPath>
4040
</Reference>
4141
<Reference Include="Namotion.Reflection, Version=1.0.12.0, Culture=neutral, PublicKeyToken=c2f9c3bdfae56102, processorArchitecture=MSIL">
4242
<HintPath>..\packages\Namotion.Reflection.1.0.12\lib\net45\Namotion.Reflection.dll</HintPath>

Buttplug.Client.Connectors.WebsocketConnector.Test/packages.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<packages>
3-
<package id="FluentAssertions" version="5.10.3" targetFramework="net47" />
3+
<package id="FluentAssertions" version="5.9.0" targetFramework="net47" />
44
<package id="Namotion.Reflection" version="1.0.12" targetFramework="net47" />
55
<package id="Newtonsoft.Json" version="12.0.3" targetFramework="net47" />
66
<package id="NJsonSchema" version="10.1.21" targetFramework="net47" />

Buttplug.Test/Buttplug.Test.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
</PropertyGroup>
1414

1515
<ItemGroup>
16-
<PackageReference Include="FluentAssertions" Version="5.10.3" />
16+
<PackageReference Include="FluentAssertions" Version="5.9.0" />
1717
<PackageReference Include="NLog" Version="4.7.2" />
1818
<PackageReference Include="nunit" Version="3.12.0" />
1919
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="16.6.1" />

0 commit comments

Comments
 (0)