Skip to content

Commit

Permalink
chore: Small fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Youssef1313 authored Aug 16, 2024
1 parent af114c0 commit 5db8676
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ private async Task TestAndroid(string testCode, params DiagnosticResult[] expect
{
Sources = { testCode },
},
ReferenceAssemblies = _net80,
ReferenceAssemblies = _net80Android,
};

test.TestState.AdditionalReferences.AddRange(BuildUnoReferences(isAndroid: true));
Expand Down

0 comments on commit 5db8676

Please sign in to comment.