Skip to content

Commit bc85366

Browse files
committed
Nuget package updated to limit Fluent Assertions dependency to < 2.1.
1 parent d577d4d commit bc85366

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/FluentAssertions.Mvc3/FluentAssertions.Mvc3.nuspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
<copyright>Copyright 2013</copyright>
1515
<tags>TDD, TDD, Fluent, Mvc, AspNetMvc</tags>
1616
<dependencies>
17-
<dependency id="FluentAssertions" version="2.0.0.1" />
17+
<dependency id="FluentAssertions" version="[2.0.0.1,2.1)" />
1818
</dependencies>
1919
</metadata>
2020
</package>

src/FluentAssertions.Mvc4/FluentAssertions.Mvc4.nuspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
<copyright>Copyright 2013</copyright>
1515
<tags>TDD, TDD, Fluent, Mvc, AspNetMvc</tags>
1616
<dependencies>
17-
<dependency id="FluentAssertions" version="2.0.0.1" />
17+
<dependency id="FluentAssertions" version="[2.0.0.1,2.1)" />
1818
</dependencies>
1919
</metadata>
2020
</package>

0 commit comments

Comments
 (0)