Skip to content

Commit 2c7a99b

Browse files
committed
Move .Net implementation to Cucumber.Query
1 parent f2574a4 commit 2c7a99b

28 files changed

+3
-3
lines changed

dotnet/.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,4 +177,4 @@ Gherkin.NuGetPackages/bin/
177177

178178
# ========================
179179
# Query project specific ignore settings
180-
Query/QueryTest/testdata/
180+
Cucumber.Query/QueryTest/testdata/

dotnet/Cucumber.Query.slnx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22
<Folder Name="/Solution ITems/">
33
<File Path="Directory.Build.props" />
44
</Folder>
5-
<Project Path="Query/Cucumber.Query.csproj" />
6-
<Project Path="QueryTest/Cucumber.QueryTest.csproj" />
5+
<Project Path="Cucumber.Query/Cucumber.Query.csproj" />
6+
<Project Path="Cucumber.QueryTest/Cucumber.QueryTest.csproj" />
77
</Solution>
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)