nventive / Binding.Intercom

Xamarin Binding for Intercom
Other
13 stars 6 forks source link

fix: Remove nuget package references to internal bindings #32

Closed juliecantin closed 1 year ago

juliecantin commented 1 year ago

New references to internal Xamarin bindings were missing the PrivateAssets="All" attribute, which meant that the nuget package tried to reference them as nuget packages. Added this missing attribute to the project references so that the nuget package references are updated properly.