SourceView should access GtkSharp via project reference

(rather than nuget package reference.)
This commit is contained in:
Drew Holzworth 2020-07-07 10:17:47 +10:00
parent 865bd0dac4
commit 7eae2a3f6d
No known key found for this signature in database
GPG Key ID: 931DFD9C2A605512

View File

@ -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>