Skip to content

Commit

Permalink
add base dll
Browse files Browse the repository at this point in the history
  • Loading branch information
dpvreony committed Jun 13, 2024
1 parent ddabfc9 commit ac7c885
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,9 @@ public string[] GetAssemblyNames()
{
return new[]
{
"Avalonia.Base.dll",
"Avalonia.Controls.dll",
"Avalonia.ReactiveUI.dll",
"Avalonia.ReactiveUI.dll"
};
}

Expand Down

0 comments on commit ac7c885

Please sign in to comment.