mirror of
https://github.com/Ryujinx/GtkSharp.git
synced 2025-01-05 14:45:30 +00:00
SourceView should access GtkSharp via project reference
(rather than nuget package reference.)
This commit is contained in:
parent
865bd0dac4
commit
7eae2a3f6d
|
@ -10,7 +10,7 @@
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
|
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<PackageReference Include="GtkSharp" Version="3.22.25.98" />
|
<ProjectReference Include="..\GtkSharp\GtkSharp.csproj" />
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
|
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
|
|
Loading…
Reference in a new issue