Skip to content
This repository was archived by the owner on Jan 27, 2022. It is now read-only.

Commit 511bf52

Browse files
iscottb122Iain Scott
authored andcommitted
Fix casing in project refs.
1 parent 7f97893 commit 511bf52

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

test/Winton.DomainModelling.DocumentDb.IntegrationTests/Winton.DomainModelling.DocumentDb.IntegrationTests.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
</ItemGroup>
2424

2525
<ItemGroup>
26-
<ProjectReference Include="..\..\src\Winton.DomainModelling.DocumentDB\Winton.DomainModelling.DocumentDB.csproj" />
26+
<ProjectReference Include="..\..\src\Winton.DomainModelling.DocumentDb\Winton.DomainModelling.DocumentDb.csproj" />
2727
</ItemGroup>
2828

2929
</Project>

test/Winton.DomainModelling.DocumentDb.Tests/Winton.DomainModelling.DocumentDb.Tests.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
</ItemGroup>
2424

2525
<ItemGroup>
26-
<ProjectReference Include="..\..\src\Winton.DomainModelling.DocumentDB\Winton.DomainModelling.DocumentDB.csproj" />
26+
<ProjectReference Include="..\..\src\Winton.DomainModelling.DocumentDb\Winton.DomainModelling.DocumentDb.csproj" />
2727
</ItemGroup>
2828

2929
</Project>

0 commit comments

Comments
 (0)