Skip to content

Commit

Permalink
Merge pull request #1152 from gircore/fix-1145
Browse files Browse the repository at this point in the history
Tutorial: Use project reference instead of package reference
  • Loading branch information
badcel authored Jan 21, 2025
2 parents 35beb36 + fde7160 commit 0bcbea5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/docs/tutorial/gtk/src/BoxLayout/BoxLayout.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="gircore.gtk-4.0" Version="0.5.0" />
<ProjectReference Include="..\..\..\..\..\..\src\Libs\Gtk-4.0\Gtk-4.0.csproj" />
</ItemGroup>

</Project>
2 changes: 1 addition & 1 deletion docs/docs/tutorial/gtk/src/HelloWorld/HelloWorld.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="gircore.gtk-4.0" Version="0.5.0" />
<ProjectReference Include="..\..\..\..\..\..\src\Libs\Gtk-4.0\Gtk-4.0.csproj" />
</ItemGroup>

</Project>

0 comments on commit 0bcbea5

Please sign in to comment.