Skip to content

Commit e811daf

Browse files
committed
Fix CheckIncludedAssemblies() on .NET.
1 parent cf89575 commit e811daf

1 file changed

Lines changed: 12 additions & 0 deletions

File tree

  • src/Xamarin.Android.Build.Tasks/Tests/Xamarin.Android.Build.Tests

src/Xamarin.Android.Build.Tasks/Tests/Xamarin.Android.Build.Tests/PackagingTest.cs

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,9 +88,21 @@ public void CheckIncludedAssemblies ([Values (false, true)] bool usesAssemblySto
8888
"Java.Interop.dll",
8989
"Mono.Android.dll",
9090
"rc.bin",
91+
"System.Collections.dll",
92+
"System.Collections.Concurrent.dll",
93+
"System.Collections.NonGeneric.dll",
94+
"System.Console.dll",
95+
"System.IO.Compression.dll",
96+
"System.Net.Http.dll",
97+
"System.Net.Primitives.dll",
98+
"System.Net.Requests.dll",
9199
"System.Private.CoreLib.dll",
92100
"System.Runtime.dll",
93101
"System.Linq.dll",
102+
"System.Private.Uri.dll",
103+
"System.Private.Xml.dll",
104+
"System.Security.Cryptography.dll",
105+
"System.Text.RegularExpressions.dll",
94106
"UnnamedProject.dll",
95107
} :
96108
new [] {

0 commit comments

Comments
 (0)