Skip to content

Commit

Permalink
Update Bindings folder path in other projects
Browse files Browse the repository at this point in the history
  • Loading branch information
Giorgi committed Aug 13, 2023
1 parent 8be2c6e commit ece10fa
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion DuckDB.NET.Data/Data.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ Fixed reading DateTime values.
</ItemGroup>

<ItemGroup>
<ProjectReference Include="..\DuckDB.NET\Bindings.csproj" />
<ProjectReference Include="..\DuckDB.NET.Bindings\Bindings.csproj" />
</ItemGroup>

</Project>
2 changes: 1 addition & 1 deletion DuckDB.NET.Samples/Samples.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

<ItemGroup>
<ProjectReference Include="..\DuckDB.NET.Data\Data.csproj" />
<ProjectReference Include="..\DuckDB.NET\Bindings.csproj" />
<ProjectReference Include="..\DuckDB.NET.Bindings\Bindings.csproj" />
</ItemGroup>

</Project>
2 changes: 1 addition & 1 deletion DuckDB.NET.Test/Test.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@

<ItemGroup>
<ProjectReference Include="..\DuckDB.NET.Data\Data.csproj" />
<ProjectReference Include="..\DuckDB.NET\Bindings.csproj" />
<ProjectReference Include="..\DuckDB.NET.Bindings\Bindings.csproj" />
</ItemGroup>

</Project>

0 comments on commit ece10fa

Please sign in to comment.