Skip to content
This repository has been archived by the owner on May 19, 2023. It is now read-only.

Commit

Permalink
Fix assembly name in linker. Fixes #78
Browse files Browse the repository at this point in the history
  • Loading branch information
Oren Novotny committed Oct 31, 2018
1 parent 5de7d20 commit d085137
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/xunit.runner.devices/build/XamarinLinker.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@
<assembly fullname="xunit.core" />
<assembly fullname="xunit.execution.dotnet" />
<assembly fullname="xunit.runner.devices" />
<assembly fullname="xunit.runner.utility.netstandard20" />
<assembly fullname="xunit.runner.utility.netstandard15" />
</linker>

0 comments on commit d085137

Please sign in to comment.