Skip to content

Commit 548d5a2

Browse files
committed
Yes, paths are case sensitive
1 parent 137f848 commit 548d5a2

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

src/FluentAssertions.Web.v8/FluentAssertions.Web.v8.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
It provides specific assertions and outputs rich erros messages that include the HTTP Request and Response.
77
This version depends on the commercial version of the FluentAssertions library (>= 8.0.0).
88
</PackageDescription>
9-
<PackageReadmeFile>README.md</PackageReadmeFile>
9+
<PackageReadmeFile>readme.md</PackageReadmeFile>
1010
</PropertyGroup>
1111

1212
<PropertyGroup>

src/FluentAssertions.Web/FluentAssertions.Web.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
It provides specific assertions and outputs rich erros messages that include the HTTP Request and Response.
77
This version **DOES NOT** depend on the commercial version of the FluentAssertions library (&gt;= 8.0.0).
88
</PackageDescription>
9-
<PackageReadmeFile>README.md</PackageReadmeFile>
9+
<PackageReadmeFile>readme.md</PackageReadmeFile>
1010
</PropertyGroup>
1111

1212
<ItemGroup>

0 commit comments

Comments
 (0)