Skip to content

Commit

Permalink
test7
Browse files Browse the repository at this point in the history
  • Loading branch information
einsteinx2 committed Dec 4, 2024
1 parent 52df953 commit d5149dc
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions mparticle.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -18,17 +18,17 @@
</summary>
<tags>mparticle, analytics, marketing, maui, android, ios, plugin for maui</tags>
<dependencies>
<group targetFramework="net8.0-ios17.5"></group>
<group targetFramework="net8.0-android33.0"></group>
<group targetFramework="net8.0-ios18.0"></group>
<group targetFramework="net8.0-android34.0"></group>
</dependencies>
</metadata>
<files>

<!--MAUI.iOS-->
<file src="Library/mParticle.MAUI.iOS/bin/Release/net8.0-ios/mParticle.*" target="lib/net8.0-ios17.5" />
<file src="Library/mParticle.MAUI.iOS/bin/Release/net8.0-ios/mParticle.*" target="lib/net8.0-ios18.0" />

<!--MAUI.Android-->
<file src="Library/mParticle.MAUI.Android/bin/Release/net8.0-android/mParticle.*" target="lib/net8.0-android33.0" />
<file src="Library/mParticle.MAUI.Android/bin/Release/net8.0-android/mParticle.*" target="lib/net8.0-android34.0" />

</files>
</package>

0 comments on commit d5149dc

Please sign in to comment.