-
Notifications
You must be signed in to change notification settings - Fork 147
TFM net8.0 and removal of net7.0 was: TFM net8.0 #815
Conversation
@@ -129,13 +55,5 @@ | |||
<ReferenceOutputAssembly>false</ReferenceOutputAssembly> | |||
</ProjectReference> | |||
</ItemGroup> | |||
<Import Project="$(MSBuildExtensionsPath)\Xamarin\Android\Xamarin.Android.CSharp.targets" /> | |||
<Import Project="..\Targets\DynamicFeature.targets" /> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is needed for the dynamic features to work.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Also missing the AssetPacks
and Targets folders in the directory above.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We are still missing the required targets/projects etc for the Asset Pack sample by the looks of things. |
Just to leave comment here, because it is confusing: that was UI not showing change[s] - targets/projects are not missing. |
Closing as GPS packages have been moved to https://github.com/xamarin/AndroidX repository and this repository is no longer used. |
net7.0-android
hit EOL on May 14, 2024 and thus we will no longer support it in our AndroidX binding packages. Droppingnet7.0-android
will allow us to support packages that require API-34 like newer versions of Google Material going forward.Update packages to use
net8.0-android
instead ofnet7.0-android
.Note that the "removed"
published-namespaces
are namespaces that only contained an emptyResources
class that is no longer generated.Samples changes:
Old description: