Skip to content

Commit

Permalink
Merge pull request #3250 from AvaloniaUI/fix-invalid-project-reference
Browse files Browse the repository at this point in the history
fix invalid project reference.
  • Loading branch information
grokys authored Nov 12, 2019
2 parents c651ca0 + 396c34d commit 82f1ec8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Avalonia.Native/Avalonia.Native.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,6 @@
<PackageReference Include="SharpGenTools.Sdk" Version="1.1.2" PrivateAssets="all" />
<PackageReference Include="SharpGen.Runtime.COM" Version="1.1.0" />
<ProjectReference Include="..\..\packages\Avalonia\Avalonia.csproj" />
<ProjectReference Include="..\..\packages\Avalonia\Avalonia.Dialogs.csproj" />
<ProjectReference Include="..\Avalonia.Dialogs\Avalonia.Dialogs.csproj" />
</ItemGroup>
</Project>

0 comments on commit 82f1ec8

Please sign in to comment.