Skip to content

Commit 2b259af

Browse files
committed
Add expected assemblies
1 parent 449151e commit 2b259af

File tree

1 file changed

+7
-0
lines changed
  • src/Xamarin.Android.Build.Tasks/Tests/Xamarin.Android.Build.Tests

1 file changed

+7
-0
lines changed

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

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,8 +89,15 @@ public void CheckIncludedAssemblies ([Values (false, true)] bool usesAssemblySto
8989
"Mono.Android.dll",
9090
"rc.bin",
9191
"System.Console.dll",
92+
"System.Formats.Asn1.dll",
93+
"System.IO.Compression.dll",
94+
"System.Net.Http.dll",
95+
"System.Net.NameResolution.dll",
96+
"System.Net.Primitives.dll",
97+
"System.Net.Requests.dll",
9298
"System.Private.CoreLib.dll",
9399
"System.Runtime.dll",
100+
"System.Runtime.Numerics.dll",
94101
"System.Linq.dll",
95102
"UnnamedProject.dll",
96103
} :

0 commit comments

Comments
 (0)