Skip to content

Commit 8dd28db

Browse files
committed
Fixed the dependency to accept FA 5.0.0-beta.1
1 parent 6063ee4 commit 8dd28db

4 files changed

Lines changed: 2 additions & 17 deletions

File tree

.nuget/nuget.config

Lines changed: 0 additions & 12 deletions
This file was deleted.

.nuget/nuget.exe

-3.9 MB
Binary file not shown.

.nuget/packages.config

Lines changed: 0 additions & 3 deletions
This file was deleted.

Src/FluentAssertions.nuspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,12 @@
1717
<projectUrl>http://www.fluentassertions.com</projectUrl>
1818
<dependencies>
1919
<group targetFramework="net451">
20-
<dependency id="FluentAssertions" version="[5.0.0,)" />
20+
<dependency id="FluentAssertions" version="[4.99.0,)" />
2121
<dependency id="Newtonsoft.Json" version="[10.0.1,)" />
2222
</group>
2323
<group targetFramework="netstandard1.4">
2424
<dependency id="NETStandard.Library" version="1.6.1" />
25-
<dependency id="FluentAssertions" version="[5.0.0,)" />
25+
<dependency id="FluentAssertions" version="[4.99.0,)" />
2626
<dependency id="Newtonsoft.Json" version="[10.0.1,)" />
2727
</group>
2828
</dependencies>

0 commit comments

Comments
 (0)