Skip to content

Commit 0b91c0f

Browse files
committed
Fix .Net references to Cucumber.Query
1 parent 2c7a99b commit 0b91c0f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dotnet/Cucumber.QueryTest/Cucumber.QueryTest.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
</PropertyGroup>
1616

1717
<ItemGroup>
18-
<ProjectReference Include="..\Query\Cucumber.Query.csproj" />
18+
<ProjectReference Include="..\Cucumber.Query\Cucumber.Query.csproj" />
1919
<PackageReference Include="AwesomeAssertions" Version="9.3.0" />
2020
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="18.0.1" />
2121
<PackageReference Include="Microsoft.Testing.Extensions.CodeCoverage" Version="18.1.0" />

0 commit comments

Comments
 (0)