Commit 6cde087
authored
[Java.Interop] Emit a reference assembly for Java.Interop.dll (#716)
Context: dotnet/android@00c2c1a
The `Microsoft.Android.Ref` package for .NET 6 needs to contain
reference assemblies for each assembly we ship.
`Java.Interop.dll` is one of the assemblies included in the
`Microsoft.Android.Ref` package, so we need to set
`$(ProduceReferenceAssembly)`=True so that a reference assembly is
created automatically.
Size difference:
Length Name
------ ----
227328 Java.Interop.dll
94208 ref/Java.Interop.dll1 parent b858dc5 commit 6cde087
File tree
2 files changed
+2
-0
lines changed- src/Java.Interop
2 files changed
+2
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
| 18 | + | |
18 | 19 | | |
19 | 20 | | |
20 | 21 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
| 17 | + | |
17 | 18 | | |
18 | 19 | | |
19 | 20 | | |
| |||
0 commit comments