Skip to content

Commit bce7e98

Browse files
fix casing in test project reference
1 parent c6416ea commit bce7e98

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Codebreaker.ViewModels.Tests/Codebreaker.ViewModels.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="..\CodeBreaker.ViewModels\CodeBreaker.ViewModels.csproj" />
26+
<ProjectReference Include="..\Codebreaker.ViewModels\Codebreaker.ViewModels.csproj" />
2727
</ItemGroup>
2828

2929
</Project>

0 commit comments

Comments
 (0)