Skip to content

Commit 088bac3

Browse files
authored
[kotlin] Ensure .targets file gets put into NuGet package. (dotnet#404)
1 parent 06110d4 commit 088bac3

File tree

5 files changed

+169
-164
lines changed

5 files changed

+169
-164
lines changed

Directory.Build.props

+8
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,12 @@
1616
<!-- .NET 6+ packages support back to API-21 -->
1717
<SupportedOSPlatformVersion>21</SupportedOSPlatformVersion>
1818
</PropertyGroup>
19+
20+
<!-- Folders that .targets files need to go into -->
21+
<ItemGroup>
22+
<AndroidXNuGetTargetFolders Include="build\monoandroid90" />
23+
<AndroidXNuGetTargetFolders Include="build\net6.0-android31.0" />
24+
<AndroidXNuGetTargetFolders Include="buildTransitive\monoandroid90" />
25+
<AndroidXNuGetTargetFolders Include="buildTransitive\net6.0-android31.0" />
26+
</ItemGroup>
1927
</Project>

0 commit comments

Comments
 (0)