Skip to content

Commit e9db61b

Browse files
committed
Drop mvc dependency down to 2.0
1 parent d91c620 commit e9db61b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

samples/FluentAssertions.AspNetCore.Mvc.Sample/FluentAssertions.AspNetCore.Mvc.Sample.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
</PropertyGroup>
66

77
<ItemGroup>
8-
<PackageReference Include="Microsoft.AspNetCore.All" Version="2.0.6" />
8+
<PackageReference Include="Microsoft.AspNetCore.All" Version="2.0.0" />
99
</ItemGroup>
1010

1111
</Project>

src/FluentAssertions.AspNetCore.Mvc/FluentAssertions.AspNetCore.Mvc.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626

2727
<ItemGroup>
2828
<PackageReference Include="FluentAssertions" Version="5.0.0" />
29-
<PackageReference Include="Microsoft.AspNetCore.Mvc" Version="2.0.3" />
29+
<PackageReference Include="Microsoft.AspNetCore.Mvc" Version="2.0.0" />
3030
</ItemGroup>
3131

3232
</Project>

0 commit comments

Comments
 (0)